fpc/packages/fcl-pdf
2020-09-23 09:47:20 +00:00
..
examples # revisions: 44293,44294,44435,44877,45188,45539 2020-06-24 17:20:11 +00:00
src # revisions: 44293,44294,44435,44877,45188,45539 2020-06-24 17:20:11 +00:00
tests * updated links mantis 32504 2017-10-13 10:56:06 +00:00
utils --- Merging r41551 into '.': 2019-04-20 21:06:37 +00:00
fpmake.pp * merged macOS/AArch64 support + revisions these changes depended on 2020-09-15 19:40:36 +00:00
Makefile Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
Makefile.fpc * fixes to 3.2.1 2020-06-20 16:47:24 +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.