vote up 1 vote down star
1

Which library or component can do this in a easy way and not too expensive.

Edit: Oeps: I should have informed you that it is web app. and we can't rely on the the user have PDF driver installed.

flag

4 Answers

vote up 0 vote down check

I've been using Gnostice eDocEngine, a document creation toolkit for VCL with full source code. It creates/converts to Pdf as well. Very easy to use.

link|flag
vote up 0 vote down

PowerPdf is free. It doesn't directly convert from html to pdf but you may be able to parse the html and use it to generate a close facsimile.

link|flag
vote up 0 vote down

If you want do this without the user manipulation (transparent for te user) you can read this (PDFFactory).

Regards.

link|flag
vote up 3 vote down

The easiest way is to display the HTML file in a TWebBrowser (as described here) and to print it (as described here) to a PDF Printer (e.g. PDFCreator).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.