Creating Multipaged PDF Document using PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
dream2rule
Forum Contributor
Posts: 109
Joined: Wed Jun 13, 2007 5:07 am

Creating Multipaged PDF Document using PHP

Post by dream2rule »

I would like to create a pdf file with multiple pages with each page having a different template altogether.
and each template should have a minimum of 20 to 30 textboxes!

Is this possible using PHP?

For more detailed information, here's the requirement:

I need a php application to create pdf files. The following features must be implemented:
The pdf documents created can be multiple pages long.
Each page can be of a different templated layout
The text selected for each page can contain upto 30 dynamic text variables
20 layout templates must be created with text areas in different locations
The system must be so flexible that for each document, it should select both the correct template for a page and the data for each page and then create the entire document.

Can anybody Help??

Regards
Dream2rule
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Locked