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

Adobe Reader could not open 'A9R8EF5.tmp' inside of an air application

New Here ,
Jan 19, 2015 Jan 19, 2015

Copy link to clipboard

Copied

Hello,

I am getting this error after updated acrobat reader to 11.0.10, when i try to open pdf files inside of an adobe air application.

Adobe Reader could not open 'A9R8EF5.tmp' because it is either not a supported file type or because the file has been damaged.

But if i go directly to the file locations I can open them with acrobat.

How this can be fixed?

pic1.JPG

But the files exist.

pic2.JPG

Thanks

TOPICS
Performance issues

Views

2.3K

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 ,
Jun 10, 2015 Jun 10, 2015

Copy link to clipboard

Copied

Were you able to find a solution for this?

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 ,
Aug 14, 2015 Aug 14, 2015

Copy link to clipboard

Copied

LATEST

I've noticed the same issue via http, when I am trying to open that file locally:

var file : File = new File("c:/test.pdf");

if(StageWebView.isSupported && HTMLLoader.pdfCapability == HTMLPDFCapability.STATUS_OK

{

  var webView:StageWebView = new StageWebView();

   webView.stage = stage;

   webView.viewPort = new Rectangle( 0, 0, stage.stageWidth, stage.stageHeight);

   webView.loadURL(file.url);

}

then I got another error, sounds:

"There was an error opening document. This file cannot be found"

another issue with pdf plugin appear on Mac os. Even if pdf reader is installed on the system, HTMLLoader.pdfCapability is not HTMLPDFCapability.STATUS_OK

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