Re: Convert documents to PDF (Server Side)
- From: "John Timney \(MVP\)" <x_john@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 20 Dec 2006 10:10:07 -0000
I do agree activePDF is a hog, but its very versatile - and it does convert
things like doc files, and xls to pdf. Not many products can do that well.
To get round its hoginess I created a fifo queue for all submitted files, so
that it only processed them in the background one at a time, in order and
emailed the resuling PDF as a timed expiring html link to the requestor.
Made it quite efficent actually.
--
--
Regards
John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"Marc Gravell" <marc.gravell@xxxxxxxxx> wrote in message
news:uc$uvnAJHHA.1468@xxxxxxxxxxxxxxxxxxxxxxx
For a subset of those, you could look at abcpdf and/or htmldoc. I have
recently done a lot of scalability testing, and activepdf, while
versatile, is a bit of a hog. abcpdf was, for my money, both very cost
effective, yet highly scalable. And no I'm not affiliated. I used to
recommend htmldoc, but a: it isn't .Net based (need to shell), and b: that
awaited 1.9 (CSS) release is just too long in the coming considering all
the competition now support such. Both of these products really only
address html and images, but are good tools (very, IMO, for abcpdf) at
what they do.
Marc
.
- References:
- Convert documents to PDF (Server Side)
- From: Franck
- Re: Convert documents to PDF (Server Side)
- From: Ignacio Machin \( .NET/ C# MVP \)
- Re: Convert documents to PDF (Server Side)
- From: Franck
- Re: Convert documents to PDF (Server Side)
- From: Marc Gravell
- Convert documents to PDF (Server Side)
- Prev by Date: Re: ref struct in mc++ to c#
- Next by Date: RE: what does the term 'state data' mean?
- Previous by thread: Re: Convert documents to PDF (Server Side)
- Next by thread: Creating multi-threaded code to break locked/wait state
- Index(es):
Relevant Pages
|