Word to pdf from C#

  • Thread starter Thread starter Mystery Man
  • Start date Start date
M

Mystery Man

We have a C# application that is bound with the Microsoft Office suite
to do document generation (via mailmerge). One of our clients have
requested that we also output PDF files.

We want to programmatically convert our word documents into PDF
documents. (Ideally, we dont want to use the Adobe method of
converting to Postscript first). What we want is a simple word2pdf
converter (preferably a managed code assembly) that we can call from
our application. Does such a thing exist?
 
We have a C# application that is bound with the Microsoft Office suite
to do document generation (via mailmerge). One of our clients have
requested that we also output PDF files.

We want to programmatically convert our word documents into PDF
documents. (Ideally, we dont want to use the Adobe method of
converting to Postscript first). What we want is a simple word2pdf
converter (preferably a managed code assembly) that we can call from
our application. Does such a thing exist?

I've used omniformat (www.omniformat.com) in the past.. it isn't too
bad for the price (9.95 I believe)
 
Back
Top