fpc/packages/fcl-pdf
marco acb7945449 * version updates to 3.0.5
git-svn-id: branches/fixes_3_0@37640 -
2017-12-01 14:53:04 +00:00
..
examples --- Merging r33998 into '.': 2017-04-29 15:18:58 +00:00
src * Merge revisions r36355,r36356,r36357,r36358 from trunk: 2017-05-28 09:10:15 +00:00
tests * Merge revisions r36355,r36356,r36357,r36358 from trunk: 2017-05-28 09:10:15 +00:00
utils --- Merging r33998 into '.': 2017-04-29 15:18:58 +00:00
fpmake.pp * version updates to 3.0.5 2017-12-01 14:53:04 +00:00
Makefile * version updates to 3.0.5 2017-12-01 14:53:04 +00:00
Makefile.fpc * version updates to 3.0.5 2017-12-01 14:53:04 +00:00
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.