White Screen when opening PDF from within a website program

I have previously been able to use the marketing products associated with http://greenhousebhgre.com   A link takes me to
http://maryorfali.betteragents.com/admin/marketingmaterials/# and from them I have been able to update my marketing flyers by selecting Create/Edit.  Now I just get a white screen.  These flyers can be saved as PDFs and I am able to open them from outside the website.

So you are editing your flyers online at that website?  If so, Adobe Reader is not involved in any way; Adobe Reader cannot create or edit PDF documents.
My suggestion: try another browser.  If that does not help, contact the people who maintain that website.

Similar Messages

  • CS6: DistributedCOM Error id: 10016 when open pdf from web page in Win8.1

    For example here below I've got the issue: 
    http://modemwifi.it/wp-content/uploads/asus-dsl-n55u.pdf
    Adobe Acrobat X pro V 10.1.8:
    DistributedCOM Error id: 10016 when open pdf from web page.
    Nome registro: System
    Origine:       Microsoft-Windows-DistributedCOM
    Data:          04/11/2013 19:09:19
    ID evento:     10016
    Categoria attività:Nessuna
    Livello:       Errore
    Parole chiave: Classico
    Utente:        PC-PIERO\Piero
    Computer:      Pc-Piero
    Descrizione:
    Le impostazioni delle autorizzazioni impostazioni predefinite del computer non concedono l'autorizzazione di Attivazione in Locale per l'applicazione server COM con CLSID
    {B801CA65-A1FC-11D0-85AD-444553540000}
    e APPID
    {2EAF0840-690A-101B-9CA8-9240CE2738AE}
    all'utente Pc-Piero\SID Piero (S-1-5-21-3453328585-262132574-2759341577-1001) dall'indirizzo LocalHost (tramite LRPC) in esecuzione nel SID del contenitore di applicazioni Non disponibile (S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1277922394). Per modificare tale autorizzazione di sicurezza, è possibile utilizzare lo strumento amministrativo Servizi componenti.
    XML evento:
    < Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" />
        <EventID Qualifiers="0">10016</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2013-11-04T18:09:19.468877700Z" />
        <EventRecordID>14806</EventRecordID>
        <Correlation />
        <Execution ProcessID="768" ThreadID="776" />
        <Channel>System</Channel>
        <Computer>Pc-Piero</Computer>
        <Security UserID="S-1-5-21-3453328585-262132574-2759341577-1001" />
      </System>
      <EventData>
        <Data Name="param1">impostazioni predefinite del computer</Data>
        <Data Name="param2">Locale</Data>
        <Data Name="param3">Attivazione</Data>
        <Data Name="param4">{B801CA65-A1FC-11D0-85AD-444553540000}</Data>
        <Data Name="param5">{2EAF0840-690A-101B-9CA8-9240CE2738AE}</Data>
        <Data Name="param6">Pc-Piero</Data>
        <Data Name="param7">Piero</Data>
        <Data Name="param8">S-1-5-21-3453328585-262132574-2759341577-1001</Data>
        <Data Name="param9">LocalHost (tramite LRPC)</Data>
        <Data Name="param10">Non disponibile</Data>
        <Data Name="param11">S-1-15-2-1430448594-2639229838-973813799-439329657-1197984847-4069167804-1 277922394</Data>
      </EventData>
    < /Event>
    How can I solve this problem?
    Thanks

    // I got this from an Action (I�m using Struts)
    java.sql.Blob file=(java.sql.Blob)request.getAttribute("PDFfile");
    String filename=(String)request.getAttribute("filename");
    try{
      int iLength = (int)(file.length());
      response.setHeader("Content-type", "application/pdf");   
      response.setHeader("Content-Disposition", "inline; filename=\""+filename+"\"");
      response.setHeader("Expires","0");
      response.setHeader("Cache-Control","must-revalidate, post-check=0, pre-check=0");
      response.setHeader("Pragma","public");
      response.setContentLength(iLength);
      ServletOutputStream os = response.getOutputStream();
      InputStream in = null;
      in = file.getBinaryStream();
      byte buff[] = new byte[1024];
      while (true) {
          int i = in.read(buff);
          if (i<0) break;      
          os.write(buff,0,i); 
      os.flush();
      os.close();
    } catch(Exception ex){
       out.println("Error while reading file : " + ex.getMessage());
    }and now it�s running !!! I�m not using response.setContentType(...) and I do this in response.setHeader("Content-type", "application/pdf"). And I use response.setHeader("Content-Disposition", "inline; filename=\""+filename+"\"") instead of response.setHeader("Content-Disposition", "attachment; filename=\""+filename+"\"");

  • Why do I get a black screen when loading pdf from internet

    I have a MacBook Pro and upgraded to Adobe Reader 11.0.06.  Now when I attempt to download a pdf from the internet, the Reader screen opens but the text portion of the screen is black.  I can open pdf file i have previously saved.

    Another possibility to to use the Schubert PDF plug in. It has been around for years and works great.
    http://www.schubert-it.com/pluginpdf/
    I do not know if it will work in Lion but it does work in Snow Leopard.
    Steve H

  • Save As Dialog Not Showing when opening pdf from Outlook 2010

    Hi
    I have recently had to change the default documents folder on a windows 7 machine (Right Click Documents, properties,  include folder, set save location). Since this change, when opening an attached pdf document in outlook 2010 and viewing with adobe reader, if i click Save as from the file menu, no os dialog appears and therefore user cannot choose a place to save the document.
    As a work around the user can right click the attachment save the docment to a location, once opened, ther save as dialog is usable.
    I have uninstalled and re-installed reader to the laterst version, but with no luck.
    Any ideas?
    Jason Congerton

    This looks like a new behavior of Outlook 2010 and isn't specific to PDFs. You will need to "save as" the document. There is a thread at Microsoft forums about this with some possible workarounds:
    http://social.technet.microsoft.com/Forums/en-US/outlook/thread/927d678d-b55b-4732-93cb-f1 3ed1dacf96/

  • 4.0 flashes or sustains a glaring white screen when opening a new tab 0r a new url-can this be corrected to show a dark transition screen instead?

    We have a special color theme which we use for all your previous versions of Firefox so as to eliminate all white screen glare which has been successful until we installed 4.0. When opening a new tab the screen now flashes a stark white eye-strain glaring white light, and much worse when opening a url site this condition does not flash but lingers as long as it takes (sometimes very long) to load a new url. Since this never happened with previous versions, how can this be corrected without having to return to Firefox 3.6?

    You can cause a new tab to display the site of your choice by installing the following Add-on:
    *https://addons.mozilla.org/en-US/firefox/addon/newtaburl/
    *after installing, set the options by going to Add-ons > Extensions >New TabURL > Options
    Also see --> https://addons.mozilla.org/en-US/firefox/addon/new-tab-homepage/
    *If you have multiple home pages, the first one is automatically chosen by this Add-on
    Future versions of Firefox will/may have this option without an Add-on.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Adobe Acrobat Standard and Pro - dialog prompt when opening PDF from Internet Explorer 9

    Good morning.
    I am having an issue where our ends users that have either Adobe Acrobat X Standard (AAXS) or Adobe Acrobat X Pro (AAXP) cannot open a PDF within Internet Explorer 9 without being prompted by a dialog box to OPEN, SAVE or SAVE AS. Our user that have Adobe Reader X (ARX) only are ok. The ARX users can click on a PDF link within the browser and it will automatically open in a new tab. However, the AAXS and AAXP users will click on that same link, but are then prompted with a dialog box to either OPEN, SAVE or SAVE AS. Has any one else seen this before? We would like it to be so that all users - no matter what Adobe PDF program they are using of the 3 mentioned - can open a PDF link by just clicking on the link and no additional dialog options appear.
    The ARX users have the same Internet settings within the Adobe preferences as the AAXS and AAXP users. The check box is checked to have PDFs open within the browser, which they do, but that dialog box always appears for AAXS and AAXP users. Any thoughts?
    Thank you.

    Thanks for the reply. I stumbled across something today after posting. I had already known that If the ARX user also had one of the other products (AAXS or AAXP), then they would get the dialog box. Here is what I just figured out: if the user uninstalled ARX and re-installed (still having both ARX and AAXS or AAXP in the end) then they no longer get the dialog box. It seems like perhaps its an issue the AAXP and AAXS are overwriting something in the registry.

  • Grey screen, after opening pdf from mail

    Hello,
    My mail program shows only a "grey screen" after opening a pdf file,
    Now i can not open or see other recieved mails...
    Has somebody the same probleme, or ideas?
    Please help me:)

    The PDF file may be damaged and is giving the PDF reader problems.
    To get around this terminate and restart the Mail App.
    To do this:
    1. Press Home button
    2. Double-click Home button to bring up the "Recent Apps" tray at the bottom
    3. Touch and hold on the Mail icon until a "-" appears.
    4. Touch the "-" on the Mail icon to terminate Mail
    5. Restart Mail (do not attempt to reopen the PDF)

  • How can i set Adobe to open pdf from a secure website in the browser, it just pops up and asks to open save or download. we want it to just open the PDF directly in the browser with no popups, using IE 11

    Hi,
    We are running Internet explorer 11 with the latest version of Adobe Reader.
    have found when users login to a secure website and it has pdf links on there, it doesnt open these pdf directly in the browser, it wants to save them and then open them.
    is there anything we can change to allow them to be opened directly in the browser? 
    Thanks,
    Cam

    Hi campbellk19046717,
    Please refer the KB doc link mentioned below if that might help:
    Acrobat Help | Display PDF in browser | Acrobat, Reader XI
    Let me know.
    Regards,
    Anubha

  • Get wierd screen when opening PDF file in Acrobat/Reader 9.5.2

    Here's the screen I now get when trying to open a Captivate-generated PDF in either Acrobat or Reader 9.5.2. Any thoughts?

    Hi Ronpref,
    I created a Captivated PDF file of size ~15 MB (created with Adobe Captivate 5.5) and opened it with Acrobat 9.5.2. I did not see any issue opening this file, all the contents were seen properly. As soon as I launched this PDF, it asked me to install Adobe Flash. Once installed, this PDF file was opened successfully and I could move forward/back within that captivate movie.
    You can check if this same issue is present on other machine with Acrobat 9.5.2. If not, then there are chances that this issue is specific to your machine.
    Alternatively, as I suggested earlier, try using Reader XI.
    Thanks.

  • Error when Open PDF from Email

    When I open a PDF-File from an email, there is always an error "schwerwiegender Fehler" (German version) and the acrobat close down.
    When I download/save first the pdf local harddisk and open after, normally I don't have that error (sometimes happen).
    I reinstall already once adobe acrobat with the latest version. It doesn't work. By the way I have Adobe CS3 completely installed. I guest here is a problem

    When I open a PDF-File from an email, there is always an error "schwerwiegender Fehler" (German version) and the acrobat close down.
    When I download/save first the pdf local harddisk and open after, normally I don't have that error (sometimes happen).
    I reinstall already once adobe acrobat with the latest version. It doesn't work. By the way I have Adobe CS3 completely installed. I guest here is a problem

  • Get Junk on Screen when Opening PDF

    Safari 7 / Mavericks
    When I open a PDF in the browser window, it is just junk.
    I checked /Library/Internet Plug-Ins and there is nothting there from adobe.
    Thoughts ?

    Go to   /Library/Internet Plug-Ins (Disabled)
    If you see the Flash Player.plugin move it to the /Library/Internet Plug-Ins folder.

  • Error 404 when opening pdf files after publishing website

    Hello,
    i included pdf files in a blog. They open properly when testet but after publishing approx. 50% of them do not show up and i receive the error 404 (file not found). Are there any suggestions?
    Thanks

    Great Input!!!
    Thanks!!! Due to your comment i found out why the files coulnd't be opened: The names included "Umlaute" and the German "sharp s". These letters were transformed automatically and than coulnd't match anymore. So easy and so difficult.
    have a nice weekend!
    Matthias

  • Access Denied Bug Opening PDFs from the DFS in Reader X

    Hi,
    Do you have any timelines for when a bugfix will be released for the Access Denied problems when opening PDFs from a DFS share with Protected Mode enabled? We were hoping to make use of the new sandboxing technology within the corporate environment, as recent issues with security vulnerabilities (in Adobe Reader 9, the authplay.dll issues) would be mitigated by the technology. However, as the Protected Mode does not work when opening from the DFS there is no point in moving to Adobe Reader X from 9.4.1 at the moment.
    It would be good to have a release date so that we can start taking advantage of the technology as soon as we are able to.

    There's no dates, or indications of when this will be done. Thanks for your useful assistance though.

  • Firefox crashes when opening PDF, Word and other files

    Recently, Firefox stopped being able to open PDF files within the Firefox program. It crashes whether one tries to have it open the file or just download it. The same occurs when trying to open a Word doc. It does this in safe mode too. Since I am studying for a college degree and use these features a lot, I've had to stop using Firefox. This is a problem, because my university uses Firefox for its classes and other programs aren't as compatible. I've tried EVERYTHING suggested on line, both in Firefox help pages and in user pages. Nothing works.

    Fix the [http://browser.iyogi.com/firefox/firefox-not-opening-pdf.html '''PDF not opening in Mozilla Firefox'''] issue by reinstalling Adobe Reader. You need to uninstall Adobe Reader and re-install it to get the issue fixed. It is important to uninstall all versions of Adobe Reader that you may have in your system. Also, take care of installing the latest Adobe Reader for the browser.

  • Acrobat reader XI cannot open pdfs from IE9

    My pc has IE9, windows 7.  After I installed Acrobat reader XI, I can no longer open pdfs from a secure website.  Can anyone help?

    "Internal Error Occurred" appears when .pdf is opened from Outlook 2010 email
    I am absolutely pulling out my hair over this one!!
    PC/Win 7 64bit/Adobe XI/Office 2010
    I have tried Uninstalling and re-installing
    I have tried using an adobe software removal tool
    I have tried modifying the security settings in reader
    I've tried running repair on MS Office
    If you open the .pdf from an email directly, it opens Reader with the error "Internal Error Occurred"
    If you drag and drop the .pdf onto the desktop, and then open it, it opens.
    If you open Adobe Reader FIRST, then open the .pdf from the email, it opens fine.
    ONLY when you open a .pdf from an email with Adobe Reader closed (so Outlook is asking AR to open first, and then present the .pdf) is it behaving this way.
    Hypothesis: Outlook 2010 does not like to open Adobe Reader.
    SO....tell me all of you brilliant geniuses? How do I solve this puzzle and become an end user's hero?

Maybe you are looking for

  • Com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.NullPointerException in sap pi

    Hi all, I am working on SAP PI 7.3.1 SP09. Currently we have interfaces which uses 50200 port. I have created a http destination from nwa pointing to https://....url. So all of a sudden all the interfaces went to error state. After debugging i found

  • Iphoto book picture resolution

    I am making an Iphoto book and am importing pictures from old libraries. The resolution on the pictures go as low as 500 kb. I am putting 4 pictures to a page, so the pictures are not large. Will that resolution be okay? The pictures appear to be fin

  • CProjects 4.0 - Percent Complete field in Evaluations

    Gurus, I am looking for the attribute which corresponds to the task's 'Percent Complete' field. I intend creating an Evaluation Layout with 'Percent Complete' as one of the columns. Just not able to find out. Please suggest. Thanks and Regards.

  • 11i db upgrade questsions

    Hi experts, We are planning to upgrade 11.5.10 rac database from 10.1 to 10.2, a few questions posted on RAC and DB upgrade blog are still awaiting responses. Thought I might give a try here: 1) We need to upgrade CRS from 10.1 to 10.2 before databas

  • Iphoto on Macbook OS X 10.6.8

    I recently formated my Mcbook at the Mac store and i lost most of my application inclouding Iphoto.... which model do i need to Install it again on my Mac as i have lost the CD  that comes with it... Hardware Overview:   Model Name:          MacBook