Kyohei Fukuda
Kyohei Fukuda
ref: https://github.com/pdfme/pdfme/issues/474
Integrated to https://github.com/pdfme/pdfme/issues/443
Hey @marcflausino Could you create minimal reproducible repo? I will handle this.
This error came from introduce date schema(5.1.0). So, I guess 5.0.0 is working.
Yes, I will handle this.
This is fixed by https://github.com/pdfme/pdfme/pull/616 and Released https://github.com/pdfme/pdfme/releases/tag/5.1.6 @marcflausino Could you check this issue is fixed?
This is the intended behavior. The table can cause a page break, but if the basePdf is a custom PDF, it cannot shift other elements down when a page break...
> Ah I see. Maybe that error message should say Custom PDF is not supported? Yes... The error message was causing confusion. We've received similar feedback, and we're considering making...
Modified the implementation to issue a warning (console.warn) indicating that features like page breaks are unavailable, instead of throwing an error. This allows basePdf to add tables in any situation....
@romankolosok Are you saying that you want to place barcodes within table cells?