Pretty Output

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

Post Reply
sandiphw
Forum Newbie
Posts: 1
Joined: Wed Jun 02, 2004 6:41 am
Location: India

Pretty Output

Post by sandiphw »

Hi,
I have developed an software which generates a long reports along with a long table.To get a formatted ,good looking output user has to import this in a word document but user has to repeat table header manually as the table is 5-6 pages (A4) in length. Now I am curious to know is there any way to generate reports which breaks the table as per (A4) page size and add table header accordingly? Though I am sure it is absolutely possible, but i have no idea how to do it. Please help.

Thanks in advance
litebearer
Forum Contributor
Posts: 194
Joined: Sat Mar 27, 2004 5:54 am

Post by litebearer »

You might want to look into using php to create PDF files. That way you can maintain all your formatting etc for easy viewing/printing by your viewers.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Post Reply