-
Lorsque je git clone le projet, j'obtiens un warning à la fin. Ca a l'air de modifier le repo original parce qu'après avec un "git status" je vois que ces mêmes fichiers sont "modifiés". Autre bizarre…
-
I do the following commands:
`
npm i jspdf html2pdf
npm i @types/jspdf -D
`
And in the angular.json i add:
`
...
"scripts": [
...
"node_modules/jspdf/dist/jspdf.min.js"
],
...
`…
-
Thanks for html2pdf, very nice package that i use in all my websites.
Today in have a multilangage website.
I cannot generate PDF with japanese langage.
Which setFont can i use?
Best regards
-
@eKoopmans
Hii sir,
i am facing an issue in the html2pdf.js
when i convert my section into pdf through the html2pdf then it break the page in between text please see the screen shot below
![im…
-
Is this problem caused by the nodejs version? The nodejs version of my project is v20.14.0
![html2pdf js-error](https://github.com/user-attachments/assets/9239deb1-ccd2-41aa-ae3f-0c8000b8ccf1)
-
Hello, this morning we updated from 5.2.5 to newest 5.2.8. due to error:
"Creation of dynamic property Spipu\Html2Pdf\Html2Pdf::$_pdfa is deprecated" in /html2pdf-5.2.5/spipu/html2pdf/src/Html2Pdf.…
C1977 updated
7 months ago
-
> node_modules/vue3-simple-html2pdf/src/index.js:1:31: error: Could not resolve "vue3-simple-html2pdf/src/vue3-simple-html2pdf" (mark it as external to exclude it from the bundle)
1 │ import Vue3…
-
Hi,
I've downloaded the library through the npm install command as suggested and everything installed in the node_modules folder as expected. The problem is that I don't know how to import it in my c…
-
I am using the HTML2PDF library, and on the click of the button, a pdf shows up to download. In that PDF, I'm getting extra space for some text only.
HTML:-
Vehicle Required:
Bike
…
-
Good evening,
I read a lot on google and tried the suggestions but could not find the right solution.
Do you have an idea for me
Thank you
**script**
require __DIR__ . '/vendor/autoload.php';
…