-
### Ask your question
something similar that can be achieved using vue-html2pdf's show-layout option in nuxt2
### Additional information
_No response_
-
Html2Pdf Error [1]
The html tag [header] is not known by Html2Pdf. You can create it and push it on the Html2Pdf GitHub project.
File: C:\inetpub\wwwroot\cvs-manager\vendor\spipu\html2pdf\src\Html2…
-
Html2Pdf Error [1]
The html tag [script] is not known by Html2Pdf. You can create it and push it on the Html2Pdf GitHub project.
File: C:\inetpub\wwwroot\cvs-manager\vendor\spipu\html2pdf\src\Html2…
-
Hi, Thank you for working on a tool like this. I am writing to see if you could help me out solve this problem.
I am running the solution as shown in the example in a .NET Core 2.2 in Mac OS.
I a…
-
Are these files needed? we are not "installing" any outside packages using composer builds in the current model to my knowledge.
./modules/html2pdf/composer.json
./modules/html2pdf/vendor/compos…
-
Hi,
The html2pdf.js creates a Blank PDF or throws an error 'The operation is insecure' on new iOS 16.0.2.
Below is the html2pdf config:
function generatePDF(true) {
return new P…
-
i'm using this code
https://codesandbox.io/s/xlnzq7y28q
but when i click export pdf button, that `html2pdf()` function like didn't execute anything
-
Hey guys,
I have a script who generate PDF from WordPress post.
From the last version WordPress include tags for nothing...
Exemple :
`Text.Diagnose: Text`
When i try to PDF this, i have t…
-
Hi, since the dist folder was removed then rawgit updated I have noticed some issues within IE. Initially I was using https://rawgit.com/eKoopmans/html2pdf/master/dist/html2pdf.bundle.min.js however f…
-
I can't get the plugin to work. I imported vue-html2pdf in my vue component:
`import VueHtml2pdf from 'vue-html2pdf`
I registered it in my component's components list:
`components: {
Vue…