is there a good and free PDF generator library for delphi ?
I need one with multipage + graphics support.
is there a good and free PDF generator library for delphi ?
I need one with multipage + graphics support.
SynPDF.pas
PDF file generation
this unit is a part of the freeware Synopse framework,
licensed under a MPL/GPL/LGPL tri-license; version 1.16
I'm using PDFtoolkit VCL, it is excellent. Works in Delphi 7 to Delphi 2010.
Can be easy ported to Delphi.
The library "Free JPDF Pascal" is written entirely in "Free Pascal" pure. It was created from the conversion of the FPDF library code written in PHP (http://www.fpdf.org).
You do not need the LCL. It can be used to generate PDF reports for Desktop Applications, Web CGI and / or Mobile.
I have been using wPDF for about three years. It is simple to use, comes with examples, and can be extended pretty easily. It works with old and new versions Delphi up to 2010. It's not free but it does have a trial.
There is also Quick PDF Library, which I have not used myself but only had a quick look at the trial. They have a Lite version (ActiveX only) which is free, and which may meet your needs.