SAVEAS2 Word 2013 and Windows 10
Anyone know why, and how to fix the fact that the Word API to save a document to PDF (SAVEAS2) no longer seems to work with Windows 10?
I'm using Word 2013 and VS 2012 and VB.Net. When I was on my Windows 7 Pro boxes for deployment all was fine. Now... not so much.
thanks
gollnick
Re: SAVEAS2 Word 2013 and Windows 10
Nobody has ANYTHING on this. Come on Microsoft..... It's your windows 10 OS
Re: SAVEAS2 Word 2013 and Windows 10
i tested in w10 using both vba (within word) and vb6, both times worked fine, file was saved to pdf
Re: SAVEAS2 Word 2013 and Windows 10
Ok.. but release/version/step number of Windows 10 are you using. My installed version does NOT save but actually gives me error that saveas2 is not supported.
thanks
gollnick
Re: SAVEAS2 Word 2013 and Windows 10
Version 10.0.14393 Build 14393
Quote:
error that saveas2 is not supported.
are you doing this in .net? it seems to me to have some problems
Re: SAVEAS2 Word 2013 and Windows 10
Yes.. DOT net it is.. So.. any work a rounds?
Re: SAVEAS2 Word 2013 and Windows 10
i tested in .net using latebinding and also with a reference to word, both worked as desired
Re: SAVEAS2 Word 2013 and Windows 10
can you create a simple sample project in .net to demonstrate the problem, attach to post and i will test
note i an using VS2015, but assume the results should be the same, but if not maybe you can just upgrade