HTML to PDF conversion using Chrome pdfium
Can anyone suggest how to convert HTML to PDF using chrome pdfium. Since, I tried pdf.js and few other, but It is not giving me a proper result. I think chrome pdfium handle them properly. So, I would like to give a try to pdfium for generating PDF file from HTML source. Thanks. PDFium (and PDF.js ) are merely PDF Viewers, you cannot convert HTML to PDF with them. The actual PDF generation in Chrome is done by the printing component using Blink (the rendering engine) and Skia (the graphic stack). There is an effort going on to decouple the printing functionality from the printing UI so that