Safari PDF issue

When I click twice on link to open pdf , I am getting pdf with grabage text. I have tried with the removing AdobePDFViewerNPAPI.plugin and AdobePDFViewer.plugin but no luck. Anybody have any idea, why this is happening? After lot of search I found only removing  plugin solution which hepls othes but not working for me. Please assists.
system requirements
Mac OS X 10.6.8 and Safari 5.1.9.
Thanks
Sonali

You probably have already checked, but confirm that ordinary PDF's show the problem :
http://manuals.info.apple.com/MANUALS/1000/MA1641/en_US/macbook_air-mid-2013-pro duct_info.pdf
If so, copy the whole of the following line
defaults write -app Safari WebKitOmitPDFSupport -bool NO
Quit Safari, open Terminal from /Applications/Utilities, paste in what you copied & press enter.
Try a PDF.
If there is still a problem, test with any Safari extensions switched off, & failing that, confirm that they display normally in a new or Guest user account.

Similar Messages

  • Why won't Adobe reader no longer let me view previously download (from Safari) pdf's? I am running OSX 10.8.5 and have uninstalled and reinstalled latest version of Reader?

    Why won't Adobe reader no longer let me view previously download (from Safari) pdf's? I am running OSX 10.8.5 and have uninstalled and reinstalled latest version of Reader. I get this error message "Adobe Reader could not open 'OD Test Bed Proposals_0.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)."  I have tried changing the 'open with' options too. Thanks

    Try this:
    Go to: Mac HD/Library/Internet Plug-ins
    Trash the AdobePDFViewer.plugin and AdobePDFViewerNPAPI.plugin files
    Empty the trash
    Relaunch Safari. You can now download undamaged PDFs.

  • Export to PDF Issue (SSRS 2012 with Integration SharePoint 2013)

    Problem Description: We have an operational report that returns around 43,000 records, based on a stored procedure.  The Stored Procedure itself runs pretty quickly (under ~15 seconds).The report renders in 20 seconds.
    However, we get an error like “Sorry, something went wrong” (see below) approximately 2 minutes after we choose/select the PDF as a rendering extension for export. The download of the .PDF never starts.
    Sorry, something went wrong
    An unexpected error has occurred.
    Technical Details
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: b66ebd9c-adf0-407e-892e-00d1e37c4feb
    Date and Time: 9/29/2014 11:10:20 PM
    The 2 minutes is what I get from the execution log... it is actually 122 seconds for timerendering. As for the rs trace log from the web server, see below...
    "w3wp!library!471!09/29/2014-23:10:20:: e ERROR: Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.OnDemandReportRendering.ReportRenderingException:
    An error occurred during rendering of the report. ---> System.ServiceModel.CommunicationException: The remote host closed the connection. The error code is 0x800704CD. ---> System.Web.HttpException: The remote host closed the connection. The error code
    is 0x800704CD.
       at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect)
       at System.Web.Hosting.IIS7WorkerRequest.ExplicitFlush()
       at System.Web.HttpResponse.Flush(Boolean finalFlush, Boolean async)
       at System.ServiceModel.Channels.BytesReadPositionStream.Write(Byte[] buffer, Int32 offset, Int32 count)
       at System.ServiceModel.Activation.HostedHttpContext.HostedRequestHttpOutput.HostedResponseOutputStream.Write(Byte[] buffer, Int32 offset, Int32 count)
       --- End of inner exception stack trace ---
       at System.ServiceModel.Activation.HostedHttpContext.HostedRequestHttpOutput.HostedResponseOutputStream.CheckWrapThrow(Exception e)
       at System.ServiceModel.Activation.HostedHttpContext.HostedRequestHttpOutput.HostedResponseOutputStream.Write(Byte[] buffer, Int32 offset, Int32 count)
       at System.IO.BufferedStream.Write(Byte[] array, Int32 offset, Int32 count)
       at System.Xml.XmlStreamNodeWriter.WriteBytes(Byte[] byteBuffer, Int32 byteOffset, Int32 byteCount)
       at System.Xml.XmlBinaryNodeWriter.WriteBase64Text(Byte[] trailBytes, Int32 trailByteCount, Byte[] base64Buffer, Int32 base64Offset, Int32 base64Count)
       at System.Xml.XmlBaseWriter.WriteBase64(Byte[] buffer, Int32 offset, Int32 count)
       at Microsoft.ReportingServices.ServiceRuntime.WcfResponseData.Write(Byte[] buffer, Int32 offset, Int32 count)
       at Microsoft.ReportingServices.ServiceRuntime.WcfResponseStream.Write(Byte[] buffer, Int32 offset, Int32 count)
       at Microsoft.ReportingServices.Library.BufferAndOutputStream.Write(Byte[] buffer, Int32 offset, Int32 count)
       at Microsoft.ReportingServices.Library.RSStream.Write(Byte[] buffer, Int32 offset, Int32 count)
       at System.IO.BufferedStream.Write(Byte[] array, Int32 offset, Int32 count)
       at Microsoft.ReportingServices.Rendering.ImageRenderer.PDFWriter.Write(String text)
       at Microsoft.ReportingServices.Rendering.ImageRenderer.PDFWriter.EndPage()
       at Microsoft.ReportingServices.Rendering.ImageRenderer.Renderer.ProcessPage(RPLReport rplReport, Int32 pageNumber, FontCache sharedFontCache, List`1 glyphCache)
       at Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer.Render(Report report, NameValueCollection deviceInfo, Hashtable renderProperties, CreateAndRegisterStream createAndRegisterStream)
       at Microsoft.ReportingServices.Rendering.ImageRenderer.RendererBase.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCap
    w3wp!wcfruntime!471!09/29/2014-23:10:20:: e ERROR: Reporting Services fault exception System.ServiceModel.FaultException`1[Microsoft.ReportingServices.ServiceContract.RsExceptionInfo]: An error occurred during rendering of the report. ---> Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException:
    An error occurred during rendering of the report. ---> System.Exception: For more information about this error navigate to the report server on the local server machine, or enable remote errors (Fault Detail is equal to Microsoft.ReportingServices.ServiceContract.RsExceptionInfo)."
    Things Also Done
    1) I also tried exporting the report through excel and found no issues (it exports successfully and no issue when i open the file). The size of the exported excel (.xlsx) is 4.28MB. The timerendering value for export to excel is approx. 77 seconds.
    2) I also tried creating email subscription (PDF as the rendering format) for that report and it works successfully. The size of the attached PDF from the email is approx. 1.43 MB. I can also open that PDF file with no issue. And the size of the email with
    the attached PDF file is approx. 1.48 MB.
    That all said, we would like to seek for your assistance to determine what is causing the failure of exporting the report to PDF issue directly from the reporting site. (Let me remind you that the email subscription for the same report with attached
    PDF works with no issue)

    Hi roel2000,
    According to your description, you get error when exporting the report into PDF. It works properly when exporting in excel or PDF format within E-mail subscription. Right?
    In Reporting Services, the Excel and MHTML(e-mail subscription) render extensions are soft page break renderers. The PDF render extension is hard page break renderer. It has different render behavior between these two kind of renders. This might cause the
    error. Since we are not clear about your report structure, please refer to rules in the link below and do the troubleshooting.
    Rendering Behaviors (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Acrobat hijacked Safari PDF's

    All PDF's are shown by the Acrobat Reader plug-in. There is a preference in Acrobat Reader 7.0.5 (Prefs/Internet/Dispay PDF is browser using). Unchecking this does NOT stick. Next time I open Acrobat or even enter Preferences, the checkbox is set again. Is there a way to stop Acrobat from taking over Safari PDF's?
    best regards
    Lars

    Lars,
    Quit Safari.
    Find and remove the AdobePDFViewer.plugin and archive it into a different folder. It will be located in either: Macintosh HD/Library/Internet Plug-Ins or ~Library/Internet Plug-Ins.
    Restart Safari.
    ;~)

  • Safari pdf does not open

    safari pdf files does not open

    In the Finder, select Go ▹ Go to Folder... from the menu bar. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins/AdobePDFViewer.plugin
    If a Finder window open with that item selected, delete it, then quit and relaunch Safari. Otherwise post again.

  • Adobe PDF writer has taken over my computer for documents, how do I change it back to Safari PDF ?

    How do I change back to Safari PDF viewer and get rid of Adobe?

    Find a PDF file in the Finder, select it and go File > Get Info. Find the Open With section and change the application from Adobe Reader (?) to whatever other PDF viewing app you prefer (Safari.app?). Click on the button that activates in that section (Change All...) and say Yes to making every PDF open with the new option your choose.
    In my opinion, viewing PDFs posted on websites in Safari is fine, but viewing PDFs downloaded or that reside on your iMac are better suited to being viewed using Adobe Reader (though you might not be used to what it does), or Preview. You should explore what they have to offer.
    Hope this helps.

  • Safari PDF viewer

    I download a lot of pdfs. But I don't want to view them in the pdf viewer contained within Safari. Is there any way to turn off the safari pdf viewer so that when I click on a link to download the pdf, it will download it to the folder that I specified?
    thanks, Anthony

    What I forgot to mention is that control-click does not work. These pdfs are from science journals that are liscenced to the institution I am at. When I control click it, it downloads something that has the extension .htm and when I click on this, it takes me directly to the web page to view the pdf in the viewer. I just don't like the hasel of opening the pdf in the viewer then saving the pdf to a folder on my computer. Before the viewer was installed in Safari, I used just click on the link and it would download it to wherever I wanted. I was just hoping there was some way to turn "off" the pdf viewer.
    thanks, Anthony

  • Safari ios7 issues on iPad Air - can't open new tabs - + sign closes app

    Safari ios7 issues on iPad Air - can't open new tabs or view other tabs.
    The + sign just closes the app every single time!
    In some cases, the back and forward buttons don't work.
    It's driving me crazy becuase if the webpage I'm on opens and ad or tab that I don't want to look at, I can't close it and go back, I have to retype the web address in and find where I was on the site!

    I, too, tried all the fixes...nothing worked.
    Found another thread on this forum and looks like a lot of us are having same problem.
    Next time it happens, go to SETTINGS/GENERAL/ABOUT and check to see it there is a "low memory" incident report.
    If there is:
    See the discussion thread "iPad Air Low Memory Crashes".
    Seems to be common....this could turn into a HUGH issue.

  • Safari Browser issue on Mac with crystal report viewer JSP

    Safari Browser issue with crystal report viewer JSP
    This is my configuration:
    Operating System : Mac X
    Browser : Safari Browser 3.1.4
    Crystal Report : XII Release 2
    Application Server : Jboss 4.2.0
    I am using the following code to view the crystal report in jsp.
    <%@ page import="com.crystaldecisions.report.web.viewer.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.application.ReportClientDocument" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.reportsource.IReportSource" %>
    CrystalReportViewer theViewer = null;
    ReportClientDocument document = null;
    IReportSource reportSource = null;
    theViewer = new CrystalReportViewer();
    reportSource = document.getReportSource();
    reportSource.refresh();
    theViewer.setReportSource(reportSource);
    theViewer.setOwnPage(true);
    theViewer.setHasExportButton(true);
    theViewer.setHasPrintButton(true);
    theViewer.setHasRefreshButton(true);
    theViewer.setHasLogo(false);
    theViewer.setEnableParameterPrompt(true);
    theViewer.refresh();
    theViewer.processHttpRequest(request, response, getServletConfig().getServletContext(), null);
    theViewer.dispose();This code is working fine when the browser is IE or Firefox on Mac X.
    But it is giving me error message when the browser is Safari on Mac X.
    If there is no parameter in the report then the error message is:
    Null Totaller
    If there is parameter in the report then the error message is:
    Parameter prompting is not supported
    Please Help.
    Thanks
    Edited by: VINCEJOHNSON on Jul 30, 2008 7:11 AM

    I am having this exact same issue, only on an ASP.NET page. I can print the report, but it does not display at all.

  • How to remove quicktime as safari pdf reader

    Running 10.6.8 and recently updated Safari to 5.1.7.  PDFs load in Safari via Quicktime and only show the first page, with no ability to zoom.  How can I reset Preview as my Safari pdf reader?

    Right or control click a PDF file you have stored on the hard drive then click Get Info
    Click the pop up menu next to:  Open with
    Select Preview
    Then click:  Change All

  • Pdf issue with internal links in Safari

    Hello,
    I am creating a web site that has 80 or so pdf's available to download. They each contain a series of 20 or so speeches. To make navigation easier I have created a new page in Open Office that is an index to each pdf, with it's page number as an internal link to the correct page. This is what I did:
    1. Open each pdf in Preview and inserted a blank page (page 2), and saved the pdf. This gives me the correct page numbering for when I put in the real index.
    2. Noting the start of each speech  page number, I created an idex page in Open Office.
    3. I saved the index as a pdf.
    4. I opened the origional pdf and the new pdf index.
    5. I deleted the blank page and then dragged the new index page across and made sure it was the same page position - page 2.
    6. I then used the link too in Previewl to drag a link box over the page number in the index and then chose the correct page number to set as the target via Previews inspector.
    7. Saved the pdf and opened and tested - everything worked fine.
    The problem comes when I upload the pdfs and test the site with safari. When I open the pdf in the default safari window, the links are all out by one page i.e. if i click on page number 30 from the index, I go to the next page - page 31. If I hover the mouse at the bottom of the page and bring up the open in Preview icon and do so, the index links to the pages work fine???? I have tried with Explorer under bootcamp and the default window that opens for the pdf shows the same issue - it's out by one page.
    Thanks in advance
    nige.

    Hi...
    Try this...
    Go to   /Library/Internet Plug-Ins
    Move the Adobe PDF Browser plugin (or just PDF Browser plugin) to the Trash.
    See if that makes a difference.

  • Pdf issues with safari 5.1

    Hello,
    I upgraded to safari 5.1 and the pdf files associated with many research articles do not open the same window (i.e. browser) but gets downloaded and only opens in preview or adobe. This was not an issue with the previous version of safari. I checked in the preferences of Safari and could not find any thing that will allow me open the pdf in the browser window.
    Any suggestions/help is appreciated.
    Best,
    Gaurav.

    Adobe Reader plug-in does not work with Safari 5.1. Our workaround is to use a plug-in called PDF Browser Plugin from www.schubert-it.com. Be warned, though, that if you don't use the plugin's toolbar to navigate and print the PDFs, Safari will crash.
    Better yet would be to go back to Safari 5.0. There are many other problems with 5.1.

  • Help with pdf issues on Safari?

    Am having trouble viewing pdfs via Safari.  When I open them, I only have a black screen.  Any suggestions?

    Yes--thank you!  For some reason, it wasn't configured properly.  Looks like problem is solved.

  • PDF issues with Safari

    Somewhere along the way I lost the ability to view PDFs in Safari. I've looked through the forum questions on this subject, removing the Adobe viewer plug-in, etc. nothing seems to work. Firefox works perfectly, but I really don't want to use Firefox. I couldn't determine if a final solution had been arrived at for this problem or if it is an ongoing one. Any help would be appreciated.

    Hi
    odd it is - the links are active in Preview if saved to the desktop, but then they don't work since the linked file isn't also on the desktop.
    But opened from the site - none of the links are usefully active - no error message, nothing.
    It's possible that using the Adobe Reader pdf plugin might make them behave normally... but otherwise
    here's a file list
    http://www.ippc.no/norway_aip/current/AIP/
    the individual pdf's can be opened, after getting the relevant number from the English or Norwegian indexes.

  • HT1338 safari pdf file open error

    Dear. Sir
    I have recently downloaded Adobe Reader X, new version. I don't have any problem with this application when I open the stored pdf file in my mac.
    However, it has serious problem with opening a new pdf file on safari.
    When I download pdf files, the pdf document shows as a black....!!! (No respond at all from Safari)
    Please help me out
    Yours faithfully 
    Euna Noh

    Back up all data.
    Triple-click the line of text below to select it, the copy the selected text to the Clipboard (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 (command-V), then press return.
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present.
    If you still have the issue, repeat 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 again.

Maybe you are looking for

  • How do I create a 2nd iTunes account on the same computer?

    I have an iPhone tied to one computer.  I have a second iPhone that I need to use the same computer to be able to back it's data up.  Do I need to create a 2nd iTunes account on the same computer?  If so, how do i do this?  Thanks.    

  • BetweenFilter is not working properly

    Hi, Im using a NamedCache, which contains a hashmap. One of the key will be the userid and other key will be the created time of the data. I want to filter the data based on the two different times and need to get the map values between the start tim

  • I need to know what ipad I have 2 or 3 but don't know the version

    I don't see anything on the back nor in settings.  Help please.

  • How can I burn HD movie footage?

    Hi, I need to copy some HD movie footage to disc so that I can free up some space on the harddrive (as it seems that I only have 19.50gb left) but when I go to copy using iDVD I am told that there is insufficient space to record and I need to delete

  • OfficeJet 8500 Wireless scans but will not print

    Hi, Please forgive the urgency, but we are homeschoolers who depend on this printer working... I was unable to find an answer to our issue... We lost printing, the printer test works fine, and sees the network. The network works fine, but does not se