Good day,does phpmaker v2023 have native pdf?how can we use it for custom page?previously my project uses fpdf.php by require(‘fpdf.php’);
The dompdf extension outputs native PDF file. If you have enabled export to PDF (and the extension), the dompdf class is available. To create a pdf yourself, read dompdf docs, see Quick Start.Avoid using Custom Files to output PDF, you may use Route_Action or Api_Action server event, read Using Route_Action server event.
thank you very much for this.