Re: [PHP] desire your recommendation for our specific HTML - PDF project

2010-12-06 Thread Steve Staples
On Fri, 2010-12-03 at 18:11 -0500, Govinda wrote: Hi all I have a question which I see from googling has been discussed at length.. but I want to know what you would recommend based on our particular needs. I want to be on the right track before I find out a- week-of-work later that I

Re: [PHP] desire your recommendation for our specific HTML - PDF project

2010-12-06 Thread Paul M Foster
On Mon, Dec 06, 2010 at 09:23:02AM -0500, Steve Staples wrote: [snip] Personally, I use FPDF [1] to generate PDF's on the fly. It has a lot of addons that people have created, and some of those, are barcodes. use it to generate shipping/packing labels for a client, and it creates about

RE: [PHP] desire your recommendation for our specific HTML - PDF project

2010-12-05 Thread Tommy Pham
-Original Message- From: Govinda [mailto:govinda.webdnat...@gmail.com] Sent: Friday, December 03, 2010 3:12 PM To: PHP-General List Subject: [PHP] desire your recommendation for our specific HTML - PDF project Hi all I have a question which I see from googling has been

Re: [PHP] desire your recommendation for our specific HTML - PDF project

2010-12-05 Thread Govinda
Govinda, Have you/your team consider using pure CSS (using media screen print) for formatting? This may save you from having to deal with PDF (extra codes - slower performance, extra steps in save then print, extra storage space just for temp save, etc... ) since they only need to

RE: [PHP] desire your recommendation for our specific HTML - PDF project

2010-12-05 Thread Tommy Pham
-Original Message- From: Govinda [mailto:govinda.webdnat...@gmail.com] Sent: Sunday, December 05, 2010 9:19 AM Cc: 'PHP-General List' Subject: Re: [PHP] desire your recommendation for our specific HTML - PDF project Govinda, Have you/your team consider using pure CSS (using

Re: [PHP] desire your recommendation for our specific HTML - PDF project

2010-12-05 Thread Govinda
IIRC, the browser rendering difference should only be on the screen and with available fonts on the client. I am finding just the opposite of what you are saying. The page looks the same in the browsers.. but when I print from different browsers I get different results on paper. Like

RE: [PHP] desire your recommendation for our specific HTML - PDF project

2010-12-05 Thread Tommy Pham
-Original Message- From: Govinda [mailto:govinda.webdnat...@gmail.com] Sent: Sunday, December 05, 2010 1:33 PM Cc: 'PHP-General List' Subject: Re: [PHP] desire your recommendation for our specific HTML - PDF project IIRC, the browser rendering difference should only