About 50 results
Open links in new tab
  1. 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 …

  2. R Markdown - changing font size and font type in html output

    Mar 26, 2015 · 88 I am using R Markdown in RStudio and the knit HTML option to create HTML output. However, the font used in the ouput for plain text blocks is rather small and I would like …

  3. Using iText to convert HTML to PDF - Stack Overflow

    Jun 3, 2022 · UPDATE: iText does convert HTML to PDF, but it's stylesheet support is spotty. 5.0.6 was released in Feb of 2011, and included an overhaul of the related code with little …

  4. html - What can I do to change this Edge PDF frame behaviour …

    Nov 28, 2022 · Using this simple code I expected 1,2,3 to open a PDF at page 1 page 2 and skipping 3 to 4 get a page 404. The raw HTML (in snippet below) works perfectly in Firefox in …

  5. How to convert HTML to PDF using iTextSharp - Stack Overflow

    Chris Haas has explained very well how to use iTextSharp to convert HTML to PDF, which is very helpful. By using HtmlTextWriter I put HTML tags inside an HTML table + inline CSS I got my …

  6. Convert HTML resume to pdf without any change in template

    I tried to convert this html resume to pdf and print it but as you see there is a problem in template after changing. For example compare skills in both html version and pdf version.

  7. html - Change background color in PDF viewer using either …

    May 28, 2013 · Change background color in PDF viewer using either embed, object or iframe methods Asked 12 years ago Modified 2 years, 11 months ago Viewed 19k times

  8. How to display PDF file in HTML? - Stack Overflow

    I have an auto generated PDF file by itext and I need to display that PDF file in HTML. My question is: How to display a local PDF file in HTML using pdf.js? Should that PDF file be …

  9. html - How to set name of file downloaded from browser? - Stack …

    When they click a button to download the file, you can add the HTML5 attribute download where you can set the default filename. That's what I did, when I created a xlsx file and the browser …

  10. java - How can I change the html encoding to render the pdf …

    Jun 8, 2021 · The pdf file is cropped (50% of the information on the right is not displayed). You need to change the scale or make it landscape. I tried to edit the html itself so that the program …