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
http://synopse.info
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.
Download: http://github.com/jepafi/Free-JPDF-Pascal
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.
this article is in portuguese, but it can help you:
http://www.devmedia.com.br/articles/viewcomp.asp?comp=11767
regards
Free power pdf
www.est.hi-ho.ne.jp/takeshi_kanno/powerpdf
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.
精彩评论