Help finding library

prttal

Broken In
I am searching for a C++ library which can convert .html/.mht to .pdf. Can anybody suggest one?
 

Sid

Broken In
Hi,

You could try GhostScript or install a PDF printer like CutePDF, etc etc.. and get the job done.
 

gk2k

gkbhat.blogspot.com
Try wkhtmltopdf - Project Hosting on Google Code . You can use it the easier way i.e system("<command_line>") or link the static library avaliable there and use it.

I assume you want to write a program and want a single binary. Then static linking the library should do it.
 
Top Bottom