Converting URL to PDF

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
G Scott
Posts: 18
Joined: 2018-02-25 00:02

Converting URL to PDF

Post by G Scott » 2021-04-06 19:16

I've made a custom template for generating purchase orders in my application. I pass a record ID through a URL parameter to populate the purchase order template.

I need to be able to generate a pdf of the resulting purchase order which will then be sent via email to suppliers.

How can I convert a URL to a pdf. I.e.) pass URL in a PHP function to generate a pdf. Can this be done without using a 3rd party API?

Thanks,
G Scott

Post Reply