Adobe Reader 7.0 で inline 表示できません

Adobe Reader 6.0 から Adobe Reader 7.0 に変更したところ、IE6 (XP SP2) で下記症状が出るようになりました。
■ Adobe Reader 6.0 ( 正常 )
別窓で IE が開き、
そこに Adobe Reader 6.0 が inline で表示されていました。
■ Adobe Reader 7.0 ( 異常 )
別窓で IE が開き、
さらに Adobe Reader 7.0 が別個に立ち上がり、
そこに表示されるようになりました。
IE に inline で非常されないのです。
別窓で開く IE は真っ白な状態です。
( attachment は正常です )
下記にあるようにアンインストールと再インストールを試しましたが同様です。別の PC でも同じでした。
http://support.adobe.co.jp/faq/faq/qadoc.sv?225368+002
原因、分かる方はいらっしゃいませんか。

Thanks and guess what-- I simply had to do a RESTART! I'd tried logging-out and logging back in, but it was the Restart that did it.
I've noted your comment for future reference-- thank you very much!
Regards,
Steve
Sunday 10 September 2006 at 15:01

Similar Messages

  • PDF annotation with link, image doesn't show, only in print or Google Chrome, not Adobe Reader main

    We are creating PDF files with annotations, we are using the O2 Solutions PDF Library for C#. We used to create PDFStampAnnotations, but now we want to make the images clickable, to navigate to the URL belonging to the image.
    Therefore, we are now using PDFLinkAnnotations, with a PDFImageAppearance.
    We set the flags of the annotation to Print.
    However, the annotation won't show in the PDF in Adobe Reader. It does show in the Google Chrome inline PDF viewer.
    It also shows in the print preview window in Adobe Reader.
    But it does not show in the normal view in Adobe Reader. What we do see is, when hovering over the rectangle that should contain our image, our mouse cursor becomes a hand and a tooltip with the link is displayed. If we click, everything works as expected. But we don't see an image!
    What can we do about this? This is really annoying, as I don't have a clue why it won't work. Actually, to me, this looks like a bug in Adobe Reader?
    Old (working, without link):
    =================================================================================
    15 0 obj
    <</Contents (DEV-1)
    /M (D:20130222103743+01'00')
    /Subj (TigrisTag)
    /Subtype /Stamp
    /F 4
    /Name /Custom
    /AP <</D 16 0 R
    /N 16 0 R
    >>
    /CreationDate (D:20130222103743+01'00')
    /Rect [560.349976 10.000023 601.999977 51.650024 ]
    /NM (97c87adc-5494-440a-b0b4-eb606e358169)
    /T (name)
    /P 4 0 R
    /Type /Annot
    >>
    endobj
    16 0 obj
    <</Resources <</XObject <</ImageStamp 17 0 R
    >>
    /ProcSet [/PDF /Text /ImageB /ImageC ]
    >>
    /BBox [0 0 39.20008 39.20008 ]
    /Name /Form_4943204746964B4C8B728A4CBD79B339
    /FormType 1
    /Length 41
    /Src (XO:/Form_4943204746964B4C8B728A4CBD79B339)
    /Type /XObject
    /Subtype /Form
    /Matrix [1 0 0 1 0 0 ]
    >>
    stream
    39.2001 0 0 39.2001 0 0 cm
    /ImageStamp Do
    endstream
    endobj
    17 0 obj
    <</Width 245
    /ColorSpace [/Indexed /DeviceRGB 1 18 0 R ]
    /BitsPerComponent 1
    /Filter /FlateDecode
    /Length 471
    /Subtype /Image
    /Height 245
    >>
    stream
    (stream contents)
    =================================================================================
    New (not working, with link):
    =================================================================================
    18 0 obj
    <</Resources 4 0 R
    /Type /Page
    /Group <</CS /DeviceRGB
    /S /Transparency
    /I true
    >>
    /Annots [19 0 R ]
    /MediaBox [0 0 595 842 ]
    /Contents 23 0 R
    /Parent 3 0 R
    >>
    endobj
    19 0 obj
    <</Contents (TigrisTag)
    /A <</S /URI
    /URI (http://localhost:50830/publications/code/DEV-8)
    >>
    /M (D:20130225170939+01'00')
    /Subtype /Link
    /F 4
    /NM (6a41409d-b8fb-44b6-8a7c-ab1c73088869)
    /Name /Image
    /AP <</D 20 0 R
    /N 20 0 R
    >>
    /Rect [544.506958 9.999985 585.000015 50.493042 ]
    /BS <</W 0
    >>
    /CreationDate (D:20130225170939+01'00')
    /H /I
    /P 18 0 R
    /Type /Annot
    >>
    endobj
    20 0 obj
    <</Resources <</XObject <</ImageStamp 21 0 R
    >>
    /ProcSet [/PDF /Text /ImageB /ImageC ]
    >>
    /BBox [0 0 39.20008 39.20008 ]
    /Name /Form_119A6CEBB1C8452D962814D585C640CC
    /FormType 1
    /Length 41
    /Src (XO:/Form_119A6CEBB1C8452D962814D585C640CC)
    /Type /XObject
    /Subtype /Form
    /Matrix [1 0 0 1 0 0 ]
    >>
    stream
    39.2001 0 0 39.2001 0 0 cm
    /ImageStamp Do
    endstream
    endobj
    21 0 obj
    <</Width 245
    /ColorSpace [/Indexed /DeviceRGB 1 22 0 R ]
    /BitsPerComponent 1
    /Filter /FlateDecode
    /Length 467
    /Subtype /Image
    /Height 245
    >>
    stream
    (stream)
    endstream
    endobj
    =================================================================================

    Thank  you for your reply.
    Indeed, I tried saving a PDF that had the "default appearance", it shows exactly the same. So it looks like it "can't" show the image.
    However, of course, I do want the image to be shown. How can I achieve this? How can I tell Adobe Reader (and other PDF viewers) I really really realllyyyyy want to see that image there? I believe I'm not doing anything really exotic, right? There must have been tons of other people that wanted to do the same thing, I guess?
                        var annotation = new PDFLinkAnnotation
                                    Action = new PDFUriAction(this.GetCodeUrl(code)),
                                    Contents = AnnotationIdentifier,
                                    Appearance = new PDFImageAppearance(bitmapImage),
                                    DisplayRectangle =
                                        new DisplayRectangle(
                                        barcodeLocationInfo.X,
                                        barcodeLocationInfo.Y,
                                        barcodeLocationInfo.Tsw,
                                        barcodeLocationInfo.Tsh),
                                    Flags = Flags
                        pdfPage.Annotations.Add(annotation);

  • Adobe Reader Plugins for Safari 5 on Snow Leopard

    Our software uses Adobe Reader to open, edit, and save Pdf Forms.  Most of our customer base is on Windows but we now have some MAC users as well.  Everything works fine except using Safari 5 on Snow Leopard.  It appears as if the plug ins are not loading properly or at all when Reader 9 is installed.  When a user goes to open a PDF Form, nothing happens.
    My personal Macbook which I have at the office, is Leopard with Safari 5 and when I download Reader 9, I can see the plugins in Safari and everthing works fine.  Any suggestions?
    Thanks

    On Snow Leopard 10.6, you need to run Safari in 32 bit mode to get the Adobe Reader Plugin to load and launch properly.
    To do this,
    1) exit Safari. 
    2) in the Finder go to your Applications folder, select Safari and do File->Get Info
    3) Check 'Open in 32-bit mode' in the General pane of that dialog
    4) Relaunch Safari
    5) Under the Safari Help->Installed Plug-ins you should now see the Adobe Reader plugin support.
    I am able to get Safari to open forms inline in Reader this way.  I am not able to get the Adobe Forms with Adobe Javascript running in this mode.  Any insight on how this might be done would be helpful.  It does work in the Standalone Reader, but so far no luck enabling it in the Safari plugin.

  • Can't launch updated Adobe Reader v10.1.3 in Firefox v3.6.28 in Mac OS X 10.5.8?

    Hello.
    Is it me or does the newly updated Adobe Reader v10.1.3 does not load from Firefox v3.6.28 in Mac OS X 10.5.8? This is after I click on any PDF links on a web site. Safari had no problems though!
    Thank you in advance.

    AntD00d wrote:
    juhanaven wrote:
    AntD00d wrote:
    http://helpx.adobe.com/content/dam/help/attachments/Acrobat_Reader_Rel easeNote_10.1.3.pdf says it dropped old Firefox versions.
    It's not about that, I think, as I got the exactly same bug with Firefox 12.0 / OS X 10.7.3 after the last Adobe Reader update.
    However, the release notes are interesting, see p. 6: "If you still require a 32-bit solution, this update also supports Mozilla Firefox for Macintosh when it is opened in 32-bit mode." 
    So, it seems that the last update is pushing the inline viewer (NPAPI?) plugin to 64-bit Firefox, even that it's known that it wouldn't work. In Mozilla forums some had tried to fix this by forcing Firefox to open in 32-bit mode (via Finder -> Applications -> right-click Firefox -> Get Info -> check Open in 32-bit mode), but I'd rather see the bug itself fixed.
    Interesting. Where are you seeing this in Mozilla forums? I didn't see anyone talk about this Adobe Reader problem in Firefox newsgroups on news.mozilla.org news server even after I posted my issue.
    It's in this bug report: http://support.mozilla.org/fi/questions/925055 - confirmed already by 230 people, by the way...
    Sorry to hear that the 32-bit workaround didn't work for you. (I haven't even tested it yet myself, just disabled the plug-in altogether to get the pdf files even loaded to Preview...)

  • Adobe Reader X 10.1.3 IE9 64-bit issue

    Hi,
    We are using Windows 7 Professional Build 7601 SP1 and ie9 (9.0.8112.16421) 64-bit edition.  We have also installed Adobe Reader X 10.1.3 on this computer and set it as default application to view PDF.
    When we open a page that has inline PDF, we cannot see PDF in IE9 64 bit browser window. The 32-bit version of IE9 shows the inline PDF but 64-bit version shows red cross mark. We would like to run following statement in the HTML page to view PDF.
    <embed src="20120309.pdf" width="400px" height="400px"></embed>
    We also tried iframe but that opens PDF in new Adobe Reader X Window.
    How can we open the PDF inside the browser window in 64 version of IE9? Any help / clues will be highly appreciated.
    Thanks
    Vaibhav

    Hi Pat,
    Thanks for your reply. Is there a 64-bit vesion available for Adobe Reader X or 64-bit add-on that supports 64-bit version of IE? I checked in Adobe Reader X ver.10.1.3 release notes and it is clearly mentioned that Reader X is compatible with Window 7 64 bit version.
    If possible, can you suggest alternate ways of achieving our desired functionality?
    Thanks
    Vaibhav

  • Adobe Reader 10 Web Application Problem

    Hello,
    I am currently troubleshooting issues with Adobe Reader 10, while opening PDF files in a web application using IE, Acro32.exe opens in the background and does not open the page. Any attempt to end the process fails, if the user closes IE and attempts to reopen IE or Adobe Reader 10 application they will either freeze or start in the background and not open a window. The computer must be restarted in order to open these applications again.
    Troubleshooting steps:
    Attempted to disable all of Adobe Reader 10's protected mode setting - no change
    Attempted to disable "Display PDF in browser" - no change
    Updated Reader to 10.1.2 - no change
    Forced the frozen Acro32.exe to restart using Sysinternals Procexp and receive the following error "Faulting application acrord32.exe, version 10.1.2.45, faulting module acrord32.exe, version 10.1.2.45, fault address 0x0005640a." The application fails to stop and this error is generated by the new process spawned.
    Once the client is rolled back to version 9 the issue is resolved.
    The web application does not open inline windows in IE; it will open a new Reader window (in normal functionality).
    Any suggestions?

    If you are in Windows, you can try using this tool to remove all traces of Reader:
    http://labs.adobe.com/downloads/acrobatcleaner.html

  • When will Adobe Reader support interactive PDF elements on iOS?

    When will Adobe Reader support interactive PDF elements on iOS? I don't want to hear the line that Apple won't allow Flash. Adobe needs to get a workaround PRONTO! We need detection of simple buttons and support for Mp4 and f4v - as exported inline by inDesign when creating PDFs.

    Pat Willener, Thank you for your message. I have done what you suggest. I could have sworn I started this topic in the general Adobe Reader discussion. So I have also placed a copy back where I thought I first had it so it can be found by other Windows users who, like me, are creating PDF files because they are meant to comply with an international cross-platform standard and not simply be the domain of one platform over the other.
    *******Enhancement / FMR*********
    Brief title for your desired feature: Support for interactive PDFs
    How would you like the feature to work? When I add a transparent frame containing a  basic Adobe Media encoded mp4 or f4v video, export to interactive PDF from Adobe InDesign, I want the PDF and its interactive videos to work on iPads. See an example file here: ***EXAMPLE PROVIDED***  Click the lefthand top and bottom corners to bring up interactive video elements which should open in floating window, maximized, then have an exit button to close and continue reading the PDF. Of course, this does not function under Adobe Reader for iOS. You also need to attend to audio files embedded in the same way and allow an exit button to close the audio window so the reader can continue reading the PDF on Windows.
    Why is this feature important to you? I create eReaders for schools across the whole country and they are taking up iPads at an unprecedented rate. If Adobe do not produce a solution for interactive PDFs on iOS then I will no longer use InDesign, Acrobat, Adobe Media Encoder or Photoshop to create works in the future. You're looking at a massive education market that will leave Adobe behind if this is not acted upon very very soon. For some publishers it's already too late and they have moved to app based creation tools.

  • Close adobe reader by javascript

    Hi all,
    My web-page have a menu item, when user click the menu item, it open a pdf document in adobe reader  (because I code the menu to submit to asp page, this asp page return a pdf document inline).
    After user fill some info in the form, click submit, the form will be closed (because I put javascript to button, to close the form after submit).
    The issue is: after document close, Adobe is still there. I want Adobe application is also closed, or minimized, but I cannot.
    This is my code in submit button on pdf document:
    in mouse-up of button, I put actions:   - submit the form
                                                           - Run a JavaScript:
    this.closeDoc(true);
    app.execMenuItem("MinimizeAll");
    it doesn't work, after document closed, Adobe reader is not minimized at all.
    I changed to this
    this.closeDoc(true);
    app.execMenuItem("Exit")
                                                           But It doesn't work too?
    Any help would be very very very appreciated. Thank you so much.

    app.execMenuItem("MinimizeAll") seems to work from the console, but not
    from a button, so assuming you can't install a script on the local machine
    of the users, I would say that no, you can't do it.
    On Sat, Aug 9, 2014 at 1:31 AM, Orren Johnson <[email protected]>

  • Due to my laptop screen failing i have to return to facory settings, can i reinstall adobe reader and adobe air afterwards?

    Due to my laptop screen failing I have to return it to factory settings, can I reinstall adobe reader and air afterwards?

    I don't see why not. Do you foresee a special difficulty?

  • Delete file from adobe reader?

    hi guys..i want delete file from adobe reader after download from email. unfortunately i cant see any delete icon in my file. Any ways to delete it?

    Check out the new and FREE 'AIR Browser' File Manager in appworld. You can use it to create/rename/delete folders and sub-folders, it can also copy, cut, paste and delete files.
    Jerome
    If a post was helpful, please click the kudos star button below it.
    If a post solved the problem you raised in your thread, click on 'Accept as Solution'.

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         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 https://forums.adobe.com/message/6485431#6485431
         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:
         To unsubscribe from this thread, please visit the message page at . 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/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • How can I print just a part of the page and not the full page with Adobe Reader v 10.1.2?

    how can I print just a part of the page and not the full page with Adobe Reader v 10.1.2? I need to print a engineering print with lot of information but information is too small in letter size and I don't have a plotter.

    Two ways to print a portion of a page: zooming or using the Snapshot Tool.
    ZOOMING:
    Zoom into the area you want to print.
    Click the Print icon.
    Under "Pages to Print", make sure "Current view" is selected under "More options" (you may need to click "More options" to open it).
    If you aren't satisfied with the preview, try clicking "Fit" under the Size button.
    SNAPSHOT
    Choose Edit > Take A Snapshot.
    Drag a rectangle around the area you want to print. 
    Click the Print icon.
    Under "Pages to Print", make sure that "Selected Graphic" is selected under "More options".
    To enlarge the snapshot to fit the sheet of paper, choose "Fit" under the Size button.
    Hope this helps!

  • Email pdf to iPad - is there a way to open multiple pdfs at one time without having to hold each individually and open with adobe reader?

    I have a large number of pdf files to send to an iPad and it is taking forever to hold down each one and then choose to open with adobe reader.  Just wondering if there is a way to select all from the email to do the same action?

    Not that i know of but an alternate would be to use something like dropbox instead of mail. Their app works very well.

  • Why can't i download adobe reader  on my windows vista. Error message is invalid key

    I can not download Adobe reader. The installation begins, but then I get the message that the key is invalid. I don't know what means or how to correct it. How can I get a vaid key.

    That is a problem caused by Microsoft or one of their recent updates.  Here is the solution
    in the Windows Explorer address bar type %APPDATA%
    on the right-hand side double-click on the Microsoft folder
    now look for a folder named Crypto; delete it, or rename it to something like Crypto-old
    If you need more detailed help, tell us your Windows version.

  • When I sign in to the Adobe Reader XI (which is the only option that I have to open a pdf document, I will sign in to the Adobe ID sign-in page. After I do this, the "Convert To" box goes "gray" and I am unable to convert the document I have selected.  It

    When I sign in to the Adobe Reader XI (which is the only option that I have to open a pdf document, I will sign in to the Adobe ID sign-in page. After I do this, the "Convert To" box goes "gray" and I am unable to convert the document I have selected.  It was working great for the first week that I used it, but now it doesn't give me the converting option.  I am very frustrated as I have done nothing to change anything, and I was thinking this was so great...now I am just pulling out my hair and do not have the option of calling anyone since no phone numbers are listed. I am VERY busy and do not have time to sit and wait over a half an hour to "chat", which I tried to do yesterday.  All I want to do is very simply, convert pdfs to Word.  I have paid for this and am not getting any help. I am not very savvy when it comes to Adobe this program and Adobe that program...I feel I am being scammed as I do not get simple answers for something that appeared was going to be simple. You can't even call customer service to talk to someone live to help walk you through. 

    Hello Kathie,
    Sorry for the inconvenience that has caused to you.
    Please let me know if you have tried converting any other PDF to word with Reader.
    Alos, please sign up at "https://cloud.acrobat.com/" using your Adobe ID credentials. Click on 'ExportPDF' tab and upload the PDF that you want to convert to Word.
    Let me know if this converts fine.
    Hope to hear from you.
    regards,
    Anubha

Maybe you are looking for

  • 4.6 not showing in camera profile pulldown

    I'm running P.S. CS3 and have installed Camera Raw 4.6. "Camera Raw 4.6" shows on the top of my window when I launch images from Bridge for processing in ACR, but when I go to create new color profiles in the Camera Calibration tab, 4.6 is not listed

  • Can't login to mac app store

    logining in to mac app store it says connection failed but internet is good iTunes works fine I've been trying a lot of stuff reset computer,logy out of iTunes and profile lolg back in to app store nothing has worked so far

  • Keep alive interval

    I am running SUNWiim 7.2-26. When running the client it seems to try to reconnect after about 1 or 2 minutes. Is there a keepalive setting that can be put in the iim.conf to fix this?

  • Help Me Find My Post

    Hi All, I posted a thread here before about my issue on UTL_SMTP. It is about sending email to a user whose db userid password is about to expire and he/she needs to change it so it will not be locked. Someone posted an answer to it and also a sample

  • Sharing ethernet fieldpoint

    We need to build a redundant data acquisition system with 2 PCs, one of them would intervene whenever the other fails. The task is to acquire data from some instruments and manage light and acoustic alarm devices using relays. The question is: it's p