I am using expertpdf library to convert an html page in pdf and the function is giving error "WebKit Navigation timeout".
public void ConvertHTMLStringToPDF(string compHTML)
{
var isIE8 = Request.Browser.Browser == "IE" &&…
I'm using a 'react-native-html-to-pdf' library.
I used it exactly like the example, but I get an error.
Warning
Possible Unhandled Promise Rejection(id: 0):
TypeError: Cannot read property 'convert' of undefined
TypeError: Cannot read property…
I am currently using IText7 to convert a HTML file to PDF. Due to the nature of the app, each line of text in a paragraph is required to be stored on an individual line inside it's own div container, this causes issues justifying the paragraph as a…
I work on one project, I used html2pdf by spipu but unfortunately I encountered problems at the end, such as problems with pictures and also rendering. My question is what would you recommend if I want to convert the automatically generated html…
Processing of Converting the html to PDF takes a long time by using DinkToPdf library, when this line of code runs: ConverterToPdf.Convert(pdf)
How can I solve this problem?
public byte[] ConvertReportToPDFAsync() where TViewModel :…
We are using nested table . While converting html to pdf with the help of wkhtmltopdf we are facing blank space problem.
There are some scenarios which I would like to discuss which is based on table line items.
When table line items is less…
I want to download my JSPDF generated PDF on Angular's assets folder. By default is getting downloaded in programs folder in disk-E. What should I need to change in my code. Here is my code:
private download(): void {
var pdf = new jsPDF("p",…
Problem
I am trying to create a azure function to create html to pdf. It runs locally perfectly fine but when I deployed it to azure function It shoes me the error
Error
Unable to load DLL 'libwkhtmltox' or one of its dependencies: The specified…
I have a custom Google Script with a simple logic: it looks up parts from the spreadsheet and builds an in-memory HTML string, then I call the following code to produce the PDF.
var blob = Utilities.newBlob(html_body,…
The new Chrome 64 security update seems to have broken the htmlToImage libraries. None of the styling is correctly calculated and is rendered as if no styling was applied at all.
Does anyone know of a workaround / fix? Do I need to put my CSS on…
I have a vueJS component that I want to print. However, when I use the standard print dialog I lose all the CSS and basically only have plain text.
I have also tried Printd.
My code is along the lines of:
mounted () {
this.cssText = `
…
I'm using SelectPDF's HTML to PDF converter to generate a PDF based on an HTML document containing a wide table of data. I'd like this table to wrap onto a second page (or Nth) page if needed, but instead SelectPDF squeezes the table into the space…
I have HTML files located in a Google Drive folder. I am trying to get the files, read content, convert to PDF and then save to the same folder.
The whole flow works fine, but most of the HTML formatting is lost (like fonts etc). Is there a way to…