Pdf.js breaks pdf functionality with no recourse

I came into work today and lo and behold, after the obligatory but unwanted and unnecessary monthly update from FireFox, PDF files are behaving very differently: not rendering, freezing up, not returning search results, etc. So after spending a half hour (my boss has some choice words for you) trying to figure out what's happened, I find that Firefox has foisted a new "feature" on my workflow: pdf.js, a solution to a problem that never existed. I decide to disable it, as every response from Firefox has suggested, but now PDFs won't open at all. Every PDF I save to the desktop via Firefox and try to open (Adobe won't open inside Firefox anymore - thanks again!) says it's corrupted and unreadable. I switched back to IE and wow, PDFs work as I had configured them, even when I save them to the desktop. So not only did Firefox break the in-browser experience, but you've managed to break things outside the browser as well by corrupting PDFs as they pass through Firefox. *golf clap* This system was working perfectly 16 hours ago when I left work.
This really is the straw that broke the camel's back. I have a long history with Firefox, a regular supporter, cheerleader, bug reporter, reviewer and donator (I've signed up with a new email to make this comment), and the last year has been nothing but a downward spiral. I swallowed the new stupid update cycle even though it's obvious that issues like this exact one are a seriously detrimental side-effect, but I cannot swallow this. You have the best browser in existence but you are killing it. Absolutely. You have alienated one of your hardcore supporters and the thing is you don't even care, not one whit.
I know this is supposed to be a support question but honestly I don't care anymore, either. I have to switch back to IE (Chrome is just... not good) and this time I am not looking back. I will be relinquishing Firefox to what used to be IE's status: only used when I can't get functionality from another browser (essentially when I need to use the web developer toolbar). Too bad. I just dread the spate of friends, relatives and colleagues that will be flooding me with problems and requests to remove Firefox (s it can't be fixed).

I don't think this feature was ready for prime time. I spent about an hour over the last day and a half going back and forth with a staff member by email who reported that several of our PDFs "wouldn't download". I found that the new PDF viewer handles our PDFs generated from document scans abysmally, taking so long to load pages as the user scrolls that they might legitimately give up and assume the pages will not load, and scaling the page images poorly enough to make them very difficult to read for those with the patience to see them at all. Simply downloading the same document to the same machine occurs so quickly that it's hard to register a download delay at all, so I'm not sure what takes so long.
The staff member was over the moon when we got the new feature deactivated on his machine. I'm sure that we have site users all over right now who are having the same problem, and don't have the technical expertise to know that they can bypass the hinky viewer, or even to know that the viewer is the problem.
In testing this out with multiple users and operating systems, I find that users who are annoyed by the new viewer don't seem to realize that they aren't dealing with Acrobat Reader, and so will tend to blame Adobe for their headaches. Not fair, but the new viewer does look awfully like a plug-in PDF reader.

