-
Multiple users have requested to transform HTML content, in one way or another, to transform HTML content into a PDF, using pdfmake.
I is definitely not a simple task and I'm unsure of a good strateg…
-
Can the `pageBreakBefore` option be sped up, perhaps with caching or partial document layout?
I'm using the `pageBreakBefore` option to try prevent page breaks in certain scenarios in my applicatio…
-
We are using PDFMake which in turn makes use of PDFKit to generate a text-only single-page PDF.
For languages Chinese, Hebrew & Japanese, we are making use of the below Google font in WOFF format d…
-
In the SVG-to-PDFKit there is an option useCSS and in the docs it says
`useCSS [boolean] = use the CSS styles computed by the browser (for SVGElement only)`
But pdfmake accepts only svg string now a…
-
Hi, can I return pdf file like a response from my generated doc file (without using fs) ?
-
Hi,
Is there any way to set the image width in percentage of the page ?
Regards
-
Tested in playground with pdfmake 0.1.70 on Firefox 86.0.1:
```
var dd = {
content: [
'First paragraph',
'Another paragraph, this time a little bit longer to make sure, this line wi…
-
Hello, good evening, I am generating a report with PDFmake and this report contains images that I generate with Flot, among others. The fact is that the report is generated correctly in Windows XP usi…
-
I am using a library to create a pdf-file locally ([pdfmake](http://pdfmake.org/#/)). The library returns the generated pdf as a blob file. Can I use rn-fetch.blob to create a file from a locally crea…
-
Shun, thank you for a fabulous plugin!
It would be great if this can be output to .docx or some other editable format, as the output runs off the edge of the page.
[Example Output](https://driv…