Top "Html-to-pdf" questions

For questions related to conversion of HTML pages to PDF files

Keeping CSS in Html to PDF export using Javascript

I am trying to generate PDF using JavaScript but I am unable to generate on with CSS. I am currently …

javascript html css jspdf html-to-pdf
Create PDF from HTML using TheArtOfDev.HtmlRenderer.PdfSharp

I need to convert a well-formatted HTML string to a PDF document. I found this DLL that should do what …

c# html pdf html-to-pdf html-renderer
Export a web-page to a PDF with FPDF

Complicated question with a (hopefully) simple answer. I'm looking into FPDF to export a web-page to a PDF. The web-page …

php pdf-generation fpdf html-to-pdf
Convert leaflet map snippet to image

I need to export a page that contain leaflet map to pdf. I tried to convert the map container to …

pdf-generation leaflet html-to-pdf
Itextsharp set font for IElement

var htmlarraylist = HTMLWorker.ParseToList(new StringReader(htmlText), styles); document.Open(); BaseFont Vn_Helvetica = BaseFont.CreateFont(@"C:\Windows\Fonts\arial.ttf", "…

c# itextsharp html-to-pdf
How do I convert with Angular: HTML into PDF

I'm using Angular and I wanna convert a table from html into pdf, this is my code in component.ts: …

angular typescript jspdf html-to-pdf
DinkToPdf Net Core not able to load DLL files

I am try to generate PDF from html sql server database using DinkToPdf library. In the Startup file I have …

c# .net-core wkhtmltopdf html-to-pdf dinktopdf
Uncaught Mpdf\MpdfException: The HTML code size is larger than pcre.backtrack_limit 1000000

I am developing code to generate PDF from HTML code using library MPDF. For HTML Code I am reading from …

php mpdf html-to-pdf
Puppeteer Generate PDF from multiple HTMLS

I am using Puppeteer to generate PDF files from HTML strings. Reading the documentation I found two ways of generating …

html-to-pdf puppeteer google-chrome-headless
How to convert url of html page to pdf in java using iText & flying saucer?

I've just downloaded xhtmlrenderer and iText jar files. I can make pdf files by using these jars. What I exactly …

java flying-saucer html-to-pdf xhtmlrenderer