fpc/packages/fcl-pdf
michael 19126c8f4e * Merging revisions 48694,48696,48697 from trunk:
------------------------------------------------------------------------
    r48694 | michael | 2021-02-17 14:26:18 +0100 (Wed, 17 Feb 2021) | 1 line
    
    * Fix from Joellin to correctly read monospace fonts
    ------------------------------------------------------------------------
    r48696 | michael | 2021-02-17 14:32:03 +0100 (Wed, 17 Feb 2021) | 1 line
    
    * Fix issue ID #35251 (patch from Rumen Gyurov)
    ------------------------------------------------------------------------
    r48697 | michael | 2021-02-17 14:35:48 +0100 (Wed, 17 Feb 2021) | 1 line
    
    * Example for monospace fonts and subsetting
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@48698 -
2021-02-17 16:35:56 +00:00
..
examples * Merging revisions 48694,48696,48697 from trunk: 2021-02-17 16:35:56 +00:00
src * Merging revisions 48694,48696,48697 from trunk: 2021-02-17 16:35:56 +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.