Pdf object postMessage not working in FF 22

Hi,
After updating my FF to 22, i seen pdf object postMessage function does not working. We used adbove livecycle intraactive pdf forms to collect the data from the user.
When user click the save button from the pdf, postMessage function called, but after update this not getting execute.
For your reference i include the URL which also had the same problem. I also tried without addons.
Refer: http://www.windjack.com/WindJack/Browser2PDF/brwsr2acroJS.htm
HTML to PDF => works
PDF to HTML => not working (in earlier versions it worked)
Thanks n Regards
Mathan

This is likely the fault of Livecycle Interactive. Most likely, Adobe has not yet provided an update for supporting Firefox 22. I would recommend informing adobe support about it.

Similar Messages

  • Authorization Object is not working when report is modified.

    Hi BW Guru's
    We have Company Code as Authorization Object .and we have 3 company Codes (xxxx,yyyy,zzzz).where the users under Company code xxxx are not supposed to view company code yyyy,zzzz data etc.
    I modified an existing Report and transported to production.But the Authorization Object is not working for that report.The Report is defaultly displaying all the company codes data(xxxx,yyyy) for all the users.But for the other reports its(company code ) is working fine.
    What could be the problem?Is theproblem in transporting the objects.But i transported all the objects inluding auhorization object.
    Please send me the solution as it is very much urgent.
    The solution will be def. awarded with full points.
    Regards
    Sanjay

    hi Sanjay,
    please don't post the same question again, check and response back from your previous thread
    Re: Authorization Object is not working when report is Modified.
    hope this helps.
    would be nice if you reward for helpful answers to all of your previous postings, e.g
    docs related to RRI

  • When trying to PDF a webpage into a PDF, it does not work, I go through all the steps as normal, and It does nothing. I can repeat my action, where instead of "printing" to adobe, it saves the file, which it doesn't save it at all. I can't even find the o

    When trying to PDF a webpage into a PDF, it does not work, I go through all the steps as normal, and It does nothing. I can repeat my action, where instead of "printing" to adobe, it saves the file, which it doesn't save it at all. I can't even find the original in my work folder. I need to know how to stop this from happeing and get it back to the way it has been working he last 6 months since i purchased this program.

    Hi pissedadobeuser,
    Does this issue occur with any particular web page?
    Are you able to print the webpage to 'Adobe PDF' to convert it to pdf.
    Which Browser version, OS version and Acrobat version are you using?
    Regards,
    Rave

  • PDF Portfolio does not work with iOS Reader 11.3.2 on iOS 7.1.2

    Well this is upsetting. I created a PDF form with several pages of the same form (it's a travel log).
    My hoping to use Adobe Reader to complete the form and save back as a week at a time won't work.
    I created the form using Acrobat Pro 9 from CS5.
    Does anyone know if a PDF form in a Portfolio should work with Adobe Reader on the iPad2/
    Also, what can I use that works with forms as a portfolio?
    Ken

    Ken,
    please could you describe your workflow. It might help to find some solution. Also it would be great if you can share a sample of your document. Please email it to [email protected] with the reference to this discussion "PDF Portfolio does not work with iOS Reader 11.3.2 on iOS 7.1.2"
    thank you.

  • Embedded PDF object .postMessage doesn't work with Reader DC on IE

    In our application, we have PDFs embedded in the browser with an object tag such as this:
    <object id="pdfObject" width="100%" height="100%" type="application/pdf" data="#{url}"></object>
    There are HTML/Javascript controls on the page which communicate with the PDF via this syntax:
    document.getElementById("pdfObject").postMessage([arg])
    This has been working great with Adobe Reader versions 10+.  It actually still works with Reader DC on Firefox.  However, there is a problem with Adobe Reader DC on Internet Explorer version 11.
    All I can tell so far is the "postMessage" function isn't appearing.  Using IE dev tools:
    document.getElementById("pdfObject").postMessage
    Object doesn't support this property or method
    Any help with this would be amazing.  It is a critical part of our application here.

    My application has two-way communication between browser and embedded PDF.  Basically a user clicks a button on the browser and via Javascript the embedded PDF form is submitted.  Everything was working before the update to Reader DC, but now it fails in Internet Explorer, but not in Firefox (or Chrome, if the Reader plugin isn't disabled entirely by their new default disable-NPAPI plugin policy...)
    I originally was troubleshooting communication from the browser to the embedded PDF, which is done according to the Javascript for Acrobat API reference (page 358?), in the browser, as follows:  document.getElementById('pdfObject').postMessage([args])
    Whatever is happening, postMessage is not a valid property or method of the PDF object
    Then I found this other thread:
    Adobe Reader DC: hostContainer not worked on IE
    I confirmed that within the embedded PDF, when setting up communication from the PDF to the browser, it is not able to register the hostContainer (again, on IE only)
    I have this script on initialization within the PDF:
    <---
    this.disclosed = true;
    if (this.hostContainer) this.hostContainer.messageHandler.onMessage = onMessageFunc
    this.hostContainer.messageHandler.onDisclose = function() { return true; }; }
    ---->
    Problem is this.hostContainer is null.
    The main point here is all of this was definitely working before updating to Reader DC, and is still working with DC on Firefox, but not on IE.
    To complicate things further, I have now uninstalled DC and downgraded to Reader 11.0.10.32, and am having a new bug, this time hostContainer is detected and communication to and from the PDF works again, but the submitForm action is failing with "Unable to open URL to submit this form" and "External undefined: exec".  Testing the exact same version and script with Firefox works fine

  • PDF Document is not working

    Hi,
    We are migrated from xMII 12.0 to MII 14.0 SP04 . We generate PDF document. A html page calls a exacute query which calls a transaction.
    In the transaction, a PDF Document object, PDF Bar Code object, Delete File object and Image Saver. Delete File Object will delete existing file in WEB://ABC/PDF folder and image saver will save the new PDF file in WEB://ABC/PDF folder. HTML page popup a window which will display the save PDF file. Another transaction which find the name the file in the WEB://ABC/PDF and pass this information to Delete File object.
    In 12.0 it is working fine and in 14.0 implemeted new PDFActions.zip file as per note 1325997. Now for a user, I assigned SAP_MII_Developer PDFis generating. But other user with the same role as the previous user, the PDF page is not generating. Log error shows, java.io.FileNotFoundException.
    The roles of the user are assigned to both the transaction.
    Please help to resolve the issue.
    Thanks,
    Raman N

    Hi Raman,
    Just give a try to below mentioned thing:
    I was trying file drop functionality in MII 14.0 and I could not make it work until I cleared Default File Path property under System Properties screen.
    It comes with ‘MII’ by default on it representing MII web folder. Once I left it blank my file drop on MII box and on the network started working.
    Just something that has changed on MII 14.0
    Ritim

  • PostMessage not working in IE

    I am trying to post messages from my pdf document to the web browser.  I have the following code snippet below.  I am receiving the alert from the pdf file in all browsers.  I am not getting the postMessage back in IE but I am in Chrome.
    function onMessageFunc(messageArray)
            app.alert('incoming message: ' + messageArray[0]);
            try
                this.hostContainer.postMessage(["echo: " + messageArray[0]]);
            catch (e) {
                app.alert(e.message);

    Acrobat JavaScript Overview:
    PDF documents have great versatility since they can be displayed both within the Acrobat software as well as a web browser. Therefore, it is important to be aware of the differences between JavaScript used in a PDF file and JavaScript used in a web page:
    JavaScript in a PDF file does not have access to objects within an HTML page. Similarly, JavaScript in a web page cannot access objects within a PDF file.
    In HTML, JavaScript is able to manipulate such objects as Window. JavaScript for Acrobat cannot access this particular object but it can manipulate PDF-specific objects.

  • Link in pdf-file does not work on Ipad

    With my site www.bartkuijer.nl I offer visitors the free possibility to see (and download) sheetmusic, from music written by me. These are pdf-files. But they can not only SEE the sheetmusic; the music on that pdf-files can also be PLAYED. That's done bij clicking on a link in that pdf-file to a mp3-file of the music on my site.
    This works fine on a pc. When I try this on the Ipad of my wife it DOES NOT WORK!
    So my question is: how come? And what to do to make this work also fine on an Ipad.
    This is important for me, because I want this sheetmusic to place as Ipad-apps for free.

    It works!
    But not with a pdf-file. The Ipad does not recognize links in a pdf-file.
    Te solution is found by making a htm-file with emdedding a quicktime-player and images of the music. This is my first Ipad product. On a pc the player starts immediately; on the Ipad it has to be started.
    Now I have to work on a solution to change this to an app

  • PDF HotspotsLinks DO NOT Work

    I am following the Careshare tutorial from the Adobe
    developers site. I've created the wireframe sample document,
    including the 3 hotspots at the top of the document.
    Per the tutorial I exported the Fireworks .png file to Adobe
    Acrobat, yet when the file opens in Acrobat the hotspot links
    created in Fireworks do not take me to the other pages of the
    document.
    All of the pages (3) are exported into the .pdf file, but the
    links don't work.
    Any ieas?
    Thanks in advance.
    Dan

    I may have answered my own question.
    When I first created the document I seleted all three areas
    that were to have a hotspot. I then right clicked and selected
    Insert Hotspot, and then selected multiple hotspots. I then
    assigned a wireframe page to each hotspot.
    Upon exporting to PDF this method DID NOT work, i.e., the
    hotspots were not active in the Acrobat document.
    However, I found that if I created each hotspot individually
    using the hotspot tool under the WEB tools, and then assigned the
    link to the proper page, the hotspots functioned as expected after
    exporting to Acrobat.
    I Hope this helps sombody else.

  • Hyperlink to open a business object is not working in archived printlist

    Hi
    I have archived a print list in my custom http content repository.
    Generated the indexed print list by running program OACONTA4.
    Archived data file has following lines
       \PCOL5H\PHYP<<BUS2012   \PCOL0H \PHYP>>   \PCOL2HPurchase Order                         
    IDARC1<OBJTYPE>BUS2012<OBJKEY>4500000001<METHOD>DISPLAY \PCOL0H  \PCOL4H4500000001                                       
    \PCOL0H  \PCOL2HZODTIF    \PCOL0H    \PCOL2HTest Image Documents               
    \PCOL0H  \PCOL5H\PHYP<<ZW            DE0978D42F2FA9F1AEDE0019B934DDB9       \PHYP>>
    IDARC1<OBJTYPE>IMAGE<OBJKEY>ZWDE0978D42F2FA9F1AEDE0019B934DDB9<METHOD>DISPLAY                                                                            
    \PCOL0H  \PCOL2H23.02.2009\PCOL0H    \PCOL2H         
    I am able to open archived print list using OADR.
    The hyperlinks in archived file are highlighted with different color  and cusror change when moved to "BUS2012" or "ZW            DE0978D42F2FA9F1AEDE0019B934DDB9       "
    Here "DE0978D42F2FA9F1AEDE0019B934DDB9" is archived document Id
    "4500000001" is purchase order number
    "ZW" is content repository
    "ZODTIF" is document type.
    But when I try to open the business object or the document, nothing happens.
    Then I changed the DARC line in the data file in repository to
    IDARC0ZW        DE0978D42F2FA9F1AEDE0019B934DDB9       
    After this I was able to open the document from link.
    Can anybody help on this? Why hyperlink is not working to open a business object
    Version details :
    SAP ERP ECC 6.0
    SAP NW 7.0
    References :
    http://help.sap.com/saphelp_40b/helpdata/pt/4f/9938ff446d11d189700000e8322d00/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/4f/9938ff446d11d189700000e8322d00/frameset.htm
    Thanks in advance !
    Ruhi

    Uninstall the ASK toolbar from addons and problem ll be solved.
    Tools>> addons >> uninstall ASK /Foxit toolbar >> Problem solved

  • Hyperlinks in PDF, WORD, PPT not working in Safari on iPad

    We have an intranet we are serving up for use on the iPad. The links to other documents in PDF, WORD, PPT work on my pc and laptop but not in the iPad. I have looked to see of there is a setting but the only thing I found was to allow pop ups which our site uses but not luck. The links are blue and appear they should work but don't. Any one else have this problem and how did you correct it?

    We have a similar problem with links inside PDFs not working, but worse, our links are all relative, ie, only file names. This means that if you DO have an app that makes the links work, but which is not viewing it in the browser, the links will try to open the file, but it won't find it, since it won't have the full domain info.
    I realize our users could put the full into on the links, but we chose to do it this way for the ease of preparation--we have hundreds of these files every month and there's no quick, easy or automatic way for the preparers to add the full domain info at creation time--it's 100% manual, even with copy/paste. It all works fine in IE on a PC, which is the overwhelming bulk of our viewers, so until recently when several board members got iPad2s, there was no compelling reason to make any changes. It wasn't broke
    elaine
    charlottesville, va

  • Hyperlinks in PDF preview do not work

    Hyperlinks in the preview PDF files that people first see when they click a Send link do not work. Can this possibly be fixed? Some users may not want to go through the hassle of downloading the document and want to be able to use the full document from the preview screen.

    You have to create one or more Character Styles to populate that menu.
    Format some text the way you want your hyperlinks to look, (color, underline, etc.). With your newly formatted text selected, go to the Character Styles panel (if it's not visible, press Shift+F11), and choose New Character Style from the panel menu. Give it a name like "hyperlink" and click OK.
    Now, when you create or edit hyperlinked text, your Character Styles menu will include the character style you created, in addition to [None].

  • PDF Preview Handler Not Working in Outlook 2010

    I have Win 7 Home Premium 64-bit and Outlook 2010.
    Everything was working fine, until a few months ago when the PDF Preview Handler stopped working. I got the typical message that others were having with the issue with Adobe Reader 9. I have Adobe Acrobat X Pro and have also used Adobe Reader X. I have tried the little registry fix app that is supposed to fix this issue, but it states that my registry is already correct. Has anyone found a resolution for this issue with Acrobat X and Outlook 2010? As a workaround I am using the Foxit PDF Preview Handler, but I have to reinstall it everytime Adobe Reader or Acrobat is udpated as for some reason Outlook then reverts back to the PDF Preview Handler, which is not working.
    Thanks,
    Merg

    Nope, using 32-bit. And I recently uninstalled Acrobat Pro completely and reinstalled it due to an issue with it not updating due to having the "Error Applying Transforms" issue. After I reinstalled, I updated it completely. I suppose I can try uninstalling and reinstalling again, but that seems like overkill.
    - Merg

  • Preview PDF while loading not working in Reader 10

    Hi,
    a cool feature of Adobe Reader 9 was the "pdf preview while loading".
    If I opened a large PDF-Document in the webbrowser the first few pages have been displayed while the rest of the document was loaded in the background.
    This was very helpful because I was able to decide weather I would like continue loading or not.
    This feature does not work anymore with Adobe Reader 10 and Firefox.
    I have to wait until the blue progressbar is completed.
    On Internet explorer it works.
    Any tips ?
    Thank You,
    Andy.

    [topic moved to Adobe Reader for Android forum]

  • The pdf security is not working in Flash Paper

    Is anyone facing a similar problem.
    The pdf security if applied with a passsword to select the
    text & graphics, printing, etc does not work. It selects any
    and every text in flash paper and pdf. Does anyone know how can one
    prevent to copy any text or graphics ...

    I have the same issue. My phone says the files are corrupt and they stay corrupt if I forward then from my phone. It like the phone checks for something in the PDF, when it never did before.

Maybe you are looking for

  • Setting up HP LaserJet Pro P1102w for wireless but can not save wireless settings

    This printer worked fine on wireless with my last TWC modem/router, but I have tried for hours to set it up with a new one and it simply will not let me. USB works fine, but when I follow the instructions found here: OS X Yosemite Wireless. I choose

  • Where is the Picture-In-Picture function?

    Hi, where can I find the Picture-In-Picture function in the new version of iMovie (10.0) ? In iMovie '11 (9.0) I only had to drag the clip over another one and choose the "Picture in Picture" option. How can I do this in the new version? I hope you c

  • Payables : Manul Hold workflow notification in R12.1.3

    Hi Everyone.... We are using R12 version 12.1.3 and below is the requirement in Payables Once the Invoice is created, manual HOLD will be applied by the User by opening the Invoice. Business looking for below options 1. Workflow notification should b

  • HTML returning a PDF?

    Heya all -- I have a client who is requesting an HTML form that updates a database, then returns a PDF that includes some of the data entered in the form. The PDF is an existing document, and is quite extensive, so creating a new one every time seems

  • Is this a bug in cropping guide?

    I have an image in Develop, with at least one side panel off. I turn on the crop guide (r), and image goes blurry. Turn it off, and image goes sharp again. No "Loading" at the bottom. Seems to show more on a horizontal image, but that may be because