2
0
olivier f6542091a4 * Regenerated to support x86_64 CPU under UEFI target 8 жил өмнө
..
examples d90738c784 * Fix by Graeme Geldenhuys for bug ID #31092 8 жил өмнө
src d2a1e8f9de * Patch from Ondrej Pokorny, fixing range error 8 жил өмнө
tests b7083402cf * Fix from Graeme adding Font subset embedding and underline/strikethrough 8 жил өмнө
utils d90738c784 * Fix by Graeme Geldenhuys for bug ID #31092 8 жил өмнө
Makefile f6542091a4 * Regenerated to support x86_64 CPU under UEFI target 8 жил өмнө
Makefile.fpc 5eb691f2c9 * Added fcl-pdf 9 жил өмнө
fpmake.pp 4f8d3d3e23 * Regenerated Makefile for uefi target 8 жил өмнө
readme.txt edcc251c76 * Added file attachments to possible enhancements 9 жил өмнө

readme.txt

The fcl-pdf package contains a PDF generating unit fppdf that does not depend
on any external libraries.

The PDF generator has the following features:
- Support for basic shapes.
- Support for basic line styles.
- Dictionary support.
- Multi-page PDF.
- Image support.
- TTF Font support.
- Font embedding.
- Unicode font support.
- Stream Compression.
- Image embedding.
- Several paper types.
- Portrait/Landscape.
- Support for multiple units.
- Rotation matrix system.
- PDF creator information.
- Output validates by several PDF validators.

Todo:
- Implement TFPCustomCanvas descendent (TPDFCanvas) that draws on a PDF.
- Partial embedding of (unicode) fonts for smaller PDFs.
- On windows, allow to use native font mechanisms for extracting info from TTF files.

Optionally:
- PDF Forms.
- Archive format.
- Signature.
- File attachments.