PDF document opening blank with just a frame.

I have a computer when it opens up a PDF file that is created by a certain user I get a blank document with a frame. If I open the same PDF on another computer it opens fine. I can open other PDF files on this computer with no problems just when I try to open PDFs from this one user. Is there a way to set Acrobat Reader back to its default settings to see if that will help.
Things that I have tried.
- Uninstall and reinstall Acrobat Reader
- Running version 9.3.3
- Running Windows XP SP3
- Tried a new user profile on the computer
Thanks
Matt

Hi usatravel,
I'm having the same exact trouble with opening a pdf file.  I'm able to view it from another computer and I can view other PDF files from my computer but when it comes to opening certain docs in the company database, I'm not able to view, I get just gray screen.  I'm sure it has something to do with the settings.  My technical support team is baffled and he can't seem to find the trouble.  He's uninstalled the program and re-installed it, but to no avail the same problem.  If anybody out there is familar with the problem, please help!

Similar Messages

  • I hate this, now all pdf documents open with Adobe reader x

    Until recently all pdf documents opened nicely with Adobe Acrobat which was installed with the creative suite CS5. Recently I had to update the Acrobat plugin for Firefox and I don't know what exactly was installed but somehow I ended up with Adobe Reader x on my computer and now when I open pdf documents from my hard drive they all open with an Adobe reader which I hate. How that reader managed to install and change my experience without me noticing? Now I have to change file associations. Do I need this reader and what is it for when I have a full version of Acrobat?
    I will greatly appreciate your help.

    Unfortunately, once Reader is installed, uninstalling it will require you to repair your Acrobat installation. You should be able to right click on a PDF and select Open With and set Acrobat as the default. Also, be sure that Reader is not part of the startup of Windows (you can use Start>Run>msconfig to check that) and also open current tasks (ctrl-alt-del) and be sure AcroRd32 or similar file is not running in the background. Be aware that AcroTray is part of Acrobat and is needed for PDF creation.

  • PDF document opened with Preview does not show french accents

    Hi everybody,
    I've got some issues with PDF documents opened with Preview.
    They show a blank space for all the accented vowels.
    If I open the same document with Safari, it's the same. But with Chrome, it works perfectly.
    I assume there's a problem with fonts, but, nothing wrong with fontbook (checked duplicates for instance).
    Last information : it looks ok within chrome on my Imac, but the issue comes back when I try to print from chrome app...the accents are gone on the sheet.
    Any idea ? I don't want to install Adobe reader...
    Thanks for your help !
    http://www.art-shots.net/

    I don't want to install Adobe reader...
    Why not?  It can handle some pdf's that Preview can't.  At least it's worth a try.
    In case you change you mind get it from here.

  • PDF documents opens with black background.

    Problem with black background in PDF documents opened from Safari. The documents are not readable.

    Thank you, problem solved.
    Søren Boensvang
    e-mail: [removed]
    Den 01/07/2013 kl. 16.40 skrev C F McBlob <[email protected]>:
    Re: PDF documents opens with black background.
    created by C F McBlob in Adobe Reader - View the full discussion
    Quit Safari.
    Go to   /Library/Internet Plug-Ins
    Move the Adobe PDF Browser plugin  (or just PDF Browser plugin) to the Trash.
    Relaunch Safari. Try a PDF file.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5466423#5466423
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Re: PDF documents opens with black background.
    To unsubscribe from this thread, please visit the message page at Re: PDF documents opens with black background.. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Adobe Reader by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • IWeb • How Do I Make Links in an Embedded PDF Document Open in New Page?

    On this page http://ostyn-newman.com/Gov_Downloads.html I have a PDF document that is embedded.  I tried an IFrame, but everything seemed to work better for me with the "Embed" code.  I am open to changing this if it would be better.  Here's my problem.  I can get the PDF document to display fine, but when I click on the links in the PDF document, the destination page opens in the embedded window.  I want the links to open the destination in a new window.
    I created the part of the document with most of the links (Pages 8.5 - 56) in Numbers and cut and pasted the table into a Pages document to create the completed document on our site.  I exported the docuemnt from Pages as a PDF file which is what you see.  There is also a link to download the file on the same page which works just fine.
    I have tried to insert the target="_blank" code but have not been able to get it to open the destination pages in a new window.  I am inserting the code by using the Insert/Widget/HTML Snippet Feature in IWeb.  Here is the code I am using.
    <embed src=
    "http://ostyn-newman.com/Media/GS27F0026XTextfile.pdf"
    style="width:850px; height:1000px;
    border-width:0px;
    border-color:#FFCC66;
    border-style:solid;"
    scrolling="auto" >
    </embed>
    I am not a coder and have just used Google to find the code to cut and paste and have played around with it to get to the place I am.  If anybody can tweak the code I have or offer some totally new code for me to insert that will get this to work would be greatly appreciated.
    Please keep in mind that most of the people who visit and use this page are government employees and are almost exclusivey using Explorer. 

    Thank you Jeff,
    I tried your original suggestion and now my inserted html widget reads
    <embed src=
    "http://ostyn-newman.com/Media/GS27F0026XTextfile.pdf"
    style="width:850px; height:1000px;
    border-width:0px;
    border-color:#FFCC66;
    border-style:solid;"
    scrolling="auto" target="_blank">
    </embed>
    It is live on my site.  You can see that the embedded document still opens the destination links in the embedded window.
    As for your other two suggestions, thank you as well.  I am aware of those techniques and did not use them because that is not how I want the other PDF links on the page to behave.  The catalog and autocad blocks downloads in the box at the top should simply download (or behave however the client's browser is configured to handle downloaded PDF documents or zip files.)  I don't intend to force those to open a new window.  I could also have our client click on a link to the PDF document and open it in a new page (like in your second suggestion) but I was hoping to embed the PDF and have it automatically viewable on our Download • Terms • Prices Page with all of the PDF search functions intact as well as the links be active.  My only complaint at this point is that the links in the embedded PDF document open the destination page in the embed window instead of a new window.  I only want to force a new window because the destination window doesn't behave properly when it opens in my embed window and it is difficult to figure out how to go back to the my PDF document when a destination window gets opened in the embed window.  The code you sent didn't do the trick.  Or maybe I didn't get it exactly right.  That is why I included it above.  Thanks for trying though.  I appreciate the effort.
    I would be willing to bypass the imbed/iFrame route altogether if I could just somehow drop the Pages document into the IWeb page and retain the search and link features, but I've not been able to figure out how to do that.  When I was exploring how to directly drop a Pages document into an IWeb page is when I stumbled on the method of embedding a PDF document into an IWeb page to retain the important search and link features.

  • I have a problem with two PDF's when trying to open them through a link on a web page. The two PDF's open fine with Adobe on my own PC and on the server I have copied it to but when they are opened through a link on a web page (pointing to the server wher

    I have a problem with two PDF's when trying to open them through a link on a web page. The two PDF's open fine with Adobe on my own PC and on the server I have copied it to but when they are opened through a link on a web page (pointing to the server where the PDFs open fine) I get an error 'There was an error processing a page. Invalid function resource' The other one just doesn't open at all. Can anyone help with this please?

    Hello,
    Are the pdf linked correctly in the website? Is this a public website? If yes, please post the link here.
    ~Deepak

  • How do I merge multiple pdf documents into 1 with my iPad ?

    How do I merge multiple pdf documents into 1 with my iPad ? We are required by our customer 1 document that includes 4 different documents from different departments. Currently with our PC we can merge PDF files, excel or word files in to 1 PDF document. How can I do the same with our iPads and iPad minis using adobe?

    blogs.adobe.com We are excited to announce that Adobe CreatePDF application is now available on iOS. With this, Adobe brings rich, high-fidelity and Acrobat-like PDF creation to the iOS devices. You can now convert all your documents on iPad, iPhone & iPod touch devices to PDF for reliable, secure sharing and viewing across PCs, tablets & Smartphones.
    Robert Monsalve
    [signature removed by host]

  • PDF documents open as a blank page.

    I have downloaded Adobe Acrobat X onto my new computer running Windows 7 but cannot open documents like pdf online credit card statements online.  All I get is a blank page.  Also, I cannot download a pdf from an email as a pdf.  The option I get to "save as" is "all files".  I am able to open pdf documents that I have transfered to the computer on a thumb drive.  I am able to save documents as PDF in Word.
    Thank you for your help!!!!

    Have you tried to download the files (typically right click on the link) and open them in Acrobat that way, rather than the plugin to the browser. There may also be an issue with the browser. You did not mention the browser you are using, but might try FireFox or such (assuming you are currently using IE).

  • Will only give print option of "current frame" for a six page PDF document opened from link in Safari.

    I'm new to Mac having just moved from a PC.  The TD Ameritrade site provides statements as PDF documents which are opened by clicking on a link.  The document is displayed in a pop-up window and there is no problem viewing all pages by scrolling.  But there is no PDF toolbar and Safari will only allow me the option of printing the "current frame", not the entire document or several pages.  What am I missing?  Does the Mac not actually bring it up as a PDF? 

    Hold down the OPTION key and click on the link. That will cause the document to download to wherever you set DLs to go. Then, open it in Preview and print everything.
    Since you're a newcomer to the Mac, see these:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    Mac 101: Mac Essentials,
    Mac OS X keyboard shortcuts,
    Anatomy of a Mac,
    MacTips,
    Switching to Mac Superguide, and
    Switching to the Mac: The Missing Manual,
    Snow Leopard Edition.&
    Additionally, *Texas Mac Man* recommends:
    Quick Assist,
    Welcome to the Switch To A Mac Guides,
    Take Control E-books, and
    A guide for switching to a Mac.

  • Sometimes firefox opens a blank page, just a frame and nothing else

    This is on a brand new laptop, I just installed firefox 25, I have not installed any add-ins yet
    nor have I installed any software except windows updates, and just activated the Symantec trial. (this issue happens on my old system as well which has AVG Antivirus 2013) I had 2 firefox instances open, one with 3 tabs open, one with 2 tabs open, I then started a 3rd instance of firefox which remains blank. I have not changed any default configuration yet but did install the flash plugin when requested at a website, I actually downloaded the plugin independently but did not feel like closing the browser do it installed off the prompt on the website.
    The tabs are boston globe epaper, aol weather, a yahoo video new item I watched, in the 2nd instance, news.msn.com and the add-ons manager. Other then this my only activity was viewing some pictures on google images and Reading some news stories on msn. This is Windows 7 pro 64 bit on a thinkpad w530. My old system was a Toshiba portege with windows 7 pro 32 bit. The above is literally all I have done on this laptop as I started using it this morning, applied the windows updates last night. I was hoping to get away from this behavior on a new laptop as I have been plagued by this issue on my old laptop but never bothered to report it as the old laptop had many years usage.
    The blank instance does not respond to a right-click and says mozilla firefox start page in the upper left corner border. I have not changed the default start page, In task manager, it shows as Mozilla Firefox start page. I just tried another instance and it opened correctly which is behavior similar to my old system, the blank page is intermittent and typically won't occur twice in a row. Processes tab shows 390meg memory use by firefox, 9.5 k by plugin container, 7meg and 67meg by flash plugins.
    Silverlight 4 and adobe acrobat 10 where already installed on this system and I see they need plugin updates, I will update these but it did not seem to matter on my old system

    Well since you asked, On my old system which I am still using, I experience
    the blank frame on a regular basis but usually only when I have about 20 or more instances open with more then 850 meg of memory in use by firefox 25.0.1, also it tends to crash when I approach a gig in memory usage. I never complained about that since that system is an older dual core that was in place upgraded from vista to win7 pro so it is a special case that may not be good for evaluation. I plan to move to the Lenovo as soon as I am confident it is stable then I will rack it out with similar usage
    and report any meaningful information.
    Thanks for asking.

  • Whenever I have a pdf document open, and then switch to another tab to view another webpage, the scrolling function on the touchpad will not work. This seems to be a glitch with Mozilla, according to Dell. How do I fix this?

    When I open a pdf document (like an E-version of a newspaper) in Mozilla and then switch to another tab to view another webpage, I am unable to use the scrolling function on the touchpad. I have to use the up and down arrows to get other pages to scroll. When I close that pdf document, everything works fine. I talked with customer support with Dell, and he said it was probably a glitch with Mozilla. So I tried to do the same thing on IE, and there was no problem scrolling with the touchpad while a pdf document was open on another tab. I would like to get a fix for this so I don't have to keep closing open pdf documents in order to scroll with the touchpad while on other tabs. Thank you

    Hi elliezzz,
    If you are having issues with your iPhone not being recognized by iTunes, you may find the following article helpful:
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/ts1591
    Regards,
    - Brenden

  • PDF document opens as blank on Gmail on IOS7.1.2

    I have been sent an email with PDF attachment (tradesman's quote). If I open with Gmail on Ipad on IOS7.1.2, the PDF form is blank ie there is no data in the fields, but all the text of the form used for the PDF is there.  If I open on Gmail on Windows 7, it is fine. If I open with IOS mail app, it is blank. If I open in Ibooks it is also blank.
    Anyone any ideas why this is and how to fix?

    Download the free Adobe Reader app in the App Store, and open the PDF files in there. It can show form fields on the iPad. The mail app and iBooks do not have the capability to do that. iBooks is a poor pdf app IMO. Adobe wrote the book on pdf files, and their iPad app has a ton of useful features. Download it and take advantage of its features.

  • How to make a PDF document open with bookmarks showing

    I have created a big PDF document that I will be making available to multiple users via Dropbox.  How do I (can I) make the document open with the bookmarks showing?
    Using Acrobat 10.1.10
    Thanks, Dan

    Go to File - Properties - Initial View and under Navigation Tab select "Bookmarks Panel and Page".

  • VBA to save an Excelfile as pdfdocument with a pdf document open password

    I use VBA and Adobe Acrobat PDFMaker to save Excel-files as pdfs.
    The code I use works perfectly (see below). Which VBA-command is
    necessary to add a Document Open Password to the pdf to open the pdf-file?
    thank you in advance and
    best regards
    gauss
    Sub xls_to_pdf()
    Dim member As Variant
    pdfZähler = 0
      dieseDatei = ThisWorkbook.Path & "\" & Left(ThisWorkbook.Name, Len(ThisWorkbook.Name) - 4)
      drucker = "Adobe PDF"
      Sheets("Frontpage").Select: drucken_mergen
      Sheets("Final").Select
      For Each member In Range("regionen")
        Range("A1").Value = member
        Application.Calculate
        drucken_mergen
      Next member
    End Sub
    Sub drucken_mergen()
    'drucken
    Dim AdobeDistiller As ACRODISTXLib.PdfDistiller
    Set AdobeDistiller = New ACRODISTXLib.PdfDistiller
      If pdfZähler = 0 Then
        file(0) = dieseDatei
        Else
        file(pdfZähler) = dieseDatei & Format(pdfZähler, "0000")
      End If
      ActiveSheet.PrintOut copies:=1, preview:=False, _
        ActivePrinter:=drucker, printtofile:=True, printtofile:=True, _
        prtofilename:=file(pdfZähler) & ".ps"
      AdobeDistiller.FileToPDF file(pdfZähler) & ".ps", file(pdfZähler) & ".pdf", ""
      Kill file(pdfZähler) & ".log"
      Kill file(pdfZähler) & ".ps"
    'mergen
    Dim pdfZiel As AcroPDDoc
    Dim pdfQuelle As AcroPDDoc
    Set pdfZiel = CreateObject("AcroExch.PDDoc")
    Set pdfQuelle = CreateObject("AcroExch.PDDoc")
    If pdfZähler = 0 Then
      pdfZiel.Open (file(pdfZähler) & ".pdf")
      Else
      pdfZiel.Open (file(0) & ".pdf")
      pdfQuelle.Open (file(pdfZähler) & ".pdf")
      pdfZiel.InsertPages pdfZiel.GetNumPages - 1, _
        pdfQuelle, 0, pdfQuelle.GetNumPages, True
      pdfQuelle.Close
      pdfZiel.Save 1, file(0) & ".pdf"
      Kill file(pdfZähler) & ".pdf"
    End If
    pdfZähler = pdfZähler + 1
    End Sub

    Dear Irosenth
    thank you for your answer!

  • My PDF documents open with color stripes and shifted text making them unreadable.  Help?

    It took me a day or two to figure out the problem was with any device running iOS 7.1.  Went back to my iPad mini with 6.xx and there was no problem.  In my business environment, this is causing a real nightmare.  We have 8 of us using iPhone 5s and everyone has updated to 7.1.  We also have a mixture of 4 iPad Air and 4 iPad 2s and all but one have updated to 7.1.  The documents look creative with various color bars running throughout but they can't be read.  This is areal problem as we are dealing with sensitive documents charging people with crimes.  Tough enough to be a defense lawyer but this really creates a problem for us.

    continuing...  How to transfer pdf files between ipad ios 6 and ipad ios 7.
    On ios 6, ensure that goodreader can view the pdf file.
    Try good reader to view the PDF files.
    https://itunes.apple.com/us/app/goodreader-for-ipad/id363448914?mt=8
    How to transfer the files?
    -- Transfer ipad to ipad. ( apples airdrop isn't available on ios 6.0 )
    "Feem uses  WiFi and a little bit of magic to provide the easiest way for you to share your files between your iPhone, Android, Windows, iPad, Mac or Linux devices"
    https://itunes.apple.com/us/app/feem-wifi-file-transfer-free/id596378699?mt=8
    -- You can get a gmail account and email from 6 to 7.
    -- Use one of these file sharing apps:
    A simple and popular way to copy files and share files among your devices.  Dropbox will be your best bet if secure enough.
    https://www.dropbox.com/
    "Box lets you store all of your content online, so you can access, manage and share it from anywhere. Integrate Box with Google Apps and Salesforce and access Box on mobile devices" Rated the most secure cloud storage by SkyHigh Networks.
    https://www.box.com/

Maybe you are looking for