PDF Forms in Chrome and FireFox?

We created a fillable PDF form for our web site but people can only fill it in using IE; Chrome and FireFox don't work. Any fixes?

Make sure that the Adobe plugin is installed and configured to be used in those browsers, instead of their built-in (faulty) ones:
Configure browser to use the Adobe PDF plug-in

Similar Messages

  • Printing a PDF file from Chrome and Firefox - Image missing

    I created about 20 marketing sheets for work using the same default settings and a template. They contain several inserted images of drawings and floor plans on each sheet (saved individually). When I try to print a couple of different files directly from the Chrome viewer or the Firefox viewer, it removes one of the images I inserted into my pdf. There are about four of 20 sheets that I am having this issue with. It does show when I view it in IE's viewer though and also when I download the file and open from my downloads. For ease of use, I really need to have it show when viewed in Chrome and Firefox.  Any ideas?

    Make sure you're opening the file using the Adobe plugin, not the built-in
    PDF plugins of these browsers:
    http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • Internal pdf links not working in chrome and firefox

    I have some PDF files that I am adding links to additional PDF files that are located in the same folder on our webserver using Acrobat Pro XI. The links work fine in IE and the other PDF files open up and display well in the IE browser, but the links don't even show up in Chrome and will not open in Firefox. Further, the links in Safari, deliver an error message pop up saying the file could not be opened. If you click OK, the file does open. Also, in Acrobat > Tools > Add or Edit Link, I can change the properties to "Open File" and pick the "Open in New Window" option, but when I save the changes and come back, the option has automatically changed back to "Execute a Menu Item" and of course, the file I'm linking to does not open in a new Window.  These files were originally created in Word by another person and the person who converted them to PDF added fillable form fields throughout the document prior to converting to PDF. The links I am adding are being added using Acrobat Pro XI in the PDF file. Should we insert the above-mentioned links in the Word docs prior to converting to PDF to ensure the links work in all browsers, or are these browser issues common to all internal PDF links?
    Please help!
    Thanks,

    Make sure that you are using the Adobe PDF NPAPI viewer for Chrome and Firefox.  Both Google Chrome and Mozilla Firefox now have their own default PDF viewers.
    To change Chrome's settings use this blog:  Change PDF Viewer back to Adobe’s in Google Chrome « Caveat Lector
    To change Firefox's settings use this:  How to disable the built-in PDF viewer and use another viewer | Firefox Help

  • Crystal Report 11 PDF report display error in IE9, Chrome and Firefox 4

    Hi,
    We have developed a Java EE application using Crystal Server 11.0 (Copyright © 2004 Business Objects) to generate PDF reports. All working well for the past few years on IE6 and IE7 under Windows XP Pro until we started to upgrade to Windows 7 and IE9.
    When trying to run the reports it will have the error message as follow:
      File does not begin with '%PDF-%'.
        LocalEWH3zy-d@i4
    I also tested on Chrome and Firefox 4 under Windows XP and it got the same error message. It seems like the PDF generated by the aged Crystal Server have some issues with the latest browsers.
    Thanks.
    -Rong

    Hi Ted, thank you for your response, but the previous post is actually the result of IE6, which is working fine. I confused myself alone the way.
    Here is the result of Chrome. It says "Information is needed before this report can be processed". The Content-Type is PDF, but the browser is looking for something before accepting this PDF file. The PDF file itself is not in the response stream.
    Thanks.
    -Rong
    HTTP/1.1 200 OK
    Set-Cookie: VIEWINGCOOKIE=RCOOKIE=21502&apstoken=HHSBOCRDEV.MCGOV.ORG%4036895Jdmt8DE9K7cjit6v36893Juxw5UPgLytArc9W&promptonrefresh=0&language=en_US
    Content-Type: application/pdf
    Transfer-Encoding: chunked
    Date: Thu, 06 Oct 2011 14:20:17 GMT
    Server: Apache-Coyote/1.1
    bd
    A�=�6Information is needed before this report can be processed.�A� � A�  pl�Enter p:����  ������ ���B� � A� � A�Iapstoken�HHSBOCRDEV.MCGOV.ORG@36895Jdmt8DE9K7cjit6v36893Juxw5UPgLytArc9W�B �
    0

  • I cannot open a PDF in either Chrome or Firefox. I have uninstalled and reinstalled Adobe Reader XI.0.09 and restarted my computer.   This is the error I receive:Please wait...    If this message is not eventually replaced by the proper contents of the do

    I cannot open a PDF in either Chrome or Firefox. I have uninstalled and reinstalled Adobe Reader XI.0.09 and restarted my computer.   This is the error I receive:   Please wait...    If this message is not eventually replaced by the proper contents of the document, your PDF  viewer may not be able to display this type of document.    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by  visiting http://www.adobe.com/go/reader_download.    For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader.    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark  of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other  countries.

    Or http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • How to add a hand tool (grab the page and drag) function on Chrome and firefox pdf viewer?

    To clarify, hand tool is a function for user click on the pdf and dragging around , that is used to replace the scroll bar navigating .
    The problem is, by default the Chrome and firefox pdf viewer do not have that function and I would like allow the user to drag the page.
    A workaround is to use a jquery plugin (grab to pan https://github.com/Rob--W/grab-to-pan.js in my case) with an embed object (pdf viewer). When I maximum the size of the pdf and user drag the embed object.
    The problem I have encounter is
    1) When using chrome/ firefox, the pdf content do not fit to the page but auto resize by default even I have set the adobe pdf open parameter , using iframe.
    2) The jquery seems conflict with the firefox pdf viewer, it works smoothly on Chrome but not firefox.
    Here is the source code, you may download the plugin from the link mention above and have a look. Don't forget to put a '1.pdf' along with the source file. Thanks
        <!DOCTYPE html>
        <head>
        <meta charset="utf-8">
        <title>Grab-to-pan.js demo</title>
        <link rel="stylesheet" href="grab-to-pan.css" type="text/css">
        <style>
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        html, body {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        .scrollable {
            overflow: auto;
            width: 100%;
            height: 100%;
            background-color: #EEE;
        #zoomPage {
                  overflow:visible;
            width: 100%;
            height: 150%;
        </style>
        </head>
        <body>
        <label><input type="checkbox" id="activate-g2p" checked> Activate Grab to Pan</label>
        <div class="scrollable" id="scrollable-container">
        <object id = 'zoomPage' type='application/pdf' data= '1.pdf#zoom=page-fit'><p>The PDF can not display</p></object>
        </div>
        <script src="grab-to-pan.js"></script>
        <script>
        document.getElementById('activate-g2p').onchange = function() {
            if (this.checked) g2p.activate();
            else g2p.deactivate();
        var scrollableContainer = document.getElementById('scrollable-container');
        var g2p = new GrabToPan({
            element: scrollableContainer
        g2p.activate();
        </script>
        </body>
        </html>

    This is forum sponsored by Adobe make of Acrobat and Reader. Since Chrome and FireFox web browser have chosen to use their own viewer you might get more help in their forums or customer support.

  • Infragistics gridview control sorts in Google Chrome and Firefox but not in IE11

    I have an Infragistics webdatagrid control on my website homepage that displays few information in form of rows. The code is as follows
    <asp:Panel ID="Panel" runat="server">
    <ig:WebDataGrid ID="UltraWebGrid" runat="server" oninitializerow="UltraWebGrid_InitializeRow"
    EnableRelativeLayout="false" HeaderCaptionCssClass="GridHeaderCaption"
    OnInit="UltraWebGrid_Init" onrowupdated="UltraWebGrid_RowUpdated" OnRowUpdating="UltraWebGrid_RowUpdating" OnColumnMoved="UltraWebGrid_ColumnMoved"
    EnableAjax="true" EnableAjaxViewState="true" EnableDataViewState="True" OnColumnResized="UltraWebGrid_ColumnResized" OnColumnSorted="UltraWebGrid_ColumnSorted">
    <Behaviors>
    <ig:Sorting >
    </ig:Sorting>
    <ig:ColumnMoving EnableInheritance="True">
    </ig:ColumnMoving>
    <ig:Filtering FilterType="ExcelStyleFilter">
    </ig:Filtering>
    <ig:ColumnResizing EnableInheritance="True" >
    </ig:ColumnResizing>
    <ig:EditingCore AutoCRUD="false">
    <EditingClientEvents CellValueChanged="UltraWebGrid_Editing_CellValueChanged" />
    <Behaviors>
    <ig:CellEditing>
    <CellEditingClientEvents />
    <EditModeActions EnableOnActive="True" MouseClick="Single" />
    </ig:CellEditing>
    </Behaviors>
    </ig:EditingCore>
    </Behaviors>
    </ig:WebDataGrid>
    </asp:Panel>
    The column is sorted accordingly when user clicks any column header. This happens in Chrome and Firefox but in IE we have a weird behavior as below
    Users complain that when they get to the home page for the first time , and they try to sort on the grid, the operation doesn’t get done. They need to go into a row before the sorting works, and after that everything is fine.
    Any idea or pointers would greatly help. 
    K.V.N.PAVAN

    Since this is a WPF forum I would suggest that you go to the Asp forum for help.
    http://forums.asp.net/
    Lloyd Sheen

  • Chrome and Firefox plug-ins not installed with latest version of Reader

    I'm running OS X 10.7.2 and just installed the latest version of Acrobat Reader and would like to use the plug-ins it is supposed to come with to view PDFs in Chrome and Firefox. However, the version of Reader that I downloaded (10.1.1) doesn't seem to include the plug-ins. A few additional pieces of information:
    1) Acrobat Reader > Contents > Plug-ins contains NO files.
    2) In Reader, the Preferences > Internet > "Display PDF in browser" box is checked.
    3) In Chrome, Acrobat Reader is not listed on chrome://plugins
    4) In Firefox, Acrobat Reader is not include in the list of Plug-Ins
    I already rebooted my computer, and also deleted and re-installed Adobe Reader. Now at a loss for what to do next. Any assistance would be greatly appreciated!!
    Best,
    Chelsea

    Acrobat Help | Display PDF in browser | Acrobat, Reader XI

  • HT204416 My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    My Safari is no longer working with many sites.  However Chrome and Firefox work fine.  I would like to re-install Safari in an effort to clear up the problem I can not resolve.

    1. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    2. Select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Test.
    3. If the above steps don't resolve the problem, please describe it in more detail.

  • Cross browser testing : Modifier Keys playback actions not working in chrome and Firefox

    Hi,
    In my work flow I have to select multiple items in list.So I have recorded 'Ctrl+Click' action to select list items.In Chrome and Firefox it is not selecting multiple Items.
    Even Ctrl+A,Ctrl+C,Ctrl+V also not working in chrome and Firefox.Complete modifier keys support is not observed in chrome and Firefox.Let me Know how to automate modifier keys actions in cross browser?
    Regards,
    Nagasree.

    Hi Nagasree,
    Welcome to MSDN forums.
    First,please make sure the Chrome and Firefox is supported by cross browser testing.
    Latest version of Chrome and Firefox supported by cross browser testing are Chrome version 38.0.2125.111 and
    Firefox 33.
    I doubt whether Chrome and Firefox in cross browser testing don’t support automating modifier keys or there is anything wrong on it if you are using supported browser. Since this issue is related to the Extensions tool
    Selenium components for Coded UI Cross Browser Testing, if possible, I suggest you post this
    issue here, click “Q AND A”, and then you could post this issue there, you would get dedicated
    support there.
    Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Mac won't open pages in browsers. Chrome and Firefox won't open any pages - Safari will only open a selected few.

    I've had some strange browser issues, with Conduit being added to Chrome (which I've tried to remove via the browser settings). Chrome will open my Gmail account but no ther pages. Firefox won't open anything. Safari opens a few pages (this forum thankfully) but is very selective.
    Google is returning results to me via Google.es rather than Google.co.uk
    I can use all browsers freely on other devices on home network (although Google.es has popped up on my iPhone now). I've run anti-virus software which hasn't picked up any problems. I've tried uninstalling Chrome and Firefox, but am unable to do so.
    Any help or guidance would be really, really appreciated.
    I'm running the most recent version of Mavericks on  2012 iMac.

    Hi,
    First of all click Safari/Reset Safari, next click Safari/Preferences/Extensions and turn off extensions. The re-test
    If the problem persists, try using safari in safe mode:
    Use this link to see how to do this:
    http://support.apple.com/kb/HT1564
    If Safari works ok in safe mode, then your problem points to something 3rd party related.
    Have a look at this:
    http://support.apple.com/kb/TS3230?viewlocale=en_US
    I hope this helps

  • Safari, chrome and firefox cannot verify identity of secure websites after upgrading to 10.7.4,  apple engineers have tried multiple things including operating system with no success

    safari, chrome and firefox cannot verify identity of secure websites after upgrading to 10.7.4,  apple engineers have tried multiple things including operating system with no success

    There are several threads about this problem, most notably one called 'Invalid Certificates' is over 4 pages long.  Many of us have experienced difficulty connecting to banking and other secure sites.  On my Macbook Pro, I cannot get to my banking site with any browser, however I can get there on my iMac using Safari, but get the 'Invalid Certificate' notice with FF and Chrome.  The problem started after the installation of 10.7.4.  I have sent a message to Apple--they will be dismayed to hear that I cannot complete an order at their online store!

  • Problems with fluid grid layout live site only showing phone view in Chrome and Firefox Feb 2015

    Hi all,
    I have done a complex fluid grid layout using DW 2014 CC. The site has now gone live on the web masters server setup.
    Up until now the layout of the site has been working fine and responding to screen size.
    Early this morning in the USA the site stopped working. The layout for some users, not all, is only showing the phone view, and takes a long time to load.
    This is happening in Chrome and Firefox, but IE is displaying the site properly.
    So it looks like the CSS media queries are not working on all browsers.
    I am using BC for the test site, and one user having this problem can see that version of the site OK.
    I noticed that Chrome has done some updates recently Chrome Releases
    Has anyone else come across this problem with Chrome and Firefox with their responsive layouts?
    Thanks for any help given.

    Hi Ben,
    Yes, thanks for this link. The Travel Health Website is one of ours, hosted on BC, and no reported problems so far. We also have another large BC website with ga code in it and users are not reporting problems with it. The Headless Way
    However the problem website is hosted elsewhere on a different platform to BC. We have been developing it for three months now, and no problems so far until yesterday. The problem of the site taking ages to load, and timing out seems to be happening with about 10% of users in the USA. http://www.harrisonassessments.com/
    The web developer found a user in NZ who was experiencing the slow display problem. They looked at the site with Chrome, Firefox and IE. The site would only display on IE. When the developer removed the google analytics code, the site displayed fine on all browsers for the NZ user. We are waiting for users in the USA to wake up and test the site.
    So the problem definitely is related to the ga code and the responsive layout that was done by me in DW2014.1 fluid grid layout. So the related problem of DW2014.1 not being able to load htm files with ga code in them looks to be a good clue to what is going on here.
    As there was a bug report for DW2014.1 and google analytics code made in the other thread, I would be interested to know if that was ever solved.
    It is interesting that you are pushing Bootstrap and Foundation on me. (Big square websites here I come! lol)
    I wonder if DW is going to persist with fluid grid layout then? I certainly hope so, as I have spent 12 months blood sweat and tears learning how to do it in DW.

  • Trying to install latest iTunes 11.1. It fails on both Chrome and Firefox. I need it as ios7 not compatible with IE. . . . Any ideas how to resolve please.

    I need to install iTunes 11.1 on laptop so my iPad is recognised when connected to it.
    Internet Explorer 8 is no longer an option so I have added both Chrome and Firefox to try to download iTunes. The download is almost complete when I get a message ' the feature you are trying to use is on a network resource that is unavoidable'
    Can anyone assist using simple layman' slang usage.
    Prior to ios7 I had no problems at all.
    Thanks, Neil

    Temporarily turn off ALL of your antispyware/antivirus software and try it again.

  • [E2013] [MailApps] [JS] [Windows]: window.open from a mail app fails in Chrome and Firefox but works in IE

    I develop an Office Mail App which is used in Exchange 2013 On-Premises in my test lab. The mail app is hosted on IIS 8 (Windows Server 2012 R2) in the same LAN and ActiveDirectory domain.
    Opening popup windows from the mail app does only work in IE, not in Chrome and Firefox.
    Here are the details:
    The following server and domain names are changed to hide our internal names. I adjusted the error messages accordingly.
    Exchange 2013 is available at https://e13.some.dom/owa...
    The app content comes from https://server.some.dom/...
    Both the app and exchange server have valid SSL certicates.
    Both server URLs are listed in the popup exception lists of the browsers I use.
    The app generates html with an element which uses onclick to open another item in the same mailbox in a new browser window. Like so:
    <a onclick="window.open('https://e13.some.dom/owa/#viewmodel=ReadMessageItem&ItemID=SomeValidID', '_blank', 'width=600,height=400');">click me</a>
    Clicking that link in Internet Explorer (11.0.9600.17105; Update Versions: 11.0.7) opens a new browser window and shows the message specified with "SomeValidID". All good.
    When I use Chrome (Version 34.0.1847.131 m) the popup browser window opens. I see some progress text "Starting..." and "Almost there..." and then this error:
    something went wrong
    Sorry, we can't get that information right now. Please try again later. If the problem continues, contact your helpdesk.
    X-OWA-Error: ClientError;exMsg=Blocked a frame with origin "https://e13.some.dom" from accessing a cross-origin frame.;file=Error: Blocked a frame with origin "https://e13.some.dom" from accessing a cross-origin frame.    at Error
    (native)    at new _a.$SQ (https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:301915)    at Function._z.$GG.$544 (https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:662161)    at Function.Program.main
    (https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91:663563)    at invokeMain (https://e13.some.dom/owa/?bO=1:549:25)    at https://e13.some.dom/owa/?bO=1:601:15:552
    X-OWA-Version: 15.0.847.32
    X-FEServer: E13
    X-BEServer: null
    Date: 1/2/1601 2:52:00 PM
    Firefox 29.0 pops up the window as well. Shows "Starting..." and "Almost there..." and then this error (some text is german although the mailbox language is set to english, its basically the same error intro text like in Chrome):
    Da hat etwas nicht geklappt.
    Diese Informationen können wir momentan leider nicht abrufen. Bitte versuchen Sie es später noch mal. Kontaktieren Sie bitte Helpdesk, wenn das Problem weiterhin auftritt.
    X-OWA-Error: ClientError;exMsg=Permission denied to access property 'popOutManager';file=_a.$SQ@https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91_z.$GG.$544@https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91Program.main@https://e13.some.dom/owa/prem/15.0.847.32/scripts/boot.0.mouse.js:91invokeMain@https://e13.some.dom/owa/?bO=1
    X-FEServer: E13
    Date: 08.05.2014 11:58:34
    In Firefox I see the popOutManager-access with "permission denied", but the popup window itself was already opened.
    Seems like the opened popup window tries to open another window?
    When I open up a new browser window in Chrome or Firefox manually and paste the URL (https://e13.some.dom/owa/#viewmodel=ReadMessageItem&ItemID=SomeValidID) manually in the address bar the message is shown correctly, so the URL itself does not seem to be
    the problem.
    Double clicking on messages in Chrome and Firefox opens those messages in new windows as well. So it does not seem to be a general popup problem in Chrome and Firefox as well.
    Any ideas how I get the popups from my mail app working in Chrome and Firefox as well?
    SvenC
    -- SvenC

    Hi
    I face the Same issue then I found that at the end of URL we  use "ispopout=1", I just remove this query string variable ant its work fine 
    The important thing is not to stop questioning - Albert Einstein

Maybe you are looking for

  • Question about the smell of new Apple products (in this case an iMac)

    Hi! I wonder what's up with the smell of new Apple products, because they all smell the same in my opinion. I got a new iMac last week and it had a special smell and i know i'm not the only one thinking this. Do Apple add this smell with a perfume to

  • I created a password verification function failure

    I created a function in sys to check complexity of passwords, however if I apply this to any oracle accounts (profile), my users can't sign on to any apex application. I get: ORA-28003: password verification for the specified password failed ORA-2000

  • ITunes will not launch...error 34...now doesnt even work

    Hello: I recently purchased a shuffle and after installing the ipod software iTunes was getting an error 34 message but would open if I tried to open it a second time. Now, iTunes won't launch at all, I have tried repairing and also uninstalling and

  • Making scroll off in ADF Table

    Hi All, I have a ADF table under Panel Collection. For this table and panel coll. i have given height/width attributes as inline style. When i rearrange the columns using Reorder feature of panel collection a horizontal scrollbar comes on my page. I

  • Enhancements & Modifications

    PROGRAM :MV45AFZZ . IF IT IS HEADER CONDITION. FORM USEREXIT_PRICING_PREPARE_TKOMK MOVE ( CREATED FIELD NAME ) TO TKOMK-( CREATED FIELD NAME) FOR LINE ITEM USE FORM USEREXIT_PRICING_PREPARE_TKOMP. MOVE (CREATED FIELD NAME ) TO TKOMP-(CREATED FIELD NA