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

AcroPDDoc Javascript object slow using VBA for MS Excel

Community Beginner ,
Oct 07, 2018 Oct 07, 2018

Copy link to clipboard

Copied

Dear all,

I am using a VBA macro to fill contents of an MS Excel-document into a PDF with formfields (on a Windows 10 machine). The PDF document contains about 1500 fields that are filled. Since the last Adobe Acrobat update (October 2nd, Acrobat Version: 19.008.20071) this process has become a poor performance. Before the update the filling of the PDF took at most 30 seconds. After the update it can take up to 30 minutes, depending on whether the Adobe backround process is closed in the task-manager or not. As far as I could find out the slow performance only affects the filling of the formfields of the PDF. Reading information from the formfields of the PDF seems to be not affected. Using the debugger, the performance is as before. Has anyone encountered the same issue? Is there some setting I have to change in order to get the "old" performance?

The connection between VBA and the PDF follows the standard procedure: Create an AcrobatExch.app object. Get an AcrobatExch.PDDoc object and from that one a JSObject unsing the getJSObject-method.

Thanks in advance for helping me

TOPICS
Acrobat SDK and JavaScript

Views

386

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
Community Beginner ,
Dec 21, 2018 Dec 21, 2018

Copy link to clipboard

Copied

LATEST

Update:

Since the last update (Acrobat version: 19.010.20064) this issue is resolved. The filling of JSObjects via VBA is fast, again.

What has changed, I cannot follow as the code and documents I use are unchanged. Something has been improved from the Acrobat side.

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