Kyohei Fukuda
Kyohei Fukuda
working on it
Released as 5.2.2
At this point, this is not a bug but a specification. (We determined that it would be difficult to apply page breaks to existing PDFs.) Currently, you can render tables...
We will consolidate this issue and address it here: https://github.com/pdfme/pdfme/issues/486 We haven't yet decided on specific specifications, so please feel free to post any opinions or suggestions you may have.
I apologize for the inconvenience. I'd like to note two points for future reference: 1. Tables don't work when loading an existing PDF (custom PDF) as a base64 basePdf. This...
Ref: - https://github.com/pdfme/pdfme/issues/473 - https://github.com/pdfme/pdfme/issues/479 - https://github.com/pdfme/pdfme/issues/482 - https://github.com/pdfme/pdfme/issues/486
> 1. Tables don't work when loading an existing PDF (custom PDF) as a base64 basePdf. For this problem, we address it here: https://github.com/pdfme/pdfme/issues/486 > 2. I've found that inputs...
Hi @romankolosok At this point, we plan to accept both arrays and stringified arrays.
Wow Very nice
Hey @slim-hmidi Can you try the bellow? ```ts import { generate } from '@pdfme/generator'; import type { Template } from '@pdfme/common'; // { const generatedPdf = await generate({ template, inputs...