Convert documents to pdf

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I need to write a .NET application that converts all the documents except
images into pdf. Is it possible to do it in .NET? How could I do which
documents can be converted to pdf? we have acrobat SDK with us. Does that
help? please let me know if you have any ideas?

Thanks,
Sridhar.
 
Sridhar said:
Hi,

I need to write a .NET application that converts all the documents except
images into pdf. Is it possible to do it in .NET? How could I do which
documents can be converted to pdf? we have acrobat SDK with us. Does that
help? please let me know if you have any ideas?

Thanks,
Sridhar.

I would reccomend a 3rd party product unless you want to lean post
script (not recomended). http://www.aspose.com/Products/Aspose.Pdf/ has
a decent api.
 
Back
Top