automatically convert the files to pdf format by using asp code
Any experts could kindly indicate me how to convert file format to acrobat's
pdf format by using asp code.
Re: automatically convert the files to pdf format by using asp code
You'll need some third party support for this. I'm currently writing an NT
Service
that generates HTML/PDF/MS PP from a database. Check out some where like
aspin.com for components, but don't exepct them to be cheap! I'm using an
ActiveX
DLL from http://www.pdflib.com that you could use from ASP, however it's not
a
file conversion utility, it's a set of functions for createing a PDF file.
Adobe also offer
a product called Disteller or something like that.
Regards,
James
"emily_chow" <80498041@student.scope.edu> wrote in message
news:3a0bd5f1$1@news.devx.com...
>
> Any experts could kindly indicate me how to convert file format to
acrobat's
> pdf format by using asp code.