readme.txt 846 B

12345678910111213141516171819202122232425262728293031
  1. The fcl-pdf package contains a PDF generating unit fppdf that does not depend
  2. on any external libraries.
  3. The PDF generator has the following features:
  4. - Support for basic shapes.
  5. - Support for basic line styles.
  6. - Dictionary support.
  7. - Multi-page PDF.
  8. - Image support.
  9. - TTF Font support.
  10. - Font embedding.
  11. - Unicode font support.
  12. - Stream Compression.
  13. - Image embedding.
  14. - Several paper types.
  15. - Portrait/Landscape.
  16. - Support for multiple units.
  17. - Rotation matrix system.
  18. - PDF creator information.
  19. - Output validates by several PDF validators.
  20. Todo:
  21. - Implement TFPCustomCanvas descendent (TPDFCanvas) that draws on a PDF.
  22. - Partial embedding of (unicode) fonts for smaller PDFs.
  23. - On windows, allow to use native font mechanisms for extracting info from TTF files.
  24. Optionally:
  25. - PDF Forms.
  26. - Archive format.
  27. - Signature.
  28. - File attachments.