Generate PDF from URL or HTML with Electron
1–5 of 5 posts
Re: Generate PDF from URL or HTML with Electron
#2looks very cool - a few things.
It could be improved if there was a way to include a delay for when it starts rendering.
Re: Generate PDF from URL or HTML with Electron
#3There's also wkhtmltopdf.org as another headless/comand line pdf renderer
Re: Generate PDF from URL or HTML with Electron
#4There's also wkhtmltopdf.org as another headless/comand line pdf renderer
Actually I have lots of issue with wkhtmltopdf.org, it does not really support well for encoding text like Myanmar language(haven't test it yet). Plus 'the browser' is the best(not even one of) tool to render HTML properly, that's what I've been loving it so far.
Re: Generate PDF from URL or HTML with Electron
#5looks very cool - a few things. It could be improved if there was a way to include a delay for when it starts rendering.
What is the use case to delay the rendering? It's surely possible but you can do that in your own code no?