Tagged Questions

1
vote
3answers
608 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> < …
0
votes
3answers
57 views

ASP.NET - PDF Component in Medium Trust

Can anyone recommend some ASP.NET-compatible PDF Components that work in a medium trust environment? I read that ITextSharp works well, but coming from ABCPdf and ASPPdf, the thoug …
0
votes
3answers
121 views

PHP convertor Html(css) to Pdf ?

Duplicate: Convert HTML + CSS to PDF with PHP? I am looking php based library for HTML->PDF convertor, for report generation in my application. By far I found one, and it seems go …
0
votes
4answers
266 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 …