Set language of a document before exporting it to docx file in Adobe SDK?
How can I set language of a document before exporting it to docx file in Adobe SDK?
In Acrobat Pro DC you can set it by performing following steps:
1. Export you PDF to any format
2. Microsoft Word
3. Settings icon
4. Set language
5. Select value in Document language dropdown
How can I do the same using Adobe SDK? Part of my code is as follows:
Set gPDDoc = CreateObject("AcroExch.PDDoc")
Set jso = gPDDoc.GetJSObject
Call jso.saveAs(WScript.Arguments(0), "com.adobe.acrobat.docx")
I could find any suitable parameter here:
