Question : Can I save a word document directly as PDF in asp?

Hi Experts,

I am working on an ASP proyect, one of the functions I need is to populate a Word document template with forms from a MYSQL database.
So Far I can fill out the forms just fine, but I need to give the client both word version and a pdf version of the final document.
I noticed that word 2007 has an option to save as PDF, and was wondering if there was a way to save directly as pdf from the asp file, or if I had to use a third party software to do this.

Any help or Ideas would be greatly appreciated

 

Answer : Can I save a word document directly as PDF in asp?

If you are using classic ASP you will need a component like ASPPDF (http://www.asppdf.com) - there are a number of others so shop around - to generate the PDF, either on the fly or as a stored file.
Random Solutions  
 
programming4us programming4us