Similar Messages

  • In converting a .docx file to .pdf the the Word functionality of linking screen tips to hyperlinks is lost. Why?  How can screen tips be saved in pdf if at all?

    In converting a .docx file to .pdf the the Word functionality of linking screen tips to hyperlinks is lost. Why?  How can screen tips be saved in pdf if at all?

    Thanks for replying. I am converting from MS Office Word document to Adobe Acrobat Document and opening with Reader XI - sorry my mistake.
    I now notice another problem. On trying to open a specific hyperlink in the pdf version I get the message  'Acrobat does not allow connection to: www.biblegateway.com'.  Why would there be a restriction? 

  • I have a new computer with Windows 7 professional, Office 2007, Adobe XI. I have just created a word document and tried save it as a PDF but the PDF option doesn't appear in the drop down menu. Any ideas please? Thank you.

    I have a new computer with Windows 7 professional, Office 2007, Adobe XI. I have just created a word document and tried save it as a PDF but the PDF option doesn't appear in the drop down menu. Any ideas please? Thank you.

    What is "Adobe XI" - Reader, or Acrobat?
    But either way, 'Save as Adobe PDF' is a Word function, independent of what Adobe software you have installed.

  • I have Adobe Reader XI with the package that allows me to send pdfs and convert pdfs to Word. When I open a pdf and try to search the search shows no matches even though the word I am searching for is in the document. Any suggestions how to search?

    I have Adobe Reader XI with the package that allows me to send pdfs and convert pdfs to Word. When I open a pdf and try to search the search shows no matches even though the word I am searching for is in the document. Any suggestions how to search?

    Once again, my thanks for your assistance. If I may impose on your generosity one more time, if I understand you correctly if I create a document on Word or WordPerfect, print it and scan it to create a pdf, the search function will not work. But, if I create the pdf document in Word the search function will work. Unfortunately, I am not sure how I create a pdf document in Word other than by printing it and scanning it. Could you please explain.
    William B. Kohn, Esq.
    General Counsel
    Paul V. Profeta & Associates, Inc.
    769 Northfield Avenue
    Suite 250
    West Orange, New Jersey 07052
    (973) 325 - 1300
    (973) 325 - 0376 (Facsimile)
    [email protected]<mailto:[email protected]>

  • Create PDF 1.1 is "incompatible with Firefox 35.0"

    Hi all,
    I'm using Acrobat Pro X and Firefox on Windows 7 x64.  The Create PDF plugin (version 1.1) has been very useful, and has been working fine for a good while, even when Firefox recently upgraded itself to version 35.0.
    But recently my main hard drive started to fail, so I've replaced it and reinstalled all my apps.  But now in Firefox the Create PDF plugin is greyed out, with a note that it's incompatible with this latest version of the browser.  I've tried uninstalling Firefox and rolling back to a previous version where I knew the plugin was working, but it's still greyed out.  I don't know why, nor how to fix it.  (I groan at the thought of having to reinstall my OS and applications all over again.)
    I may have missed it, but I can't find any option on the Adobe site to download an update to the plugin -- assuming one exists that still functions with Firefox, and is available for download.
    Can anyone help resolve this issue, please?

    Yes, Acrobat X is updated to the latest version (10.1.13), but unfortunately the Create PDF plugin isn't actually updated.  It's still version 1.1.
    If other people have a more recent version of the plugin while running Acrobat Pro X, I'd really appreciate hearing how they got it.

  • Sending pdf via email: pdf is not returned from function module

    Hi all.
    I am having trouble sending a pdf form as an attachment to an email.
    After calling the funtion module that is creating the PDF, field pdf of the return parameter /1bcdwb/formoutput should be used to create the attachment.
    But the field PDF is empty after calling the function module - only the field xml is given back.
    What did I miss?
    Thank you for your help and best regards, Kathrin!

    Hi Kathrin,
    See below for the example:
    ls_outputparams-getpdf = 'X'.
    CALL FUNCTION 'FP_JOB_OPEN'
         CHANGING
           ie_outputparams = ls_outputparams
         EXCEPTIONS
           cancel          = 1
           usage_error     = 2
           system_error    = 3
           internal_error  = 4
           OTHERS          = 5.
    If you setup the job like this then the pdf parameter will be filled with the XSTRING data for the generated PDF.
    Regards,
    Ryan Crosby

  • Breaking a pdf into multiple pdf's

    I have a 250 page pdf.  each page represents a departments information.  Is there a way to break apart that pdf into single pdf's but using part of the file to name the pdf?
    for example, if the first report has a title that contains department 123, I could extract that page and name it department 123.
    The only want I know how to break a pdf into multiple pages is to use the document / extract pages and select Extract pages as seperate files.  But when I do this it uses the name of the exiting file and adds a number to it.

    You will have to select a subforum, e.g. Creating, Editing & Exporting PDFs, or Acrobat SDK (since you probably need to write the functionality you want by yourself).

  • PDF goto named destination link with current zoom level

    Hi,
    I am created PDF file from 3b2 software with many links and bookmarks, The links with in documents are created with named destination bookmark names.
    When I am click the link to navigate with in document it will goto the bookmarked location and zoom level will changed into “FIT TO WIDTH” but I am want to navigate over the document with current zoom level from the link where I am clicked.
    For this process I am tried one method that is javascript action in link.
    Using link properties
    Action -> Add Action -> Select Action  (Run Javascript)
    Script
    main()
    function main()
    var zoom = this.zoom;
    this.gotonameddest(“bk1”);
    this.zoom = zoom;
    By this method I am get what I am looking but I am having one problem,
    First I will goto that book marked page with and after only it will fit to the current zoom level, so when I am go for previous view it will goback to "FIT TO WIDTH" zoom level, so this method failed.
    And also I am unable to edit all the links in my PDF document by Manually.
    So please advice me what is right way to navigate over the document with current zoom level from link where I am clicked.
    Note:
    The output PDF document will contain 100 number of links so I want to update all the links with my requirement by automation.
    Is there is any way to handle this process by Acrobat SDK with C# , .NET
    Regard
    Thirusanguraja V

    Thank you Very much,
    If you do't mind could you give me sample PS file with,
    Destinations specify a particular location in a file, and a zoom factor.
    The zoom level must be current zoom level of the page where i am link click.
    Sample PS syntax i am tryed:
    [/Dest /bmkaff1 /Rect [2000 3062 2100 2886] /View [/XYZ 0 0 0] /LNK pdfmark
    Reference I am used for this:
    pdfmark Reference
    © 2006 Adobe Systems Incorporated. All rights reserved.
    Adobe® Acrobat® SDK 8.0 pdfmark Reference for Microsoft® Windows®, Mac OS®, Linux®, and UNIX®
    Edition 1.0, November 2006
    Chapter 3 : 3 Actions and Destinations................44

  • PDF file won't open with double click

    Mac OSX 10.6.8/Acrobat 10.1.3.
    Suddenly pdf files won't open with a double click, I now have to open Acrobat and file>open.
    Also, once they're open, they won't close by clicking the red close dot, I now have to go to file>close.
    Very frustrating!

    Even reinstalling doesn't work with the standard Creative Suite installer. Except for the double-click bug, Acrobat doens't respond to dock-tasks either, like <right-mouse-click> on dock icon and select <quit>.
    In this version of Acrobat, the repair function doen't seem to exist anymore. Sadly....
    So the problem keeps existing, even with the laterst 10.1.4 version.
    ==========================
    OSX 10.8 - Acrobat Pro X 10.1.4

  • Break a single pdf into single pdf's

    I have a 250 page pdf.  each page represents a departments information.  Is there a way to break apart that pdf into single pdf's but using part of the file to name the pdf?
    for example, if the first report has a title that contains department 123, I could extract that page and name it department 123.
    The only want I know how to break a pdf into multiple pages is to use the document / extract pages and select Extract pages as seperate files.  But when I do this it uses the name of the exiting file and adds a number to it.
    Also, i was just reading up on creating bookmarks. is there a way to set one bookmark and apply that across all other pages?
    Thanks

    Re extracting and renaming pages: This is done with a script, but it can
    only be done if your pages are consistent and the script can identify the
    text that is to be used for the file name. If you wish, you can send me
    some sample files by email ([email protected]), or share them somewhere and
    post the link here, and I'll let you know if I think it's possible.
    Re bookmarks: What do you mean, exactly? You mean you want to copy&paste a
    bookmark? No, that's not possible. But bookmarks can also be generated with
    a script.

  • I am trying to create a print ready PDF from a word file with unacceptable results.

    I am trying to create a print ready PDF from a word file with unacceptable results.
    The word file has a trim size of 6” x 9”. It has been set to mirror margins with the inner, top and bottom margins set to 0.75”, the outer margin is set to 0.5” and the gutter to 0.14”.
    It doesn’t matter if I create the PDF from inside Word, or open Acrobat Pro 11.0.9 and click Create From File, while the resulting document size is correct and the odd numbered pages reflect the correct margins, the even numbered pages do not. This results in some text near the outer margin, as well as the page numbers being omitted.
    Does anyone know how to correct this?
    I just noticed that some of the odd numbered pages' text is also cropped. Apparently Acrobat is refusing to set side margins to smaller than 1" (@ 3cm).

    I'm away from my printer, so I'll try it later. Even so, the proposed test is irrelevant. I operate a small publishing house and am trying to upload certain novels to Ingram, the largest book distributor in the world. The specifications I've set are the specifications they've asked for. Since they've said that the results I'm obtaining are unacceptable, and since they demand submission in PDF form, this renders Acrobat Pro for Mac completely unacceptable for anyone in the publication industry. As far as I can tell, Adobe has a serious bug here that it needs to fix—and at once.

  • I repeat: PDF bank statement open OK tried to save statement witn My documents, PDF page went blank. wprks with Explorer- FF uninstalled, history/cookies remove

    Almost 10 years with Mozilla FF. Why should I now make more changes to PDF readers? It works with explorer. I reloaded Adobe (already installed) should I uninstall Adobe? but it works with other browser.
    Delete the history was painful (I could back at least 5 years). After uninstalled FF 3 times, finally I use REVO
    The problem on ly exist with the BANK STATEMENT (first time opened OK then ...blank. Should I blame the bank? It opens with EXPLORER. Until yesterday evrything was ok.
    Waiting for your help
    Thanks for your time
    gerard

    Hi Gerard, have you switched from using the built-in PDF viewer to the Adobe Acrobat viewer? This article has the steps for that if you haven't tried it, and also shows where you can confirm which ones is being used: [[How to disable the built-in PDF viewer and use another viewer]].
    When saving a PDF using the ''built-in viewer'', use the Download button on the toolbar above the PDF (looks like a downward pointing arrow). This may be more reliable than the Save Page As command.
    When saving a PDF using the ''Adobe Acrobat viewer'', as you move the mouse pointer down the document, a floating toolbar should appear with a disk icon. (Or if you press the Esc key, a toolbar should appear above the document.) Use the disk icon on the Adobe Acrobat toolbar to save the document.

  • Preview; How can I open multiple PDF's in one window with Preview?

    How can I open multiple PDF's in one window with Preview?
    I have gone to Previews preferences and selected 'Open groups of images in the same window' and have tried every setting imaginable and nothing works. What am I doing wrong?

    Hi, a few ways..
    http://www.monkeybreadsoftware.info/Freeware/CombinePDFs.shtml
    http://www.monkeybreadsoftware.info/Freeware/CombinePDFs.shtml
    http://www.macosxhints.com/article.php?story=20060327192826493&lsrc=osxh

  • How can I print a pdf in the actual size with a page border?

    How can I print a pdf in the actual size with a page border? (2 pages per sheet preferred)
    I usually print pdfs of books at a copy shop and they turn out fine.
    The problem comes when I try to print the same books at home.
    I use Adobe Acrobat X with the same settings: "multiple pages per sheet" (2x1) and page border. But the pages are slightly shrunken when printed. I think this is because my printer can't print as closely to the margins. Still, two pages should be able to fit on one sheet in actual size. Are there any layout settings that I can play with to find a better fit, besides portrait and landscape?
    If I select page scaling "none," I'm able to print the pdf in actual size, one page per sheet. But there's no option to add a page border.

    I have a test with some questions (multiple choice, FIB, matching, etc). I have just one button to submit all the answers, and after submiting the student can see his score and review the test to know where he failed. He can't answer again. However, he can change the answer multiple times before submiting.
    "if i turn on success/failure captions the student will see them while answering" - before submitting
    "if i turn them off he wont know what's the right answer" - after submitting
    My results page is the default. I didn't use any variable. When i go to the results page after reviewing the test all the entry boxes are "wrong".

  • SharePoint 2013 cannot view PDF documents in mobile browser with office web apps

    Hi,
    I'm receiving the following error when viewing SharePoint 2013 PDF documents in a mobile browser after clicking on the filename:
    "Viewing of .pdf files has been disabled in Microsoft Word Mobile Viewer. Please get in touch with your helpdesk."
    My Question
    Is viewing PDF documents in mobile browsers with Office Web Apps SP1 actually supported?  If so, how can I enable it?  I've already have pdf viewing working in non-mobile browsers. Word documents open just fine on mobile browsers too.
    I'm getting conflicting answers for pdf mobile viewing support from various sources:
    You've got Microsoft toting that they've added in PDF viewing on any device for Office Web Apps
    http://blogs.office.com/2013/07/03/pdfs-in-the-word-web-app/
    A MS support person saying saying it is not supported
    http://blogs.technet.com/b/office_web_apps_server_2013_support_blog/archive/2013/12/31/enabling-pdf-previews-in-document-libraries-with-office-web-apps-2013-in-sharepoint-2013-open-link-does-not-work-from-preview.aspx
    Another person implying that it should work because you can disable pdf browsing for mobile browsers only
    http://blogs.technet.com/b/office_resource_kit/archive/2013/07/24/control-whether-pdfs-open-in-word-web-app-or-the-default-pdf-reader.aspx
    What I've tried
    When I started looking into this there was a mobile WOPI entry:
    Application     : WordPdf
    Extension       : PDF
    ProgId          :
    Action          : mobileView
    IsDefaultAction : False
    ServerName      : 20SP8
    WopiZone        : internal-http
    I tried experimenting with tweaking this binding by changing the DefaultAction to true, and even removing it altogether via:
    Get-SPWopiBinding -Action "MobileView" -Application "WordPDF" | Remove-SPWopiBinding -Confirm:$false
    But I still get the same message.
    I removed all the WordPdf bindings and re-added them via:
    New-SPWOPIBinding –ServerName "<myserver>" –Application "WordPDF" -AllowHTTP
    No dice.  In fact the mobileview binding doesn't even come back... but I guess that is a different issue altogether.
    Version
    SharePoint 2013 (SP1)
    Office Web Apps Server (SP1)
    Farm Setup
    Internal facing only
    2 front end servers, 1 app server, 1 office web apps server

    I think the PDF support, if it exists, in only in Office 365. Always remember that the Office 365 and on premises versions will never be in sync. On premise is updated using periodic service packs and Office 365 has continuous updates. (I've heard every
    10 days.)
    In my Office 365 / IE 10 tests, the PDFs open in the browser's default PDF viewer, in my case FoxIt Reader. So I can't prove one way or the other about support in Office Web Apps.
    Mike Smith TechTrainingNotes.blogspot.com

Maybe you are looking for

  • Xml matrix report not expending horizontally

    hi guys m trying to develop xml matrix report but m totally stuck.value are not expanding vertically. RTF tags are here.Plz tell me how can i attach rtf and xml file with this post so you people can help me in better way. plz help me its very urgent

  • From ALV to ME23N

    Hi I have displayed data for Stock transfer order in ALV report.Now the user wants to click on PO number and go to ME23n to display that stock transfer order. Please tell how do i do that. thanks.

  • Installing oracle 817 on redhat 7.1

    Could someone please help me? I'm trying to install oracle 817 on redhat 7.1 i did all the prework and also installed java sdk1.3.1, and set my path also. when I try to run the ./runInstaller or even the install/linux/runInstaller, i get this error,

  • Are there any converter or codec/plugin for Edius Captured Avi to be converted into Quicktime?

    I have some avi files caputred on Edius. But I work on FCP 7. They do not play on fcp or premier cs6. I tried looking up discussions online, didn't get much help there. Is there a way to convert these AVIs to an .mov files so I can edit on fcp? I don

  • Picture Manager with command line for Bat files

    Hello  I am wondering if Microsoft Picture manager has any command line switches i could use. I resize thousands of photos weekly using Picture manager for a semi automated process. The resize is the part that is not automated. For some reason when u