-
Would be awesome to be able to create a fillable input (https://github.com/bpampuch/pdfmake/issues/156 is from a pdf form, I'm talking about creating the input...)
-
I have an .mdx file that I want to convert it into a .pdf file. The source file is an actual NextJs page (I don't insert any custom component, only layout wrapper).
My code:
```Javascript
import …
-
steps to reproduce:
build a simple Angular cli project that uses amcharts4, for exapmle the sample from node_modules\@amcharts\amcharts4\examples\angular\simple-line-chart
The output contains 2 MB…
-
- Site: [http://localhost:8080](http://localhost:8080)
**New Alerts**
- **Content Security Policy (CSP) Header Not Set** [10038] total: 5:
- [http://localhost:8080](http://localhost:8080)
…
-
I'm trying to generate pdf document with table which has 40000 rows.
the pdf generation takes over 15 minutes.
Using in NodeJs and run it on AWS Lambda
"pdfmake": "^0.2.5",
-
If you use a referenced function to determine table rows, PDFmake will only draw it once.
The following code will draw to tables, where the in the first table the header-row was drawn correctly, wher…
-
I want to add dot line leaders like the example below, but it seems that this feature hasn't been supported by pdfmake.
`
Payer:.................abc.........................................
Address…
-
I am thinking about using `reflection` for this at the moment but need I to think a little bit more on how it will look like and how this may be implemented. pulling in, making a new issue for the lis…
-
Hi I'm slowly porting [invoiceninja](https://www.invoiceninja.com/). It dynamically creates a pdf with [pdfmake](http://pdfmake.org/playground.html) and then allows the user to download it.
When I'm …
-
I am using pdfmake and I am trying to include graphs into the PDF output. The charts need to be created by using variables. I'm trying to create a bar chart, pie chart and line charts. Is there a solu…