I'm making a small application to verify whether Word 2003 documents can be converted into PDF format using C#, and I'm using the ExportAsFixedFormat method. It works in Word 2010. Can anybody help me?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
According to the docs, the One thing you could try is the |
|||
|
|
|
It will not work on 2003, as fas as I know, this Option was first introduced in Word 2007. What you can always try: Install a pdf printer and use c# to "print" this document to this "printer". |
|||
|
|