Michael VAN CANNEYT 64418cbc3f * Add namespaces.lst 2 éve
..
examples ca97f25979 * Simple examples for reading 2 éve
src 9930f5ba04 * Fix compilation after rebase 2 éve
tests 4267b0c949 * PChar -> PAnsiChar 2 éve
utils 5a573e21e7 * Fix range check error (bug ID 35251) 6 éve
Makefile ab7dbb9080 * Regenerated makefiles 2 éve
Makefile.fpc ab7dbb9080 * Regenerated makefiles 2 éve
fpmake.pp 64418cbc3f * Add namespaces.lst 2 éve
readme.txt edcc251c76 * Added file attachments to possible enhancements 9 éve

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.