Top "Html-to-pdf" questions

For questions related to conversion of HTML pages to PDF files

ITextSharp HTML to PDF?

I'd like to know if ITextSharp has the capability of converting HTML to PDF. Everything I will convert will just …

.net itextsharp html-to-pdf
Convert HTML to PDF in MVC with iTextSharp in MVC Razor

I am trying to convert HTML to PDF with iTextSharp in MVC Razor, but everything I have tried has not …

asp.net asp.net-mvc asp.net-mvc-4 itext html-to-pdf
Convert HTML to PDF using HtmlRenderer

I am looking to use HtmlRenderer to convert an HTML file to a PDF file. I have seen it being …

c# .net html-to-pdf html-rendering html-renderer
Export Html to PDF using ITextsharp

I have tried the code below, I am also facing an error. I am using latest DLL. String strSelectUserListBuilder = @"<…

c# asp.net .net itext html-to-pdf
How to convert a simple html to pdf using wkhtmltopdf?

Here is what I did: Created a linux virtual machine in the Amazon cloud. Followed the instructions from https://code.…

html pdf wkhtmltopdf html-to-pdf
iText – HTML to PDF - Image is not displayed in PDF

I have a html page with text, image and I am parsing the HTML content to iText to generate the …

java itextsharp itext relative-path html-to-pdf
RuntimeWorkerException: Invalid nested tag head found, expected closing tag meta

I'm using iText in order to convert html into a pdf, but I keep getting a RuntimeWorkerException thrown at parseXHtml. …

java html pdf itext html-to-pdf
mPDF error: Unable to create output file

I am Using mPDF to generate pdf from an html. On my localhost the pdf is generated to the located …

php mpdf html-to-pdf
HTML to PDF - page break with PdfSharp and HtmlRenderer

I try to convert HTML to PDF using PdfSharp and HtmlRenderer. This is part of code: private byte[] CreateHtmlContent() { string …

c# html-to-pdf html-renderer
How to customize header cell in PDF using jsPDF-AutoTable plugin?

I encountered strange bug when tried to convert HTML to pdf using jsPDF-AutoTable plugin. According to official Github page there …

javascript pdf pdf-generation jspdf html-to-pdf