Basic PDF Generation Steps
10/31
What you will need
Basic PDF PHP Code Skeleton
The Basic Steps
•
Create a new PDF Resource (
pdf_new()
)
•
Create a page within the PDF document (
pdf_begin_page()
)
•
Add graphics, text, etc. to page
•
Close page
•
Repeat page creation as necessary
•
Close the PDF Document