Pierre Muller e657d6a07d Enable fcl-pdf for BSD and solaris OSes vor 1 Jahr
..
examples be68d66137 fcl-pdf: added function TPDFDocument.AddFont(AFontStream: TStream; AName: String): Integer and function TFPFontCacheList.AddFontFromStream(AStream: TStream): integer vor 1 Jahr
namespaced 3b6fce6599 * Dotted filenames for package fcl-pdf vor 2 Jahren
src e657d6a07d Enable fcl-pdf for BSD and solaris OSes vor 1 Jahr
tests 605a495db1 fcl-pdf: added gitignores for fonts and binaries vor 1 Jahr
utils 5a573e21e7 * Fix range check error (bug ID 35251) vor 6 Jahren
Makefile 2289c1f6a2 * Remove redundant Makefile.fpc vor 2 Jahren
fpmake.pp e657d6a07d Enable fcl-pdf for BSD and solaris OSes vor 1 Jahr
namespaces.lst 3b6fce6599 * Dotted filenames for package fcl-pdf vor 2 Jahren
readme.txt edcc251c76 * Added file attachments to possible enhancements vor 9 Jahren

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.