Best solution for exporting Word documents to PDF programatically (without using a "software printer
Posted
by mbmccormick
on Stack Overflow
See other posts from Stack Overflow
or by mbmccormick
Published on 2010-03-26T15:02:41Z
Indexed on
2010/03/26
15:03 UTC
Read the original article
Hit count: 314
I'm looking for a way to export a Word document as a PDF. I would like to do this without the use of a "software printer" (such as CutePDF, etc.) and stick to reference assemblies if at all possible. I'm using Microsoft Office Interop Assemblies to generate a Word Document which I save to a temporary directory. So its not necessary for this solution to interact directly with Microsoft Office, unless it needs to.
Any help or feedback you might have would be greatly appreciated! Thanks!
© Stack Overflow or respective owner