|
-
Jul 19th, 2006, 12:38 AM
#1
Thread Starter
Member
About Printing Question...
It's hard to find something that doesn't exist in reality.....
Sorry If My English is very Bad.... 
-
Jul 19th, 2006, 01:10 AM
#2
Re: About Printing Question...
Huh? PHP is server side and printing happens on the client side. PHP has absoultely nothing to do with printing.
As for your issue, it looks like you want to limit the amount of information per page. Honestly, I don't think you can do that even with JavaScript pragmatically, however; you could strategically place HTML elements to space them enough to seperate data onto pages.
-
Jul 19th, 2006, 05:18 AM
#3
Re: About Printing Question...
Actually, the CSS print module can force page breaks. You just have to find a browser that supports it properly.
I think you're better off getting one of those PHP PDF generation libraries.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jul 20th, 2006, 02:46 PM
#4
<?="Moderator"?>
Re: About Printing Question...
 Originally Posted by CornedBee
Actually, the CSS print module can force page breaks. You just have to find a browser that supports it properly.
I think you're better off getting one of those PHP PDF generation libraries.
If you decide to use a PDG library take a look at FPDF.
If your question has been answered can you mark this thread as resolved thanks.
-
Jul 20th, 2006, 08:46 PM
#5
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|