fpc/packages/fcl-pdf
michael 357d54b94d * Merging revisions r43355 from trunk:
------------------------------------------------------------------------
    r43355 | michael | 2019-11-02 12:17:37 +0100 (Sat, 02 Nov 2019) | 1 line
    
    * Fix case where table streams are nil
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43733 -
2019-12-23 13:33:18 +00:00
..
examples --- Merging r41551 into '.': 2019-04-20 21:06:37 +00:00
src * Merging revisions r43355 from trunk: 2019-12-23 13:33:18 +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 Group merge of changes to fpmake.pp for pacakges and utils 2019-02-03 16:51:17 +00:00
Makefile Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
Makefile.fpc * version to 3.2.0-beta 2018-08-18 15:25:41 +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.