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

How to suppress warning message when converting Pdf to Xml using Acrobat SDK InterApplication communication

New Here ,
Sep 09, 2018 Sep 09, 2018

Copy link to clipboard

Copied

I have a background service written in C# that converts Pdf to Xml using Acrobat SDK Interapplication communication approach.

The problem is for some PDF the acrobat application shows a warning message window before saving the converted XML.

In such scenario the user need to interrupt and close the window manually. As its a background service i need to handle this warning message window programmatically in code, but i didn't find any solution in Acrobat SDK documentation to handle this .

Below is the sample screen shot with warning message while converting PDf to Xml.

AlertWindow.png

TOPICS
Acrobat SDK and JavaScript

Views

400

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 Expert ,
Sep 09, 2018 Sep 09, 2018

Copy link to clipboard

Copied

You can't use Acrobat in a background service.

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
New Here ,
Sep 10, 2018 Sep 10, 2018

Copy link to clipboard

Copied

Sorry. Its not background windows service. Its is a console application that is invoked using windows scheduler.

In the above screen shot the acrobat application is opened by a console application.

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

Copy link to clipboard

Copied

LATEST

Acrobat isn’t suitable; it’s an interactive tool and may pop up messages at any time. Just run the task with a click when it suits you.

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