-
When running this tool, I get the following error:
```
ReferenceError: html2pdf is not defined
at /Users/username/Downloads/pdf-gcv-ocr-master/node_modules/jspdf/dist/jspdf.min.js:202:16291
…
-
I just started playing around with this library it looks cool but i ran into the following issue when the content is large enough and a new page is created the line gets cutoff,
here's a screensho…
-
Attribute **vector-effect="non-scaling-stroke"** for path, rect, line and others stops working.
No matter it's jsPdf v1.3.2 with svg2pdf 1.2.1 or jsPdf v2.0.0 with the latest version of svg2pdf.
In …
-
Hi There,
I found one issue where we need text wrapping and formatting fully supported in output PDF. While verifying that, I found that when there are many spaces at the start of the string then t…
-
### Build tool
Rollup
### Where do you see the problem?
- [x] In the browser
- [ ] In the terminal
### Describe the bug
hi
i use jspdf and html2canvas-pro to generate pdf of current page, everyt…
-
I think It would be nice if jspdf adds direct support for svg element when using HTML converter. I relay on ready icon components made of svg elements for my cv generator project. If I am honest with …
-
Hi,
I was reviewing issue #21 and was trying to make this work with jsPDF addImage but it doesn't seem to update the document. Do you have any ideas on how I can make this work?
`html2pdf().from(e…
-
## **Hello everyone!**
I ran into the problem of assigning options for the document that I am going to print in the browser
I have a piece of code responsible for opening a dialog box in the brows…
-
...using [jsPDF](https://github.com/MrRio/jsPDF), with a static fallback document that is periodically replaced, as is currently the case.
The code for this can be found in http://rawgit.com/MrRio/…
-
**Describe the bug**
I'm using this library and fabricJS to make and exportable version of the canvas and have a pdf from there, I was able to add custom fonts and the source of the pdf generator is …