TH1981
TH1981

Reputation: 3193

HTML to PDF converters with commercial / server licensing

I know this one's been done to death, but most of the onces I've found on SO have been open source. For this particular project I'm willing to spend the money to get the quality, ease of use and support. The less hassle it is to setup and to create new templates the better.

The system I'm building will need to be able to output custom reports including some simple bar charts and graphics. These will all need to be able to output to PDF as well. Again, the less implementation time there is for these reports in regards to PDF conversion, the better.

I've seen PrinceXML (http://princexml.com) and am impressed so far. What I want is at least one other good premium option to compare to.

Any suggestions?

Thanks in advance

Upvotes: 3

Views: 1897

Answers (2)

Mark Storer
Mark Storer

Reputation: 15870

I always recommend wkhtmltopdf. It's Free, but supports just about everything thanks to its webkit roots... up to and including script that alters the HTML.

Upvotes: 4

Jeroen Ritmeijer
Jeroen Ritmeijer

Reputation: 2792

Here is a commercial one I have worked on. Great support if I say so myself.

Comes with a friendly web services interface so you can use it from most development environments and languages.

Upvotes: 0

Related Questions