Rotate reader plugin

Hi,
In Adobe AIR, you are able to show a webpage and the component just renderers the system browser, so if I show a PDF it shows the acrobat/reader plugin. I then wan't to be able to manipulate that PDF, like you can with images in some some image app's on touchbased devices.
When I rotate a webpage the content stills shows, and your able to interact with the page, but as soon as a PDF are rendered in the plugin and it's rotated, the area of the PDF goes black.
Best regards
Martin Andersen

No I'm not talking about running Reader/Acrobat as a plugin for a host application.
Yes, actually you are - it doesn't matter if you're rendering via a browser process or talking to Reader directly, you're loading a Reader process in the default configuration (as opposed to writing a plugin that installs inside Reader, which was what Bernd was talking about).
Again, if you won't give details of the setup you're using, nobody's going to help. These are user-to-user forums - engineering does not monitor them in any formal way, someone may notice your question but it's unlikely. If you believe you've found a bug, you must report it for any action to be taken. If not, and you require a definitive response, please open a support ticket.

Similar Messages

  • How to reinstall Adobe Reader plugin?

    Somehow Safari has lost its Reader plugin. Can somebody tell me how to put it back?
    I still have Adobe Reader on my computer but when I click on a pdf link Safari now uses Preview again instead of Reader.
    I already tried to download Reader and reinstall it but to no avail.
    Many thanks for all your suggestions,
    Eaglepeak

    Check to see if the plugin is still in 'HD/Library/Internet Plug-ins/'. If it is, launch Adobe Reader and navigate to the 'internet' section of its preferences. Ensure that the plugin is enabled.
    Yang

  • Does Adobe Reader plugin work in Firefox 11 if launched from Gnome?

    Sorry to cross post, but I couldn't figure out how to move my post from the "Adobe Reader" forum to the "Adobe Reader for Unix" forum.
    If I launch Firefox (version 11) from the command line (Linux shell), then I can open a PDF with the Adobe Reader plugin.  But if I launch Firefox from the desktop or panel in Gnome, I get the message "Could not launch Adobe Reader 9.1.0. Please make sure it exists in PATH variable in the environment.  If the problem persists, please reinstall the application."
    acroread is in the PATH variable - I checked ("which acroread" and "echo $PATH")
    We are using acroread 9.3.2.  We tried updating to the latest acroread 9.4.something ...? but the SendMail option was missing from Edit->Preferences, so we reverted to 9.3.2.
    We are using Debian Linux 5.0.8.
    It is very convenient and user-friendly in our library for visitors to be able to view a PDF in the browser (with the plugin) and to be able to just click on the envelope icon from there to send a PDF.
    This was working fine until we upgraded to Adobe Reader 9.4.  We reverted to 9.3.2, and everything was working fine again.  Then our systems people did some things, including updating Mozilla Firefox from version 3.6.13 to version 11.  Then the plugin stopped working from the Gnome launch panel.  I tried running the old Firefox 3.6.13 from the Gnome launch panel, but the plugin no longer works in it, either.
    Has anyone had this problem?
    Sometimes running Firefox from the command line gives some errors.  I tried various versions of nppdf.so and tried toggling the about:config variable "dom.ipc.plugins.enabled.nppdf.so" but nothing changed.

    I have the same or a very similar issue on WIn7 64bit

  • Adobe Reader Plugins for Safari 5 on Snow Leopard

    Our software uses Adobe Reader to open, edit, and save Pdf Forms.  Most of our customer base is on Windows but we now have some MAC users as well.  Everything works fine except using Safari 5 on Snow Leopard.  It appears as if the plug ins are not loading properly or at all when Reader 9 is installed.  When a user goes to open a PDF Form, nothing happens.
    My personal Macbook which I have at the office, is Leopard with Safari 5 and when I download Reader 9, I can see the plugins in Safari and everthing works fine.  Any suggestions?
    Thanks

    On Snow Leopard 10.6, you need to run Safari in 32 bit mode to get the Adobe Reader Plugin to load and launch properly.
    To do this,
    1) exit Safari. 
    2) in the Finder go to your Applications folder, select Safari and do File->Get Info
    3) Check 'Open in 32-bit mode' in the General pane of that dialog
    4) Relaunch Safari
    5) Under the Safari Help->Installed Plug-ins you should now see the Adobe Reader plugin support.
    I am able to get Safari to open forms inline in Reader this way.  I am not able to get the Adobe Forms with Adobe Javascript running in this mode.  Any insight on how this might be done would be helpful.  It does work in the Standalone Reader, but so far no luck enabling it in the Safari plugin.

  • My Adobe Reader Plugin does not Load in Some Machines

    Hi ,
    I have created a Plugin for Adobe Reader 9 and Adobe Reader X.
    As per the licence it has to work with both the version.
    My plugin gets loaded in Adobe Reader 9 and Adobe Reader X versions only in development machines and few of the testing machines and My plugin works fine in these machine as per the task it has to do.
    I tried to test My plugin in some machines which has same configuration as that of the machines where My plugin was able to load, but i could see My plugin loaded only in some machines and all other machine its not getting loaded.
    Please some one let me know why is this happening and how to overcome this. I think i am missing something to load My Plugin but in some machines i was able to load My plugin without doing any settings other than copying My plugin's .api file to Reader Plugin's folder.
    Thanks in advance. Please some one help me out.

    Hi Irosenth ,
    I was getting the below error when i saw the EventViewer.
    Error : Activation context generation failed for "C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins\MyPlugin.api". Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",typ e="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.
    Now i added the required Redistributables while packing all the files and tested it in target machine..
    All is Well Now..., Thanks you Very Much. ...
    Thanks and Regards,
    Chetan

  • Javascript Detection of Adobe reader plugin for Adobe version 9.0

    Hi,
    I'm working on a javascript utility that finds out the version of the adobe reader plugin that is installed in firefox and IE.
    The firefox code works fine but I can't detect Adobe version 9.0 for IE using the following code.
         var LATEST_ADOBE_ACROBAT_VERSION = 9;
         //Look for versions >= 7
          for (var i = 7; i <= LATEST_ADOBE_ACROBAT_VERSION; i++){
             pluginFound = detectActiveXControl('AcroPDF.PDF.' + i);
             if (pluginFound) {
                acrobatVersion = 7;
                Document.write("Adobe Version : " + String(acrobatVersion));
                return acrobatVersion;
    The detectActiveXControl('AcroPDF.PDF.9'); function call results in an object does not exist exception at runtime despite the fact that I have adobe reader 9 installed on my machine. So I assume that the name of the object has been changed for Adobe 9.
    Ihave been googling for most of the afternoon to try and find the correct object but no luck so far. If anybody knows the name of the object for adobe reader 9 and wants to let me know it would be greatly appreciated.

    Hello everyone !
    I have a similar problem... I am currently using both, Safari(5.1) and Firefox(10.0), please don't judge me Runnin on OSX Lion 10.7.2
    I recently installed a plug-in for PDF files on Firefox called Schubert|it PDF Browser Plugin (recommended by mozilla.support.org) since I was unable to open PDF files without downloading them, then open them with Preview.
    I was really satisfied, works great, although i had to make some adjustments to get it started !
    Unfortunately, when I switch back to Safari, the plug kicks in. Now, as I remember, Safari has a "built-in" Adobe Reader plug in and it work just fine.
    My Question is: Is it possible to affetct the Schubert it PDF Browser Plugin for Firefox and keep Adobe for Safari ? Otherwise, I would almost prefere to have AdobeReader for both of them, since i have good experience with it.
    Thank you in advance
    YA92

  • Firefox will not use Foxit Reader plugin.

    Why doesn't the configuration to use the Foxit Reader plugin for PDF files work? The Adobe Reader plugin (in Firefox) is used instead.
    In Firefox 3.6.8 "Options" window, "Applications" tab, for "Content Type" -- "PDF file," the selected "Action" is "Use Foxit Reader Plugin for Mozilla (in Firefox)."
    For "Content Type" -- "PDF file, in the "Action" dropdown list, no option is listed for "Use Adobe Acrobat (in Firefox)."
    The "C:\Program Files\Mozilla Firefox\plugins" folder contains both (1) the Foxit Reader plugin (npFoxitReaderPlugin.dll ver.1.0.1.1117), and (2) the Adobe Reader plugin (nppdf32.dll ver.9.3.3.177).
    When Firefox connects to a website using a URL for a PDF file, the PDF document always appears in Firefox using Adobe Reader.
    Given the configuration, why doesn't Firefox open the file using Foxit Reader? How can this be fixed?
    Operating system is Windows XP Media Center Edition 2005.
    Thank you.

    BTW, Foxit has released Foxit Reader 4.3.0 which uses Firefox plugin 2.0.2010.1103.Plz take a look at foxit download center:http://www.foxitsoftware.com/downloads/index.php

  • Internet Explorer ONLY passes parameters to Adobe Reader plugin for hosted files, not local

    WORKS:
    <embed src="http://host.com/test.pdf#page=5"/>
    FAILS:
    <embed src="test.pdf#page=5"/>
    Both code snippets above work when the HTML file is hosted (IIS / Apache).  My web-app needs to be able to run from a USB memory stick and work with IE9.  The #page param is required for a core feature of the app.
    Parameters after the # are passed correctly to the Adobe Reader plugin in Firefox for offline files, eg: file:///C:/test.htm.  The documentation only describes hosted examples: http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf
    I have tried the <object> route as well with similar results, eg: http://pdfobject.com/
    I have burned over 8 hours looking for a solution. I have tried any logical settings in Adobe Reader X, and with the security zones in IE.  I am not very familiar with IE security zones, but I suspect it could be related to my issue.  I can specify the end-user change any browser or plugin settings as an acceptable solution.

    I am developing a hybrid web-application that needs to work both offline (entire website) and in a hosted environment.  A key part of the product is displaying PDF's with a dynamic index outside of the PDF. This allows us to use PDF's collected from hundreds of contractors, clients and manufacturers and combine them into one searchable product with a consistent interface.  I can specify product requirements including IE browser settings, installed plug-ins etc. I am not trying to cater to a wide audience such as everyone online, but a specific one that is spending $5k-30k for a custom resource.
    I expect the limiation is due to a wide cast net regarding security.  I tried every setting in IE and essentially fully disabling all security options did not resolve it.
    I found a solution, by accessing the ActiveX object directly you can use the exposed classes described here: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/wwhelp/wwhimpl/common/html/w whelp.htm?context=Acrobat9_HTMLHelp&file=IAC_API_OLE_Objects.103.167.html
    Javascript:
    var pdfO = document.getElementById('pdfObj');
    pdfO.setCurrentPage(pageNumber);
    HTML:
    <OBJECT id ="pdfObj" data="test.pdf" TYPE="application/pdf">
        <a href="test.pdf">Fall-back code</a>
    </OBJECT>
    This actually works much faster as well, since the plugin doesn't need to be re-drawn in the DOM

  • How to highlight a text in Adobe reader plugin uisng code?

    I am using VC++ to create tyhe Activex control( Adobe Reader plugin). Through code I am able to view the pdf. But now i want to highlight some text in the reader. Is it possible to do it.

    Is it not possible to create highlight annotations using the SDK? At any rate, you should ask over at the Acrobat SDK forum...

  • Safari Adobe Reader Plugin

    My Reader plugin is showing Asian characters (possibly Chinese) in its PDF download window (see below) when I attempt to download a PDF document and I can't get it back to where I can see and save the document.
    I may have accidentally clicked on the wrong part of the window when the banner to open the download appears with the right facing arrow to bring up the permissions drop-down.
    Does anyone know how to reset this back to normal as any attempts to download PDF documents results in this appearing only.
    Regards,
    Wayne

    I don't use FireFox, only Safari and Google Chrome and Chrome works ok when executing the same PDF download and viewing from the same web site so I believe it is a Safari problem with its built in Adobe Reader Plug-In.
    It had been working ok until yesterday when I was using it and may have fumbled the mouse and perhaps clicked in the wrong area of the Safari page when it was downloading the PDF (the dark shaded page where the security strip with white arrow at right hand end requests one to click if you wish to proceed with the download.) and then after that all I get is what is shown in the screen shot I attached.

  • Bug in Acrobat Reader Plugin for FF?

    Hi,
    i use a web application which pulls pdf reports from a server by http-post requests, so parameters are transmitted in the requests-body.
    As a viewer i do use Acrobat Reader Plugin, most recent release with FF 3.0.3 on Windows XP pro.
    So due of the http-post requests the requested url remains always the same for every report.
    The problem:
    In case of two reports having the same content-length, the former requested report is displayed as the result of the last request, though the content is different.
    The effect could be reproduced.
    Obviously the plugin cant distinguish the reports. With Acrobat Reader as the Viewer and with IE and Adobe AddOn all reports are displayed correct.
    Beside the http-post implmentation may not be the best way to do this, is this a bug or mishandling by the user.
    Regards
    Chris

    Post your question in the forum for Adobe Reader.

  • Bug in FF Adbobe Reader Plugin?

    Hi,
    i use a web application which pulls pdf reports from a  server by http-post requests, so parameters are transmitted in the requests-body.
    As a viewer i do use Acrobat Reader Plugin, most recent release with FF 3.0.3 on Windows XP pro.
    So due of the http-post requests the requested url remains always the same for every report.
    The problem:
    In case of two reports having the same content-length, the former requested report is displayed as the result of the last request, though the content is different.
    The effect could be reproduced.
    Obviously the plugin cant distinguish the reports. With Acrobat Reader as the Viewer and with IE and Adobe AddOn all reports are displayed correct.
    Beside the http-post implmentation may not be the best way to do this, is this a bug or mishandling by the user.
    Regards
    Chris

    Reader is a different product
    http://forums.adobe.com/community/adobe_reader_forums

  • Reader plugin Internet Explorer 11

    Hello there,
    We have a problem with the adobe reader plugin for opening pdf-files in the Internet Explorer 11.
    Scenario:
    Citrix Xen App 6.5
    IGEL thinclients model UD2-D210
    It's only occuring on the thinclients with citrix sessions, all other clients seems to work fine with the same software setup.
    Plugin worked fine until upgrade to IE 11.
    There are reports that, after opening a pdf-file in Windows Explorer it also works in the IE 11 with the plugin. Also not every thinclient seems to have that problem.
    Have you any ideas how to determine and  the problem?
    Cheers,
    Eagle 11

    Hi,
    1. It's Adobe Reader XI, ver 11.0.08
    I guess the version of the plug-in corresponds with the version of the reader itself?
    2. "Page cannot be displayed", mostly
    Some say it takes a while for the (small) pdf to open, but we could no recreate this behavior yet.

  • Missing Reader Plugin for Chrome

    I downloaded Acrobat Reader XI for use on a MacbookPro running OSX 10.8.4, with the intention of using it as my default pdf viewer for Chrome, my web browser of choice. However, after installation there is no Reader plugin in Chrome. I assume it would have installed automatically. And I cannot find a place to download the plugin directly.  Did I miss something?

    There is no support for Chrome yet, see the system requirements for Adobe Reader XI: http://www.adobe.com/products/reader/tech-specs.html#xi

  • How to automate the Acrobat Reader plugin in Internet Explorer

    Hi,
    I have been trying to figure out how to automate the Acrobat Reader plugin in Internet Explorer. My goal is to find a way to allow users of our web application to print PDFs to the default printer without having to go through the plugin's GUI. Our application includes a browser helper component, and I had hoped it would be possible to use the IWebBrowser2 interface's get_Document() method to get at some sort of interface to the plugin (as is possible for, say, a Word document hosted in Internet Explorer) and then use this to print the document. However, this does not work: get_Document(), when called on an IWebBrowser2 instance with a PDF loaded, returns E_NOINTERFACE. I also tried calling the IWebBrowser2 interface's ExecWB() method with OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, and PRINT_DONTBOTHERUSER, and printed a blank page rather than the PDF.
    Is it possible to do what I am attempting? Like I said, my core goal is to print a PDF from within Internet Explorer without requiring user interaction. I'd appreciate any suggestions as to how I might accomplish this -- it doesn't _have_ to be by automating the plugin (maybe that is a the wrong approach... though it sure would be nice if the plugin provided access to its object model via IWebBrowser2->get_Document()).
    Thanks in Advance,
    Steve Mckinney
    Senior Developer
    Paxon Corporation

    IF that were entirely true, then the whole purpose of this thread is moot (automating printing server side). It is possible to load the file via URLs using the following html code:
    "<"body>
    "<"OBJECT id="pdf"
    type="application/pdf"
    width=800
    height=600 >
    "<"param name="src" value="http://localhost/pdfs/vorder_nc.pdf"/>
    "<"/OBJECT>
    "<"script language="JavaScript">
    function waitLoad()
    setTimeout("printFile()",2000);
    function printFile()
    var objPdf = document.getElementById('pdf');
    objPdf.PrintAllFit(1);
    "<"/script>
    "<"/body>
    So, if I used php or some other scripting language on the server to fill in the name of the pdf, I can load it via a URL, wait a couple of seconds for it to load, and then print it without user interaction. I wish that the LoadFile method would load a URL so that when it returns, I know it is loaded and I don't have to put faith in a timer that may not be enough for a large file.
    This is the situation I'm in. This way works but I don't like the timer. I'd rather have the plugin let me know when it's loaded. Is there another method that can help me do what I want?
    Thank again.

Maybe you are looking for

  • File.lastModified() not working properly.

    Hi, I need to check if the file is modified or not.So Iam using the following code. public void testLastModified() {           for(int i =1 ;i < 10 ;i++){           String filePath = "C:" + File.separator + "test1.rtf";           File test1 = new Fil

  • Possible to buy a Macbook with Danish keyboard in US Stores?

    Now I'm living in Denmark, therefore I don't know whether it's possible to buy a MacBook with Danish keyboard in US. The price - for let's say the new Retina - in US is $2199 while it costs nearly $3099 in Europe. The saving is nice. The only problem

  • New ipod problem download music from itune it keeps closing the progarm

    I have new iPod shuffle. Was trying to downloan music from itune. But at first it looks like it was downloaded. but there was no much music. Then tried again and but itune programe will shut down immediatly when I try to down load. I need help, Thans

  • Color match two monitors

    How can I adjust two displays for correct color matching? I have an HP w1907, which is my main computer monitor, and a Samsung SyncMaster P2370HD. The Samsung is connected to a Matrox MX02 Mini for external monitoring as well as to the pc for desktop

  • Where can I get a listing of core files?

    I'm not looking for re-install Tiger, but I do know that over the past year and a half of using Tiger I've downloaded/installed countless applications/modifications/etc. What I'd like to do is remove a lot of that crap, but I there are quite a few fi