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

Opening PDF-file on Acrobat Reader with C++ without PDF-file on Harddisk

New Here ,
Nov 19, 2019 Nov 19, 2019

Copy link to clipboard

Copied

How can I open a PDF Document with Acrobat Reader within my Windows-Application from an char array without storing the Document on the HardDisk.

I want to do it this way, because I store the PDF-Files in a Database and my Application may have nor write-permissions.

I have found on Example in the file sdkDC_v1_win.zip (const char *DDE_CMD_STRING = "[FileOpenEx(\"c:\\simple.pdf\")]";), which loads an PDF-file from Harddisk.

Im did not find any Documentation for other DDE-commnds.

Are there other ways for solving this problem?

 

Who can help me, thanks?

 

Views

1.5K

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 ,
Nov 19, 2019 Nov 19, 2019

Copy link to clipboard

Copied

LATEST

https://www.adobe.com/devnet/acrobat/interapplication_communication.html

You must work with a file. File writing overhead is not important. You must have access to %TEMP%, because Reader needs it.

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