Tagged Questions

9
votes
4answers
6k views

ITextSharp HTML to PDF?

I posted a question here a few weeks ago asking about an alternative to creating .fdf files to fill in pdf documents and someone here pointed me to ITextSharp. It's working like a champ so thanks for ...
2
votes
3answers
2k views

Absolute position when converting HTML to PDF with iTextSharp

I am using iTextSharp to convert HTML to PDF and it doesn't seem to work with absolutely positioned elements. For example I have this HTML file: <html> <body> <p style="position: ...
0
votes
5answers
852 views

FOSS HTML to PDF in Python, .Net or command line?

I have google as much as I possible, checked stackoverflow several times, and yet I can not find a good html to pdf converter that can handle css. Is there a free and open source solution (even for ...