About 3,710,000 results
Open links in new tab
  1. Is it possible to save HTML page as PDF using JavaScript or jquery?

    The server responds with a URL for PDF generated using HTML, I have used Apache FOP very succssfully The js handling the ajax response does a location.href to point the URL send by JS and …

  2. How to convert IPython notebooks to PDF and HTML?

    Apr 14, 2013 · Convert the html file notebook.html into a pdf file called notebook.pdf. In Windows, macOS (brew install wkhtmltodf) or Linux, install wkhtmltopdf. wkhtmltopdf is a command line utility …

  3. Generating a PDF file from React Components - Stack Overflow

    I have successfully created a PDF file from an html page with the help of your answer. But if we want to create a PDF with multiple pages then what to do? with a4 size page with appropriate margins at all …

  4. How To Convert HTML to PDF using JavaScript - Stack Overflow

    Dec 1, 2022 · 1 I want to convert HTML to PDF with the click of a button and download. My js working perfectly only need the latest JavaScript CDN link. HTML

  5. How to convert webpage into PDF by using Python - Stack Overflow

    pdfkit.from_file('abc.html', 'abc.pdf') Additionally, if your source html file has img tags src should be the relative path and you have to include this option to allow local file access.

  6. c# - Convert HTML to PDF in .NET - Stack Overflow

    Feb 19, 2009 · Try this PDF Duo .Net converting component for converting HTML to PDF from ASP.NET application without using additional dlls. You can pass the HTML string or file, or stream to generate …

  7. how to save an outlook mail (.msg) as .html or .pdf using python

    Oct 12, 2022 · The Outlook object model doesn't provide any property or method for saving messages using the PDF file format. But you can use the OlSaveAsType enumeration for all available file formats.

  8. Generate PDF based on HTML code (iTextSharp, PDFSharp?)

    Does the library PDFSharp can - like iTextSharp - generate PDF files * take into account HTML formatting *? (bold (strong), spacing (br), etc.) Previously I used iTextSharp and roughly handled in …

  9. javascript - Converting the HTML page to a downloadable PDF with a ...

    Mar 15, 2022 · But this can only generate a print page, which I need to save the PDF file manually. I searched online and find a lot of answers that suggest we add a third-party plug-in.

  10. python - How to Export Jupyter Notebook by VSCode in PDF format ...

    To avoid installing xelatex (TeX), you might want to try exporting to HTML and using your browser's "Print to PDF" feature. so i tried to install MikTeX and update the required packages, but still I can't …