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

ReferenceError: OptionsOnSec is not defined

New Here ,
Sep 06, 2018 Sep 06, 2018

Copy link to clipboard

Copied

Dear All,

I use Python to call Acrobat JavaScript to convert PDF to EXCEL. The code is like following:

        aApp = win32.Dispatch('AcroExch.App')

        pdDoc = win32.Dispatch('AcroExch.PDDoc')

        if pdDoc.Open(r + "\\" + e):

            jsObject = pdDoc.GetJSObject()

            jsObject.SaveAs(des + "\\" + e + ".xlsx", "com.adobe.acrobat.xlsx")

            jsObject = None

            pdDoc.Close()

        pdDoc = None

        aApp.Exit()

        aApp = None

I have converted 6000+ PDF successfully without any problem.

But recently when I reused this code to conver another 4000+ PDF, for about 600 PDF, there were errors: "ReferenceError: OptionsOnSec is not defined".  The other PDF are converted successfully without any problem.

I have searched google for this key word "OptionsOnSec" but only found "2 results (0.38 seconds) " and none of them are helpful.  So I think maybe internal forum will be helpful.

Could anyone provide me with any advice?

Thank you so much for your help!

TOPICS
Acrobat SDK and JavaScript

Views

494

Translate

Translate

Report

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 ,
Sep 07, 2018 Sep 07, 2018

Copy link to clipboard

Copied

You should find more help in the Acrobat SDK forum, since it is more orientated to accessing PDFs through other languages.

Votes

Translate

Translate

Report

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 ,
Oct 10, 2018 Oct 10, 2018

Copy link to clipboard

Copied

LATEST

Acrobat is an interactive tool with some tools for light duty automation. That is far too many files. Quit Acrobat every 20-50.

Votes

Translate

Translate

Report

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