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 > ab

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 t

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 bro

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 jus

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 > > >> >

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 pri

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 quest

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

2010-12-03 Thread Govinda
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 chose the wrong tool (a tool which works, but whose p