Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Set language of a document before exporting it to docx file in Adobe SDK?

New Here ,
Feb 02, 2017 Feb 02, 2017

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:

http://help.adobe.com/livedocs/acrobat_sdk/10/Acrobat10_HTMLHelp/wwhelp/wwhimpl/common/html/wwhelp.h...

TOPICS
Acrobat SDK and JavaScript
753
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Feb 02, 2017 Feb 02, 2017

There is no method for the COM or JS APIs to do this.

Translate
Adobe Employee ,
Feb 02, 2017 Feb 02, 2017

There is no method for the COM or JS APIs to do this.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 02, 2017 Feb 02, 2017

Are you going to add it in the future?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 03, 2017 Feb 03, 2017
LATEST

Adobe don't share their future plans but I can say it is very unlikely. 95% of the API to Acrobat is for plugins (C or C++ only) which have access to every low level element in the PDF so that - with detail knowledge of the PDF specification - this can already be done. Don't look for samples though, it requires detailed study of the docs.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines