[PHP] HTML Printing problem.
Issue: HTML files are to large to print from the browser. We are creating reports that are ++5 mg in size. This is a real problem for the browser. We are on a network and can print directly from the server but this means we must convert the html to some printer friendly format. We are using many new standards such as Any help with a solution? _ Help protect your PC. Get a FREE computer virus scan online from McAfee. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] HTML Printing problem.
Are there any packages developed in php or any use of the php print tags that might solve this problem? From: Leif K-Brooks <[EMAIL PROTECTED]> To: php coder <[EMAIL PROTECTED]> CC: "Php-General (E-mail)" <[EMAIL PROTECTED]> Subject: Re: [PHP] HTML Printing problem. Date: Tue, 07 Oct 2003 16:18:22 -0400 php coder wrote: HTML files are to large to print from the browser. We are creating reports that are ++5 mg in size. This is a real problem for the browser. We are on a network and can print directly from the server but this means we must convert the html to some printer friendly format. We are using many new standards such as What does this have to do with PHP? -- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law. _ Instant message in style with MSN Messenger 6.0. Download it now FREE! http://msnmessenger-download.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] HTML Printing problem.
If I could fiqure out how css can get me the same effect as the tbody and thead tags and have it easily converted to pcl or pdf then great but I haven't been able to do this nor am I sure that it can be done. From: Robert Cummings <[EMAIL PROTECTED]> To: php coder <[EMAIL PROTECTED]> CC: PHP-General <[EMAIL PROTECTED]> Subject: Re: [PHP] HTML Printing problem. Date: 07 Oct 2003 16:33:45 -0400 On Tue, 2003-10-07 at 16:13, php coder wrote: > Issue: > HTML files are to large to print from the browser. We are creating reports > that are ++5 mg in size. This is a real problem for the browser. We are on a > network and can print directly from the server but this means we must > convert the html to some printer friendly format. We are using many new > standards such as > each page of a printed document. This seems to cause problems with most > conversions that we have seen. Rather than using Cheers, Rob. -- .. | InterJinn Application Framework - http://www.interjinn.com | :: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php _ High-speed Internet access as low as $29.95/month (depending on the local service providers in your area). Click here. https://broadband.msn.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] RE: HTML Printing problem.
I am aware of the printer functions in php but as far as I know you can not print an html document with them. It will just print the html code. Otherwords print the text. Also generating these reports with these functions would be a step back on the design because of the amount of ode needed to get the same results as the html handles automatically. Is there away to print html on the server with php? From: "Rob A. Brahier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [PHP] RE: HTML Printing problem. Date: Wed, 8 Oct 2003 09:04:38 -0400 If you are using PHP on a Windows server then this might be an option: http://us4.php.net/manual/en/ref.printer.php -Rob -Original Message- From: php coder [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 4:13 PM To: [EMAIL PROTECTED] Subject: HTML Printing problem. Issue: HTML files are to large to print from the browser. We are creating reports that are ++5 mg in size. This is a real problem for the browser. We are on a network and can print directly from the server but this means we must convert the html to some printer friendly format. We are using many new standards such as each page of a printed document. This seems to cause problems with most conversions that we have seen. Any help with a solution? _ Help protect your PC. Get a FREE computer virus scan online from McAfee. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php _ Share your photos without swamping your Inbox. Get Hotmail Extra Storage today! http://join.msn.com/?PAGE=features/es -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php