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?
But the files exist.
Thanks
Copy link to clipboard
Copied
Were you able to find a solution for this?
Copy link to clipboard
Copied
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