Home > Archive > ASP > June 2005 > Create PDF from HTML on the fly ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Create PDF from HTML on the fly ?
|
|
|
| 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 2005-06-02, 3:55 pm |
| http://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
| |
| Mark J. McGinty 2005-06-02, 3:55 pm |
|
"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
|
|
|
|
|