Forum Moderators: coopster
I have a project where I need to figure out the most efficient way of converting an HTML document into both PDF and RTF format.
The specific HTML document is a resume.
I was wondering if anybody could recommend a single tool or a set of tools/php libraries that would automatically make the conversion from HTML to PDF and RTF.
The other alternative is explicitly defining the formatting for each of document formats, but that would take much longer.
Would rather just define format in HTML and then find some code that can automatically convert that into PDF and RTF.
Although not a requirement, would be great if it could incorporate formatting in HTML done by CSS, but I know this mght be tricky.
Thanks.
Vega
[ros.co.nz...]
You'd have to read the html file with PHP and follow the examples to create a PDF document. I'm not sure about creating RTF's though.