pdfme / pdfme

A TypeScript based PDF generator library, made with React.
https://pdfme.com
MIT License
2.19k stars 194 forks source link

New basePdf type #392

Closed hand-dot closed 5 months ago

hand-dot commented 5 months ago

Currently, it's possible to pass a base64 string, Uint8Array, or ArrayBuffer, but I intend to enable specifying a blank PDF by setting parameters like width, height, and margin.


ref: https://github.com/pdfme/pdfme/issues/111#issuecomment-1717526476

hand-dot commented 5 months ago

implemented by https://github.com/pdfme/pdfme/pull/394