Safari won't save or export a pdf file which otherwise displays correctly.

I can download a pdf item (form) and safari displays it correctly. however, if I try to save it or export it as a pdf, the resultant file is empty. Chrome works just fine. This is not unique to just one downloaded pdf file.

Back up all data before making any changes. Please take each of the following steps until the problem is resolved.
Step 1
If Adobe Reader or Acrobat is installed, and the problem is just that you can't print or save PDF's displayed in Safari, you may be able to do so by moving the cursor to the the bottom edge of the page, somewhere near the middle. A black toolbar should appear under the cursor. Click the printer or disk icon.
Step 2
There should be a setting in its preferences of the Adobe application such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected.
Step 3
If you get a message such as ""Adobe Reader blocked for this website," then from the Safari menu bar, select
          Safari ▹ Preferences... ▹ Security
and check the box marked
          Allow Plug-ins
Then click
          Manage Website Settings...
and make any required changes to the security settings for the Adobe PDF plugin.
Step 4
Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard by pressing the key combination command-C:
/Library/Internet Plug-ins
In the Finder, select
          Go ▹ Go to Folder
from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens by pressing command-V, then press return.
From the folder that opens, move to the Trash any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari.
Step 5
The "Silverlight" web plugin distributed by Microsoft can interfere with PDF display in Safari, so you may need to remove it, if it's present. The same goes for a plugin called "iGetter," and perhaps others—I don't have a complete list. Don't remove Silverlight if you use the "Netflix" video-streaming service.
Step 6
Do as in Step 4 with this line:
~/Library/Internet Plug-ins
If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari.

