2
0
Nikolay Nikolov b50d6ff99c - disable packages that don't compile on the wasip2 platform 4 сар өмнө
..
examples be68d66137 fcl-pdf: added function TPDFDocument.AddFont(AFontStream: TStream; AName: String): Integer and function TFPFontCacheList.AddFontFromStream(AStream: TStream): integer 1 жил өмнө
namespaced 3b6fce6599 * Dotted filenames for package fcl-pdf 2 жил өмнө
src ce5a632432 Remove the rest of the VER3_0 conditionals. 11 сар өмнө
tests 605a495db1 fcl-pdf: added gitignores for fonts and binaries 1 жил өмнө
utils 5a573e21e7 * Fix range check error (bug ID 35251) 6 жил өмнө
Makefile 2289c1f6a2 * Remove redundant Makefile.fpc 2 жил өмнө
fpmake.pp b50d6ff99c - disable packages that don't compile on the wasip2 platform 4 сар өмнө
namespaces.lst 3b6fce6599 * Dotted filenames for package fcl-pdf 2 жил өмнө
readme.txt edcc251c76 * Added file attachments to possible enhancements 9 жил өмнө

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.