TMS FNC PDF Library
The PDF Library group covers three complementary output components. TTMSFNCPDFLib generates PDF documents from scratch using drawing primitives, rich text, images, and form field support across all target platforms. TTMSFNCGraphicsPDFIO exports any FNC graphics canvas to a multi-page PDF. TTMSFNCGraphicsPrintIO sends the same content to the system print spooler via TTMSFNCPrinter.
Documentation
| Start here | Use when |
|---|---|
| Get started | You want to generate a PDF document and save it to disk. |
| Guides | You want task-oriented chapters: drawing, rich text, images, headers and footers, print output, and WEB Core support. |
| API reference — PDF Lib | Class, property, method, and event details for TTMSFNCPDFLib. |
| API reference — Graphics PDF IO | Class details for TTMSFNCGraphicsPDFIO. |
| API reference — Print IO | Class details for TTMSFNCGraphicsPrintIO. |
| Release notes | You want what changed in recent versions. |
Key classes
| Class | Description |
|---|---|
TTMSFNCPDFLib |
Full PDF document creator: pages, drawing, text, images, fields. |
TTMSFNCGraphicsPDFIO |
Exports an FNC graphics surface to a PDF file. |
TTMSFNCGraphicsPrintIO |
Sends an FNC graphics surface to the system printer. |
TTMSFNCPDFRichTextLib |
Renders HTML-formatted rich text into a PDF document. |
TTMSFNCPrinter |
Platform printer access used by TTMSFNCGraphicsPrintIO. |