Converting word format to pdf

P

Pradeep Kumar C

Hi ,

I am working on C# and ASP.net. Would like to know is there any way to
convert MS word formatted document to pdf using C#.
Here I want to do multiple digital signature on converted pdf document.


Thanks in advance.

Pradeep Kumar C
 
W

Word Heretic

G'day "Pradeep Kumar C" <[email protected]>,

I think ghostscript has some interfaces you can use - a 3rd party app.


Pradeep Kumar C said:
Hi ,

I am working on C# and ASP.net. Would like to know is there any way to
convert MS word formatted document to pdf using C#.
Here I want to do multiple digital signature on converted pdf document.


Thanks in advance.

Pradeep Kumar C

Steve Hudson

Word Heretic, Sydney, Australia
Tricky stuff with Word or words for you.
wordheretic.com

If my answers r 2 terse, ask again or hassle an MVP,
at least they get recognition for it then.
Lengthy replies offlist require payment.
 
J

Jonathan West

Hi Pradeep,

Adobe Acrobat includes add-ins which do this conversion. If you don't want
to pay for Acrobat, then there are a variety of free applications which do a
conversion from Postscript to PDF. Ghostscript is one, but there are others
as well. If you use Ghostscript, then you need to print the document to file
using a suitable Postscript printer driver, and then use Ghostscript
(shelling to the ps2pdf batch command is probably the simplest approach) to
convert the Postscript file to a PDF file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top