-
Hi, I'm using html2canvas from html2pdf and I just discovered that the rendered pages have probably a different font-size or at least a different line-height. I guess html2pdf let html2canvas manage t…
-
Hi, I need help I have this error. anyone can help me ! thanks in advance
`Fatal error: Uncaught Spipu\Html2Pdf\Exception\TableException: The content of the TD tag does not fit on only one page in …
-
I am writing a Vue component:
```
Download image
import {onMounted } from 'vue';
import vueflow from './vueflow.vue';
import html2PDF from 'jspdf-html2can…
-
Describing the bug:
I'm having a problem using this library in Firefox, when I click the Export Button, the page freezes and does not download the PDF file. I also receive the following error message…
-
The only doc that I found is this: https://froala.com/wysiwyg-editor/examples/export-pdf/
It suggests to import a lib through a `script` tag. Would be great if I could just import it as an NPM depe…
dmt0 updated
7 months ago
-
Hello, I am using html2pdf to create a pdf from a table. The problem: I have 3 rows. The first row fits in page 1 and takes half a page. The second row does not fit completely on page one , so the …
-
I am getting this issue where the height of resulting PDF is 70% what it should be.
configuration:
```
let doc_width = 8.27; // A4 measures 210 × 297 millimeters or 8.27 × 11.69 inches
…
-
Error message: `TypeError: html2Pdf.generatePdf is not a function` ?
-
Good afternoon, I am writing a pdf export of data including photos taken via mobile device.
When exporting data the pictures are missing, I have been puzzling for 2 days.
The code is as follows:
…
-
I made a fairly long element and it produced 6 pages, but the element that was rendered only reached the 4th page
here's the [result](https://drive.google.com/file/d/138VQl2ETRL8bgQ-qpGRui6ay9zXvuw…