-
Hi there,
Apologies if I'm polluting your issues, but just wanted to put this here in case it helps someone else, as I came looking here first as we use your library.
Redeployed our code today a…
-
Not sure if it's specific to my implementation, but I've noticed that the running html2pdf completely freezes the UI. Perhaps this can be fixed by running the conversions in a separate thread via serv…
-
Hello,
First of all, thank you for creating this library! We are using it to print PDF documents from HTML using Chrome Driver.
To explore how the library works and following the documentation, …
-
I am currently using the html2pdf library to generate PDF files from HTML content. I have a requirement to merge two separate PDF files generated using html2pdf into a single PDF file. I have searched…
-
run in docker
```
root@html2pdf-v1-5f86f486df-7d6sp:/app# html2pdf 'Hello world!' -o output.pdf
/app/node_modules/@puppeteer/browsers/lib/cjs/launch.js:310
reject(new Error([
…
-
Hi,
I'm using this wonderful library to print out some labels that are being created in HTML.
We create the HTML and it contains just simple texts and a barcode SVG but nothing too fancy. Some …
-
Hi.
First of all, congratulations about your work. It´s amazing.
I am having an issue where the error RangeError: Maximum call stack size exceeded is showing up
I am using Angular to create t…
-
Hi @eKoopmans,
Firstly, I want to thank you for writing this great file. It saves me a lot of time dealing with the quality of content and layout. Recently, I was playing around with this file and …
-
Hello, it's been a week using html2pdf API for generating pdf file, however can't figure out what happing with the image error while inserting image : unable to get the size of the image
-
I want to use **html2pdf.js** to export html table to pdf in Vue 2 and got the error **Could not find a declaration file for module 'html2pdf.js'.** after importing like **import html2pdf from "html2p…