Skip to main content
Participant
January 19, 2015
Question

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

  • January 19, 2015
  • 2 replies
  • 2506 views

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?

But the files exist.

Thanks

This topic has been closed for replies.

2 replies

Participant
August 14, 2015

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

Participant
June 11, 2015

Were you able to find a solution for this?