html-to-pdf

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 commercial usage)? There are many solutions, with huge variety of price ranges, but I was looking for something open source and free. I ha...

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: absolute; left: 10px; top: 100px; width: 50px;">Hello World</p> </body> </html> The text is not correctly positioned in the resulting PDF file. Do you kn...

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 good, but has some limitations. Can anyone suggest any other advanced ones? Thanks. ...

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 thought of compiling the entire PDF in code is very daunting. Ideally I'd like to use something like wkhtmltopdf to simply convert HTML pages to PDFs (but of course...

conversion of html to pdf in python

I need to convert HTML documents into PDF format. Can u help me? ...

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 that. I'd now like to know if ITextSharp has the capability of converting HTML to PDF. Everything I will convert will just be plain text...

.NET version or port of Flying Saucer

Is there any open source .NET project (or port) similar to the Flying Saucer project which renders HTML to PDF using iText? ...

How Do I convert HTML to PDF with hot links in outputted PDF with ASP(.NET)? Preferably with ActivePDF WebGrabber.

My company purchased ActivePDF WebGrabber a couple of years ago to convert a classic ASP created HTML page into a PDF form. The only drawback with the tool that we continually run into is that the outputted HTML links are not hot. Are there any tools that do include hot-links within the HTML to PDF output? According to the ActivePDF FA...

Problem in picture overlapping when I convert HTML page to PDF.

I want to overlap pictures, but it is not working and I need some help. Here's the link to the page I'd like to convert: http://9m9.com/innovative/sample/two.html I want to convert this page to a PDF. You can see the small image overlapping the bigger one. This is the page where you can click on a link that will convert the page to PD...

Converting HTML Files into a PDF

I have a website that displays product information that the client wishes to offer as pdf format. I need a way to dynamically convert a particular HTML page into a PDF, does anybody know of a way to do this? I need to convert an html page into a PDF document and serve it to the end user on the fly (there are WAY too many products to do t...