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

Prevent adobe acrobat from being seen when starting

New Here ,
Mar 06, 2019 Mar 06, 2019

Copy link to clipboard

Copied

Good.
The problem is that when opening a pdf with the following function:

CAcroAVDoc avdoc = new AcroAVDoc();

avDoc.Open(path, "");



Automatically opens the adobe acrobat, I would like to know if there is any way to work with pdfs without seeing the adobe acrobat
(I do not care if the process starts, I want it to at least not be seen by users)

TOPICS
Acrobat SDK and JavaScript

Views

344

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 ,
Mar 07, 2019 Mar 07, 2019

Copy link to clipboard

Copied

LATEST

Start the process first using Windows API to hide it. You may need to hide it multiple times. Be sure to accommodate the user who started with Acrobat open and visible, and would be upset if it becomes invisible Or is killed, losing their edits.

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