fpc/packages/fcl-pdf
Pierre Muller 15115e8e54 Disable fcl-pdf package for wince target
(cherry picked from commit b51e5f370f)
2023-12-22 15:35:20 +01:00
..
examples fcl-pdf: added function TPDFDocument.AddFont(AFontStream: TStream; AName: String): Integer and function TFPFontCacheList.AddFontFromStream(AStream: TStream): integer 2023-12-20 18:28:17 +01:00
src fcl-pdf: using EPDF 2023-12-21 09:47:53 +01:00
tests
utils --- Merging r41551 into '.': 2019-04-20 21:06:37 +00:00
fpmake.pp Disable fcl-pdf package for wince target 2023-12-22 15:35:20 +01:00
Makefile --- Merging r49045 into '.': 2021-05-20 20:03:52 +00:00
Makefile.fpc --- Merging r49045 into '.': 2021-05-20 20:03:52 +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.