Acrobat 8 view problem

I have a index page that I have set to go into full screen mode with fit width.
The index is a link to separate documents, which when opened I want to display at either 100% or fit width.
The document properties of all the documents linked to the index page are set at 100%, but when I click through they are appearing as full page.
How can I stop these documents for opening in full page?
Cheers
Tim

This was happening with various PDF's, I don't know how some were produced. I made a 1 page document from Word, and created a PDF out of it, I had the same results. I did find out that using a different account on the same PC, Acrobat would behave normally. I still don't know exactly what caused it, but I have re-created the profile to get around it.

Similar Messages

  • Problem: Blättern im Acrobat Viewer für Java

    Hallo,
    ich benutze den Pdf-Viewer mit der Java-Version 1.3.1 . Mein Problem ist, dass ich beim Seitenwechsel über eigene JButton's [fac.viewer.execMenuItem(ViewerCommand.NextPage_K)] immer eine ClassCastException erhalte, obwohl das Blättern über die mitgelieferte Menüleiste funktioniert.
    java.lang.ClassCastException: com.adobe.acrobat.BeanClientTransactionExecutionContext
    at com.adobe.acrobat.gui.PVNavigationVerb.invoke(PVNavigation.java:257)
    at com.adobe.acrobat.gui.CommandRegistry.executeCommand(CommandRegistry.java:77)
    at com.adobe.acrobat.Viewer.execMenuItem(Viewer.java:754)
    at fsdb.AdobePanel.cmdNext_actionPerformed(AdobePanel.java:322)
    at fsdb.AdobePanel$2.actionPerformed(AdobePanel.java:439)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
    at java.awt.Component.processMouseEvent(Component.java:3715)
    Würde mich freuen wenn Ihr mir weiterhelfen könnt.
    Danke Björn

    Hallo Björn,
    habe auch das Anliegen PDF-Dateien im Applet oder JavaApp anzuzeigen.
    Vielleicht gibst Du mir ein paar Tips. Kann Dir bei Deinem Problem leider noch nicht helfen.
    -Woher hast Du die Klassen (JAR-File) von Adobe und wie aktuell sind diese?
    -Gibt es vielleicht direkt Beans für Java?
    -Wie sieht die Performance aus beim Aufruf von PDF-Files.
    Danke Frank

  • Automation error - No document is currently open in the Acrobat Viewer

    Hello
    We have a Visual Basic application that we use for automating tasks in Acrobat on a batch of files. This application calls a folder level javascript to perform most of the tasks and is invoked via an application menu item (to get around some of the security restrictions). This application runs fine in Acrobat 7. Recently we upgraded to Acrobat 9 and the application doesn’t work any more. The error that is being generated is
            No document is currently open in the Acrobat Viewer
    I have isolated the problem down to the piece of code that accesses the fields object of the AFormAut.App object. We use the fields object for executing the JavaScript methods. The FormsAutomation sample application that comes with version 9 of the SDK generates the same exception. I have seen references to this problem on various forums but there can’t find a definitive answer.
    avDoc = CreateObject("AcroExch.AVDoc")
    Dim file As String = System.Windows.Forms.Application.StartupPath & "\..\..\..\..\TestFiles\FormsAutomation.pdf"
    bOK = avDoc.Open(file, "Forms Automation Demo")
    'If everything was OK opening the PDF, we now instantiate the Forms
    'Automation object.
    If (bOK) Then
                formApp = CreateObject("AFormAut.App")
                acroForm = formApp.Fields
    Else
                System.Runtime.InteropServices.Marshal.ReleaseComObject(avDoc)
                avDoc = Nothing
                MsgBox("Failed to open PDF Document. Aborting...")
                End
    End If
    To get around the problem I have to display the document that is currently being processed. This doesn’t seem correct as we don’t an acrobat window open when our application is processing a batch of files. Has this method of automation been removed from Acrobat 9 deliberately or is it a bug?
    BTW I am not sure if this is the corrent forum to post this question. If there is a more appropriate forum for this query can someone point me in the right direction.
    Any help would be greatly appreciated.
    Thanks
    Paul

    Yes. I have applied all patches up to 9.3

  • Acrobat 8 Probleme mit Java-Skript (zoomType)

    Hallo,
    meine Windows-Forms Anwendung erzeugt aus mehreren einzelnen pdf-Datein ein Gesamtdokument.
    Zum Schluss wird mittels
    jso.addScript("Skript_Zoom", "this.zoomType = zoomtype.fitH")
    die Anzeige auf Fensterhöhe gesetzt. Das hat nun schon sehr lange sehr gut funktioniert, führt aber neuerdings zu einer
    Fehlermeldung ("GeneralError: Vorgang fehlgeschlagen...").
    Alle übrigen Skripte (z.B. "jso.addScript("Skript_Seitenanzeige", "this.layout = " & Chr(34) & "SinglePage" & Chr(34)")
    funktionieren nach wie vor.
    Da mein Acrobat 8 (standard, Version 8.3.1) schon länger nicht mehr supported oder aktualisiert wird stellt sich die Frage, ob der
    Fehler vielleicht an einem Java-Update liegen kann (aktuelle Version: 1.6.0_37)...
    Weiß jemand Rat?
    Danke & Gruß,
    Peter

    Пишите по русски
    Wed, 24 Oct 2012 12:24:19 -0600 от Klostein2 <[email protected]>:
    >
    >
    >
    >Acrobat 8 Probleme mit Java-Skript (zoomType) created by Klostein2 in Deutsche Foren - View the full discussion

  • Using Acrobat Viewer as Bean

    Hi everybody,
    does anybody used Acrobat Viewer as bean in a Java app? There are some problems, I couldn't solve. It would be great if any body could give me some hints.
    I would like to open a document (works fine) and jump on a specific side (page number) of pdf document or jumping to a specific text phrase.
    It would be nice, to center a found page on screen.
    How do I configure the 'title bar buttons'.
    Any help is welcome,
    thanks
    Guenter

    You can get Acrobat Viewer at http://www.adobe.com/products/acrviewer/main.html
    Or, if that link doesn't work, then just go to www.adobe.com and search for it.
    I also have a problem with viewer (as a bean). I can view local pdf files without any problems using myViewer.setDocumentURL(), but when I put in a remote address like http://......something.pdf, it won't work. I am connected to the internet too. So, I'm confused. Anybody used this bean before and know how to solve this problem???

  • Acrobat Launch Problems

    Acrobat 9 will no longer launch.  What can I do to correct this?

    Windows 7
    I don't know of anything that changed.
    I tried to open a document I had just downloaded and nothing happened at 
    all.  Same thing when I tried to open the program itself
    I decided to restart my computer, and after I did that, it is now working 
    again.
    It has done this on several occasions before and once I had to download 
    some sort of patch or update to get it going again.
    Thank you for the reply!
    In a message dated 8/9/2012 3:38:56 A.M. Central Daylight Time, 
    [email protected] writes:
    Re:  Acrobat Launch Problems
    created  by Test Screen  Name
    (http://forums.adobe.com/people/TestScreenName)  in Creating, Editing & Exporting PDFs - View the full  discussion
    (http://forums.adobe.com/message/4609207#4609207)

  • Remote Control and Remote View Problem

    Hi,
    I work at a High School running Netware 6.0 SP5 and Zen works 4.01 ir7.
    Remote Control and Remote View works great but I noticed one problem.
    We have a logo of the school that is forced down on to the desktop when a
    user logs in through group policies. This logo works perfect for the
    desktop wall paper and loads every time a user logs in.
    When I Remote Control or Remote View a computer the users desktop wall
    paper turns from the logo being forced down through group policies to the
    desktop to a blue desktop wall paper.
    I would prefer the desktop wall paper staying the schools logo when I
    Remote Control or Remote View because if the desktop wall paper changes to
    the blue color I mentioned above when I Remote Control or Remote View the
    users computer, they will know that someone is taking over their computer
    which sometimes we dont want them knowing.
    We have Windows 98SE computer running Novell Client 3.4 and we have some
    computers running Windows XP Professional SP1 and Windows XP Professional
    SP2 both running Novell Client 4.91 SP2.
    The Remote Control and Remote View problem of the desktop wall paper
    changing on the users computer occurs on all operating systems mentioned
    above.
    Is there a solution to my above problem? When Remote Controlling and
    Remote Viewing someone's computer I don't want the desktop wall paper to
    change.
    Thanks!

    Bpilon,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Maintenance view problem "No data maintenance Authorization; Display only"

    Maintenance view problem
    <b>Question 1>>>></b>
    > I have created a table with Display/maintenance allowed and technical setting Data class - APPL0 (master data, transparent tables).
    >> Then I have created a maintenance view thought utilities->table maintenance generator where i have specified the Authorization group as &NC& (w/o auth. group)
    ->and also created a function group and specified in the maintenance screen-> I have selected maintenance type as one step-> i have given the overview screen number->and in Recording routine i have selected - no, or user ,recording routine.
    >>> Now when i go to transaction SM30  and put the table name and press on maintain button I get a information box saying "<b>No data maintenance Authorization; Display only"....</b> and it only displays the data.
    my problem is I want to enter data through maintenance view (SM30).
    <b>2nd Question >>>></b> once i create a function group for maintenance view how can i assign a transaction for this. <i>(as if i do it as we do for a module pool program it gives me error)</i>Thank you.
    kailash

    SE93.  Enter a transaction name.  Create.  In the pop up enter a title and select 'Transaction with parameters'.
    Next screen fill the following;
    Transaction 'SM30'
    Check 'Skip first screen'
    In the table control at the bottom of the screen
    Name of screen field 'VIEWNAME'
    Value <your table name>
    Name of screen field 'SHOW'
    Value 'X'
    Save.
    Job done.

  • Acrobat X problem with ClearScan in Windows 7

    Using Acrobat X (10.1.2) Standard on WIndows 7 Pro. I have been scanning documents with OCR set to 'Searchable text' for months. I like the ClearScan option better, but when I changed the scanning options to use it Windows reported 'Acrobat has stopped working' and shut it down.
    It happened on page 2 of a B&W scan at 600 dpi, and on page 5 of a greyscale at 300 dpi. The B&W problem was completely reproduceable, I only tried the greyscale once.
    I tried the B&W scan (three pages) using 'Searchable text', followed by Tools > Document processing > Optimise scanned PDF and chose ClearScan there, and it worked fine.
    I don't see any comments on this, although there are Mac comments related to ClearScan in Acrobat 9.
    Is this a known problem?
    John Inkle

    Ankit, thanks for replying.
    I have a CanoScan 4400F.
    To check it again I scanned some pages in B&W after changing the option to ClearScan using Configure Presets. After the second page had scanned and the progress windows showed “Initialising OCR” it crashed. Windows report was only that Adobe Acrobat had stopped working, no “Details” link to click. I searched around and did not find a crash log, just the information below. Windows did suggest a solution – that I get an update to Adobe Reader, however I do not have Adobe Reader installed!
    I tried a second time, and it was fine for 3 pages but crashed on the fourth. These are multi-page scans – I click “Scan more pages”.
    Using Windows 7 Pro (32-bit), fully up-to-date.
    Source
    Adobe Acrobat
    Summary
    Stopped working
    Date
    2012-03-05 20:11
    Status
    Solution available
    Description
    Faulting Application Path:              C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe
    Problem signature
    Problem Event Name:      APPCRASH
    Application Name:           Acrobat.exe
    Application Version:         10.1.2.45
    Application Timestamp:   4f02e85c
    Fault Module Name:        Acrobat.dll
    Fault Module Version:      10.1.2.45
    Fault Module Timestamp:                4f02f7ed
    Exception Code:                c0000005
    Exception Offset:              00017d40
    OS Version:        6.1.7601.2.1.0.256.48
    Locale ID:           4105
    Additional Information 1:                0a9e
    Additional Information 2:                0a9e372d3b4ad19135b953a78882e789
    Additional Information 3:                0a9e
    Additional Information 4:                0a9e372d3b4ad19135b953a78882e789
    Extra information about the problem
    Bucket ID:          2792832024

  • Adobe Content Viewer problem. Please Help me...

    Hi after updating online. Folio, I tried to update the trial version of the publication on my iPad but I get this message: "the issue isavailable for dowload, but new signing for an application version. Update the application from the App Store. "I went to the AppStore and was not any update of the Content Viewer ... I deleted the version on my iPad I downloaded again ... but without success gives me the same problem ... Please help me ... how can I do??
    thanks

    Hello Bob and thank you for responding so quickly ... Would you be kind enough to send me the link where I can download older versions of Folio Builder and Folio Producers Panel tools for InDesign 5.5. I'm looking for them but I can not find them.
    Thank you for your patience.
    Il giorno 21/gen/2012, alle ore 16:18, Bob Levine ha scritto:
    Re: Adobe Content Viewer problem. Please Help me...
    created by Bob Levine in Digital Publishing Suite - View the full discussion
    As discussed in numerous threads already, the new viewer has not been approved by Apple yet.
    If you’re a pro or enterprise customer you can create your own viewer app. If not, you’ll have to wait or roll back to the older tools.
    Bob
    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: http://forums.adobe.com/message/4155907#4155907
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4155907#4155907. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Flash Player viewing problems

    I'm having full screen video viewing problems on facebook which I hope to get resolved.When selecting a video to view on Facebook the video goes to about a 2" high strip across the bottom of the player. When this happens I have to click the full screen icon on the bottom right corner of player to view the video, so far this problem is only happening on FB. I would like to know what's causing this problem and how to get it resolved. I've got the current player version and all my Computer Software and Drivers are up to date
    My System Info
    Gateway Laptop
    Windows 7 HP w/SP1
    IE11
    Flash player current 15.0.0.233
    Norton 360

    Yes, it says it is enabled:
    Name:              
    Shockwave Flash Object
    Publisher:         
    Adobe Systems Incorporated
    Type:              
    ActiveX Control
    Version:           
    10.1.82.76
    File date:         
    Date last accessed:
    Today, March 08, 2012, 20 minutes ago
    Class ID:          
    {D27CDB6E-AE6D-11CF-96B8-444553540000}
    Use count:         
    24711
    Block count:       
    0
    File:              
    Flash11e.ocx
    Folder:            
    C:\WINDOWS\system32\Macromed\Flash

  • My illustrator CS6 is having screen viewing problems. Everything is blurry

    My illustrator CS6 is having screen viewing problems. Everything is blurry

    All files look almost as if they are in a draft mode. Doesn't matter witch file I open they all look the same. but very thing is printing out fine. Also I tried creating a test user and down loaded the trial version and it works fine.

  • Cover Flow view problems

    Hello Everyone and congratulations for the Support Forum!
    I am experiencing Cover Flow view problems since I installed iTunes 10 on my windows based laptop.
    I here enclose address of a picture to let you better understand which the problem is.
    http://img684.imageshack.us/i/itunescoverflow.jpg/
    I kindly ask you for providing a solution on the issue.
    Thanks and Regards,
    Antonio

    Hi,
    I found the solution here : http://discussions.apple.com/thread.jspa?messageID=12623727&#12623727
    I rebuilt my library...
    Enjoy :-D

  • E 63 Youtube viewing problem

    E 63 Youtube viewing problem.
    When i click on the youtube movie clips first Real Player opens for a second and then it shows
    First tries to connect.
    "Unable to connect"  after that it shows
    "Rtsp Temp" not saved. Save now? and gives a Yes and No option.
    If you press Yes , it shows saves to Galary
    If you open the Galary u will find the file is saved in Galary Stream links.
    When u try to open it, it says Define defaulat access point and stops.
    Please let me know how to solve this.
    Regards,
    Chritopher

    i had this on my phone
    try this
    go to menu > media > real player > options > settings > streaming > network > default access point
    change it to the access point u would use to connect to the internet
    u will have to keep changing this option if u plan to use different wlan connections
    if my post helped u out, please click the Star next to it to add some KUDOS to my name

  • Design View - problems, but does it matter?

    Another design view question - I've looked through other
    posts but not seen anything that's similar.
    (Firstly, can't give a URL as I'm sensibly(?) doing a site
    redesign offline...)
    I've got a page that consists of three columns - each floated
    left, each with nested divs (the nested divs are fixed width).
    In design view, everything was fine with this structure - as
    was preview in browser, and the page validates with DWCS3's
    checker. But adding content to the first of the columns (within a
    nested div) made the next two columns drop below the first in
    design view - although DWCS3 validation and previewing is still
    fine.
    Through judicious deleting etc., I've found that it was a
    floated element in a nested div within the first column, that
    caused the subsequent elements to drop below the first column.
    So my main question is - should I be worried by the design
    view problems, or is It just an inconvenience?
    (And if there's any other obvious problems I'm inviting by
    structuring the page this way, please feel free to (gently) point
    it out...!).
    Thanks, Matt.

    > So my main question is - should I be worried by the
    design view problems
    Yes. I'd say more, but I cannot see your page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "theboyfromthefens" <[email protected]>
    wrote in message
    news:fgaou7$hgv$[email protected]..
    > Another design view question - I've looked through other
    posts but not
    > seen
    > anything that's similar.
    >
    > (Firstly, can't give a URL as I'm sensibly(?) doing a
    site redesign
    > offline...)
    >
    > I've got a page that consists of three columns - each
    floated left, each
    > with
    > nested divs (the nested divs are fixed width).
    >
    > In design view, everything was fine with this structure
    - as was preview
    > in
    > browser, and the page validates with DWCS3's checker.
    But adding content
    > to
    > the first of the columns (within a nested div) made the
    next two columns
    > drop
    > below the first in design view - although DWCS3
    validation and previewing
    > is
    > still fine.
    >
    > Through judicious deleting etc., I've found that it was
    a floated element
    > in a
    > nested div within the first column, that caused the
    subsequent elements to
    > drop
    > below the first column.
    >
    > So my main question is - should I be worried by the
    design view problems,
    > or
    > is It just an inconvenience?
    >
    > (And if there's any other obvious problems I'm inviting
    by structuring the
    > page this way, please feel free to (gently) point it
    out...!).
    >
    > Thanks, Matt.
    >

  • Aperture 2 black viewer problem

    Are there still other users out there having the black viewer problem??
    I'll first describe my problem as follows:
    On one image when making the basic exposure, brightness and saturation adjustments there were no problems with the viewer. Also when adjusting with highlights and shadows again no problem. But as soon as I started making adjustments in Levels using luminance the viewer went completely black. If I unchecked the box in Levels the picture would come back, but as soon as it was checked again the dreaded black viewer. The adjustments were done in the browser/viewer mode. Too my surprise when I switched to full screen mode the full viewed image with the the adjustments was perfectly fine. But when going back to the browser/viewer the viewer was black again. One more curious note is that after leaving this image for about a half an hour and coming back to it there was no black viewer to be found. Usually I would quit Aperture to get rid of the black viewer, but in this case I did not have to.
    By the way I have an ATI Radeon X800 XT graphics card in my dual 2.0 Power Mac G5 and 4.5 Gigs Ram

    I very rarely have this problem on my old Powerbook 1.33 GHz 17". Since 2.1 I haven't encountered it. However, the simplest way to overcome it is to go into Full Screen (press F), do 1 simple adjustment (such as increase brightness by .1), go back to Window View (press F again), undo the adjustment (decrease brightness by .1) - et voilà. Takes around 20 secs on my Mac.
    For me, it's annoying but no deal-breaker.
    Cheers,
    k.

Maybe you are looking for

  • Issue with Camera in my Nokia Asha 201

    Hi Nokia Team, I am facing 2 problems with my Nokia Ahsa-201 model (software version current is v11.81) from the time I have bought it. 1. Whenever I click a photo, the screen freezes and the mobile needs to be switched off and restarted. This proble

  • How do you cancel an invoice on a finally closed PO? - URGENT

    We attempted to void and cancel a check and Oracle allowed the void, but did not allow the invoice to be cancelled. Further investigation revealed that the associated PO had been finally closed. We were unable to enter a credit in the distribution be

  • Adobe reader XI: doule sided print problem with network printer (windows 8 pro)

    Hi, I'm facing a problem with my old printer, the xerox phaser 3160n. It was connected to my notebook through network connection, and everything works well with Adobe X /Win 7 OS (including the double side print, of course) last month, I have upgrade

  • Adobe creating an app-building software program?

    Any guesses whether or not Adobe might ever create an app-building software program in the not too distand future? I've been tempted by some other 3rd party plug-ins like Kwiksher and Corona, which allow one to build a multi-page app with animations

  • Regarding creating excutable jre

    hi all, i want to know after making excutable jre, if i want to install the application some other system what are thing need to installed in that system. is jre is enough? i made it jre but the problem is want to excute in comand prompt, i want like