12
votes

is there a good and free PDF generator library for delphi ?

I need one with multipage + graphics support.

7
I imagine it's not a real duplicate since this one asks only for free libraries... - stg

7 Answers

6
votes

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

http://synopse.info

4
votes

I'm using PDFtoolkit VCL, it is excellent. Works in Delphi 7 to Delphi 2010.

2
votes

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.

Download: http://github.com/jepafi/Free-JPDF-Pascal

1
votes

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.

1
votes

this article is in portuguese, but it can help you:

http://www.devmedia.com.br/articles/viewcomp.asp?comp=11767

regards

0
votes

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.