Code Comments
Programming Forum and web based access to our favorite programming groups.Hello, I use ASP on a website and i'd like to create PDF files from HTML pages that are on the website. Which free software or component can i use to do this ? Thanx a lot !
Post Follow-up to this messagehttp://www.websupergoo.com/products.htm#pd --=20 Regards Steven Burn Ur I.T. Mate Group www.it-mate.co.uk Keeping it FREE! "Joel" <zeezefz@dededz.com> wrote in message = news:429f1c17$0$21607$636a15ce@news.free.fr... > Hello, >=20 >=20 > I use ASP on a website and i'd like to create PDF files from HTML = pages that=20 > are on the website. >=20 > Which free software or component can i use to do this ? >=20 >=20 > Thanx a lot !=20 >=20 >=20
Post Follow-up to this message"Joel" <zeezefz@dededz.com> wrote in message news:429f1c17$0$21607$636a15ce@news.free.fr... > Hello, > > > I use ASP on a website and i'd like to create PDF files from HTML pages > that are on the website. > > Which free software or component can i use to do this ? > > > Thanx a lot ! The problem with server-side PDF generation is that it's compute-intensive, we had a whole separate server that did nothing but serve-up PDF, and it was still inadequate at peak load. The operation just didn't scale well at all. So we went to client-side tools, we bundle a license for PDFMachine with each subscription, it's inexpensive, it's output (so far as we've seen, across many thousands of PDF's) is flawless, and it's faster than Adobe's solution. Can't say enough good things about it! http://www.pdfmachine.com -Mark
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.