Connecting Tech Pros Worldwide Forums | Help | Site Map

Create PDF from HTML on the fly ?

Joel
Guest
 
Posts: n/a
#1: Jul 22 '05
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 !



Steven Burn
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Create PDF from HTML on the fly ?


http://www.websupergoo.com/products.htm#pd

--
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...[color=blue]
> 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 !
>
> [/color]

Mark J. McGinty
Guest
 
Posts: n/a
#3: Jul 22 '05

re: Create PDF from HTML on the fly ?



"Joel" <zeezefz@dededz.com> wrote in message
news:429f1c17$0$21607$636a15ce@news.free.fr...[color=blue]
> 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 ![/color]

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



Closed Thread


Similar ASP / Active Server Pages bytes