-
Hi, html2pdf is awesome!
Congrats for this solution!
My html content is huge, so I slice into parts avoiding canvas size limitations. :D
```
let fileName = "evaluation_xxx.pdf";
// Assumi…
-
I am rendering a long table so I have added pagebreak avoid so that my table rows don't get cut on end of every page.
Now I want to add thead on every pagebreak of the table. So, that header is there…
-
Hi there,
my application is developed with Vue and Nuxt for static content.
the plugin is working fine when the website is running in dev but when I generate the static pages i get this error:
…
-
html2ps distributed with Debian seems is even older than last change here :)
-
```
I am posting this as an issue because I cannot find any other means of
contacting project members.
I think it would be very useful to have a Ruby version of the html2pdf
converter, and I might …
-
Calling the below is not resolving. It seems to stall forever for some users. It is had to reproduce, but maybe a timeout should help?
`html2pdf().set(n).from(e).toPdf().output("datauristring")`
-
https://github.com/RelaxedJS/ReLaXed
- https://themeteorchef.com/tutorials/rendering-pdfs-with-react-components
- https://www.npmjs.com/package/generate-pdf
- https://www.npmjs.com/package/html…
-
I am using php 7.2.16 and getting this error -
Warning: count(): Parameter must be an array or an object that implements Countable in \/var\/www\/html\/xyz\/lib\/html2pdf\/_class\/locale.class.p…
-
I have an HTML-5 offline page and I am trying to add the CDN script and create a simple PDF but it keeps throwing an exception: Uncaught ReferenceError: html2pdf is not defined
-
The `var html2pdf` does not seem to support images for header and footer. I keep getting either blank space or the `alt` attribute where the images should be. Is this a known issue ?