fpc/packages/fcl-pdf
michael 5ac352bc3c * Some reworking by Graeme Geldenhuys:
ttf: renamed SearchForFont() to SearchForFonts(). Plural makes more sense.
  ttf: extra sanity check before calling SearchForFont()
  ttf: new AssignFontList() method introduced.
       This populates AStrings with a list of found PostScript names. 
       Useful for fpReport and probably a visual report designer too.
  ttf: new overloaded Find() method, and Find-by-PostScript name.
       FamilyName is normally the base font name only. 
       PostScriptName is the base name plus an attribute suffix. 
       eg: Calibri vs Calibri-Bold

git-svn-id: trunk@33563 -
2016-04-27 15:34:00 +00:00
..
examples * Some fixes from Graeme Geldenhuys (Bug ID 30038): 2016-04-22 11:15:11 +00:00
src * Some reworking by Graeme Geldenhuys: 2016-04-27 15:34:00 +00:00
tests * Some fixes from Graeme Geldenhuys (Bug ID 30038): 2016-04-22 11:15:11 +00:00
utils * Added ttfdump tool 2016-04-11 18:26:23 +00:00
fpmake.pp * Remove msdos target, not all dependencies are satisfied 2016-03-09 20:45:26 +00:00
Makefile
Makefile.fpc
readme.txt * Added file attachments to possible enhancements 2016-03-05 18:22:23 +00:00

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.