Similar Messages

  • PDF files not being displayed correctly, instead I get a blank screen with some sort of small pinned icon in the centre.  It was working fine until today HELP!

    PDF files not being displayed correctly, instead I get a blank screen with some sort of small pinned icon in the centre.  It was working fine until today HELP!

    What is your operating system?  Reader version?  Are these local or online PDFs?  If online, in what browser?
    Can you post a screenshot: https://forums.adobe.com/thread/1070933

  • Why can't I "Save as Text" a pdf file received as an email attachment?

    I can "Save as text" a pdf file which I have created in my own computer (that is, it goes into MS notebook that I then can Copy and Save as an MS Word file) but not when I receive a pdf as an email attachment. (The file is saved, but it is empty.) Why would I want to convert my own pdf back to text? Well, in case I no longer have the original Word document I suppose, but the thing is "Save as text" works with my pdf, but not with those I recieve from others. How come? Thanks!

    Is this a scanned PDF? If so, it must first be OCR'd.

  • Some PDF files are not displayed in Bridge

    Hello,
    here is the problem: I use Adobe Bridge CS2 to browse my large collection of PDF files, and unfortunately some files are not displayed in the Filmstrip View mode; instead a generic icon is shown (bridge1.png). Most PDF files, however, are displayed correctly (bridge2.png). Is this the problem of Bridge or of certain PDF files, and how should I fix them to make them being displayed by Bridge?
    Thanks.

    curt y
    In fact, all files have similar type of content (research papers). However, I found out that all files which are not displayed are "protected" by the publisher such that they only can be viewed and printed, but not modified or disassembled. Apparently, this causes the problem with Bridge not displaying them. It's a pity that Bridge cannot handle them...
    Thanks for the help, though.

  • My safari won't let me view a pdf link, nor can I save it as a document. How can I view these pdfs and links?

    My safari won't let me view a pdf link, nor can I save it as a document. How can I view these pdfs and links?

    Have you installed Adobe Reader and its associated plugin? AFAIK, that's the preferred if not the only way to open PDFs in an embedded view within Safari.
    http://get.adobe.com/reader/

  • I use iMac desktop. I can't save web pages as PDF file by using Firefox, but by Safari is fine.

    I'm using Mac OS X 10.6.4. Today, I tried to save my email content as a PDF file. However, I only got a PDF file that have partial content of email. Then I adjust the printer setting and did it again, then I only got a blank PDF file. There was nothing inside. Then I tried to save email as a PDF file by using Safari browser. And I got a complete and sucessful PDF file. I usually save web pages or web mail, online receipt as PDF file by use Firefox. But since I have updated to the new version, there were many problems with my Firefox. I tried to restore all my application and made Firefox in the old 3.6.3 version which I used to have no problem. But now still not working.

    I solved it for myself: it was my HP smart-web printer crap that was a plug in and add on for firefox that somehow automatically got installed when I upgraded to 5. I disabled both in the add-ons manager, and voila, printing is working.
    It seems there are many things, like this and the Google toolbar, that were screwed by the oddly fast update to 5. Looks like Mozilla didn't give anybody any notice! Must've been some really bad security hole.

  • I use iMac desktop. I can't save web pages to PDF file by using Firefox, but by Safari is fine.

    I'm using Mac OS X 10.6.4. Today, I tried to save my email content as a PDF file. However, I only got a PDF file that have partial content of email. Then I adjust the printer setting and did it again, then I only got a blank PDF file. There was nothing inside. Then I tried to save email as a PDF file by using Safari browser. And I got a complete and sucessful PDF file. I usually save web pages or web mail, online receipt as PDF file by use Firefox. But since I have updated to the new version, there were many problems with my Firefox. I tried to restore all my application and made Firefox in the old 3.6.3 version which I used to have no problem. But now still not working.
    ''Duplicate post, continue [https://support.mozilla.com/en-US/questions/746583 here]''

    hello jlzibell, please go through the troubleshooting steps described at [[Websites say cookies are blocked - Unblock them]].

  • How do I write a javascript code to open InDesign File, import Doc, save and export to pdf?

    How do I write a javascript code to open InDesign File, import Doc, save and export to pdf?

    Hi hasvi,
    Need Template(.indt), textframes etc for the following script:
    var myFolderInd = Folder.selectDialog();
    var myFile = myFolderInd.getFiles("*indt");
    app.open(myFile)
    var myDoc = app.activeDocument;
    var myDocName = myDoc.name;
    var mySaveFile = app.activeDocument.save(myFolderInd.fsName + "/" + myDocName.split(".indt").join(".indd"));
    var myFolderDoc = Folder.selectDialog();
    var myFile1 = myFolderDoc.getFiles("*doc");
    mySaveFile.pages[0].textFrames[0].place(File(myFile1))
    //~ mySaveFile.place(File(myFile1))
    app.activeDocument.textPreferences.smartTextReflow = true;
    var myPDFFile = new File(mySaveFile.filePath + "/" + mySaveFile.name.split(".indd").join(".pdf"))
    myDoc.exportFile(ExportFormat.PDF_TYPE, File("~/Desktop/abc.pdf"));
    alert("Process Completed")
    Regards
    Siraj

  • After i export a pdf file (written in Hebrew) to a Word document, the Word document is written in a Mirror-writing, how can i fix it?

    after i export a pdf file (written in Hebrew) to a Word document, the Word document is written in a Mirror-writing, how can i fix it?

    Hi,
    thank you for your help.
    I am using an Adobe Acrobat XI Pro.
    It is not a specific file that causes trouble, it is happening with all the documents with Hebrew fonts.
    I tried the "Save as" option and the same problem happened.

  • E62,can i view/save video /jpg/jpeg/pdf files,can ...

    I want to know whether i can view/save video /jpg/jpeg/pdf files on E62 and whether i can send them as attachments via email.What is the maximum file size i can send via email from E62

    ANSWER FOUND!
    Once I finished composing my question I went back and spent some time to figure out the problem. Rather than choosing the "save as" option, which doesn't work, or attempting to choose "export" (grayed out), the correct option is to choose "export creation", which is near the very bottom of the initial drop down options. That works!  I still think it would make sense to have it as an option in the "save as" area.

  • I am Required to Save before opening a PDF file in FF 10.0.1. How do I get FF to open the PDF file?

    I am Required to Save before opening a PDF file in FF 10.0.1. How can I get FF to open a PDF as the default?

    Check your add-ons:
    Cmd+Shift+A
    Make sure the Adobe Acrobat NPAPI Plug-in is set to Always Activate.

  • SSRS - Export multiple pdf file

    SSRS report background :
    Report generating 50 student details with 50 page (each student one page- group by student).
    now data will export one pdf file with 50 page where each page having one student details. 
    Requirement :
    instead of one single pdf with 50 page i want 50 pdf file so i can send each report to respective student

    generating one pdf file with 50 page where each page having one student details.
    Hi ,
    Please follow below steps;
    Step1. Create one Row Group based on Student.
    Step2.Row Group has been created. We can see the Group1 in the Row Group Pane.
    Right Click on the Group1 column Delete Columns only.
    Delete Column window comes, Choose Delete column only and click on
    Step3.Now you can see the Group1 column is deleted but Group1 is still available in the report that groups data Student wise.
    Step4.Go to Group1 property by right click on Group1 in Row grouping pane.
    In the Group property, go to Page Break Page Break Option Check the box for “Between each instance of a group” and “at the end of group”.
    Right click on the Tablix go to Tablix property. Tablix property windows comes: Check “Add Page break after” and in column header, check “Repeat header columns on each page.”
    Step5.After implementing Page Break and Grouping, run the report and export it to PDF.
    Thanks.

  • When you create a link to a web page in numbers and we export the PDF file, the link is offset by 3 rows. Example: if I put a link on the text in cell A1, I found the link A4. In fact, this feature becomes unusable. How can we solve this problem? Thank yo

    When you create a link to a web page in numbers "Mavericks" and we export the PDF file, the link is offset by 3 rows. Example: if I put a link on the text (with Cmd-K) in cell A1, I found the link A4. In fact, this feature becomes unusable. How can we solve this problem?
    Thank you.

    Hi again Raja!
    I did as you recommended and installed HTTPWatch and below is the outcome of that program. It is the exact string with the only exception of obfuscated servernames and portnumbers. The last part that begins with "sap_ep_baseurl=" makes me suspicious, is that part really correct? It looks like it's lacking things.
    Best regards
    Benny
    http://<server:port>/sap/bc/bsp/sap/Z_PURCHASE_REQ/process.htm?
    sap-syscmd=nocookie&sap-client=200&sap-language=sv&style_sheet=
    http%3A%2F%2F<server>%3A<port>%2Firj%2Fportalapps%2F
    com.sap.portal.design.portaldesigndata%2Fthemes%2Fportal%2Fsap_tradeshow%2F
    controls%2Fcontrols_ie6.css%3F7.0.10.0.0&sap-cssversion=7.0.10.0.0&sap-tray-type
    =null&sap-tray-padding=null&sap-accessibility=&sap-ep-version=7.00.200611091758&
    sap_ep_version=7.00.200611091758&sap_ep_baseurl=http%3A%2F%2F
    <server>%3A<port>%2Firj%2Fportal&matnr=9780198603641

  • Firefox keep asking to open or save pdf files which are already in my disk.

    Hi all,
    Firefox build in function to open pdf files was working ok.
    Lately when i try to open a .PDF file which is already in my disk i get a window asking me :
    "What should firefox do with this file?
    -Open with (firefox default)
    -Save the file"
    Since the .PDF is already in my disk , i want to open it but firefox keeps asking in that window so i have to cancel and a new blank tab stays there.
    What should i do to open the .PDF file?
    BTW,i tried to delete the mimetypes.rdf file as read on a message here in order to Reset download actions but in vain.
    Thank you for your time reading this.
    Regards,
    the_observer.

    Hi cor-el,
    I used your suggestions and i have the below results:
    1.
    "''You can change the action for Portable Document Format (PDF) from Preview in Firefox to use another application like the Adobe Reader or set to Always Ask in "Firefox > Options/Preferences > Applications''"
    This is not satisfactory because i don't want to use it.I just want the internal viewer for PDF's of Firefox.
    2.
    ''"You can set the pdfjs.disabled pref to true on the about:config page to disable the build-in PDF viewer."''
    I set the pdfjs.disabled pref to true and after firefox restart it kept opening empty tabs (weird)
    3.
    ''"You can check the value of the plugin.disable_full_page_plugin_for_types pref on the about:config page and remove the application/pdf part if present or reset the pref to the default via the right-click context menu."''
    I did that and just keeps me asking in new tabs what to do with pdf (open or save)
    Then i thought maybe another addon conflicted with firefox PDF viewer so i started it in safe mode.Tried to open a pdf and started to open empty tabs...
    Finally i installed [https://addons.mozilla.org/en-us/firefox/addon/pdfjs/ this] addon and pdf open ok now.
    Still i had to use an addon to make them open.
    It was running correctly with out add on.
    Is there something else to try since i dont want addon?
    Firefox pdf internal viewer was very satisfactory for me...
    Thank you for your time reading this.
    Regards,
    the_observer.

  • Content generation error. [Error: Failed to Export the PDF file.]

    Hi;
    Everytime i try to update an article within a folio in DPS folio builder i get this error :
    Content generation error.
    [Error: Failed to Export the PDF file.]
    My colleague next to me is running exactly the same set up and doesnt get the error. in fact his update anf sideloading is fast as lightning.
    the ONLY difference is that im running v28 tools and he is on v27, however wehave another colleague running v28 and his updates work perfectly.
    Any ideas lovely community?
    Scott

    Hi Bob;
    Have tried that one. And again on your suggestion....no luck.
    Scott

Maybe you are looking for