Generate PDF - in Custom File

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Almeida 3A
User
Posts: 85

Generate PDF - in Custom File

Post by Almeida 3A »

In Custom File, how do I generate the PDF of the result?


arbei
User
Posts: 9354

Post by arbei »

Almeida 3A wrote:
In Custom File, how do I generate the PDF of the result?

Do you mean export your Custom File to pdf? or you need to write any thing to the PDF?

There is an extension "DOMPDF" and you can refer to the generated code of cExportPDF Export() function to write your content to the PDF.


mobhar
User
Posts: 11702

Post by mobhar »

Just search on this forum by using "pdf custom file" keywords, then you should find some useful information.


Almeida 3A
User
Posts: 85

Post by Almeida 3A »

I wanted to explore my custom PDF file with DOMPDF.
how do I do?


mobhar
User
Posts: 11702

Post by mobhar »

Then simply follow arbei's suggestion above.


Post Reply