Adobe acrobat tool bar, windows and icons are very big after latest update

im having a problem with the latest update of acrobat pro, the tool bar, windows and icons are very big after latest update. how to re size it???
https://www.dropbox.com/sh/pbd33n1q2wirpq3/AABHjSRXo-crpYGVLaOrB2FVa

Please check the doc : Hi DPI, Retina display support | Acrobat, Reader

Similar Messages

  • I have adobe acrobat pro for windows and it is freezing up when I try to convert a word file to pdf... I have tried to get this done six ways from Sunday but it is just not working... help!  Chris.

    I have adobe acrobat pro for windows and it is freezing up when I try to convert a word file to pdf... I have tried to get this done six ways from Sunday but it is just not working... help!  Chris.

    It would be helpful to know what version of Acrobat, WORD, and operating system.
    Without that info, I would suggest at this point to open your WORD file and then go to the print menu and print to file using the Adobe PDF printer. Open the created file in Distiller and see if you get a PDF. If so, check to see if AcroTray is running in the background.
    You say you tried many ways. It would help to know what you tried and what worked or did not work, and at what point the failure occurs.

  • Windows and icons are black, menu items are not showing correctly

    Hello!
    Well just doing my normal routine today browsing the Internet, watching videos on vlc, my computer suddenly started to glitch. Icons were disappearing, Safari turned black.
    So i did a restart but the problem is still there. I cant even choose the user properly because the avatars are not there it's just all dark gray. Remembering where my user avatar is, i do a click and type in my password and I do and able to get in to my system but all windows menu items and icons are black.
    Basically what I'm saying is the system seems to be working fine except for that I can't see the icons and windows properly displayed.
    I've already tried to reinstall of Mavericks hoping that it's a software thing. You guys think it's a problem with the graphic processor?
    Any help or suggestions will be appreciated thank you.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It changes nothing, and therefore will not, in itself, solve your problem.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as certain other aspects of the configuration that may have a bearing on the problem. Don’t be alarmed by the apparent complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode, if possible. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so. 
    Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable text output, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
    The commands will line-wrap or scroll in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    { echo "Loaded kernel extensions:"; kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'; echo $'\n'"Loaded user agents:"; launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'; echo $'\n'"Inserted libraries:"; launchctl getenv DYLD_INSERT_LIBRARIES; echo $'\n'"User cron tasks:"; crontab -l; echo $'\n'"System launchd configuration:"; cat /e*/lau*; echo $'\n'"User launchd configuration:"; cat .lau*; echo $'\n'"Login items:"; osascript -e 'tell application "System Events" to get name of login items' | sed $'s/, /\\\n/g'; echo $'\n'"Safari extensions:"; /usr/libexec/PlistBuddy -c Print L*/Saf*/*/E*.plist | awk -F'= ' '/Bundl/{print $2}' | sed 's/\..*$//;s/-[1-9]$//'; printf "\nRestricted user files: %s\n" $(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); echo $'\n'"Extrinsic loadable bundles:"; cd; find -L /S*/L*/E* {,/}L*/{Ad,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do /usr/libexec/PlistBuddy -c 'Print :CFBundleIdentifier' "$d/Info.plist" | egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|print|SoftRAID" && echo ${d%/Contents}; done; echo $'\n'"Unsigned shared libraries:"; find /u*/{,*/}lib -type f -exec sh -c 'file -b $1 | grep -qw shared && ! codesign -v $1' {} {} \; -print; echo; ls -A {,/}L*/{La,Priv,Sta}* L*/Fonts; } 2> /dev/null | open -ef
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A TextEdit window will open with the output. Post the contents of the TextEdit window (not the Terminal window) — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
    { echo "Loaded system agents:"; sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo $'\n'"Login hook:"; sudo defaults read com.apple.loginwindow LoginHook; echo $'\n'"Root cron tasks:"; sudo crontab -l; echo $'\n'"Log check:"; syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail | awk '/:/{$4=""; print}'; } 2> /dev/null | open -ef
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    You can then quit Terminal.
    To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
    Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
    Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
    Remember, Steps 1 and 2 are all copy-and-paste — no typing, except your password. Also remember to post the output as text, not as a screenshot.
    Please post the contents of the TextEdit window, not the Terminal window.

  • My Camera icons are upside down after the update anyone else getting this ??

    MY camera icons are upside down since the update HELP!!!!

    Do one by one and test.
    Restart / Reset
    http://support.apple.com/kb/HT1430

  • Reinstall Adobe Acrobat tool bar in Chrome

    I used chrome everyday to surf online. Last week, Adobe Acrobat XI failed to convert some webpages into pdf document, I therefore remove the extension. Could some person advise me how to reinstall the tool bar again so as to bring back the functions such as 'convert web pages into pdf' and 'convert web page and add to pdf file'?

    Hi wansang,
    Please check the Doc : http://blogs.adobe.com/acrolaw/2011/12/get-reader-or-acrobat-to-work-in-chrome-compact-pdf -output-from-chrome/http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html
    Regards,
    Rave

  • Adobe acrobat won't start and icon missing

    When I try to start acrobat it opens and then closes. I don't even get a chance to open a file.
    I have tried to delete it but it won't. It says its uninstalling but never finishes. (Waited 30min with no change) restarted my Playbook and it still doesn't work.
    At some point I lost my adobe acrobat icon, its has a space on my screen with the name but no icon.
    Any ideas how to get acrobat working again?
    Right now I'm thinking a security wipe is the only way.(And I don't want to do that)
    Thanks
    Solved!
    Go to Solution.

    hmmm, sorry I couldn't be of more help. Maybe try settings permissions to denied then try to delete. If that doesn't work then you might have to do a factory reset.. I am in the same boat, my video and games and freezing and am left with little choice but to try a total reset... I will let you know how it goes...

  • Fly out tool menus are not working after latest update-help?!

    Attempting to click/hold click is not expanding the tool fly out menus in Illustrator after the latest update. I did discover that alt + left click will rotate tools, but I would still like to be able to access the fly out menus. Any help would be appreciated!

    ''tenderprey [[#answer-668426|said]]''
    <blockquote>
    So, it sounds like there's a compatibility problem. I didn't realize that Firefox accesses Silverlight in a whole different way. Do you think Firefox needs to be updated/patched to be able to work with the Silverlight plugin again, or does the plugin need to be updated to be compatible with the latest version of Firefox?
    </blockquote>
    First of all, I´m not a IT guy...just a fan of "firefox".
    Regarding your question, since this issue started with the 34.0.5
    version of "firefox" it´s my opinion that it´s "firefox" the one that
    should be updated/patched to work again with "netflix".
    to fix such issue.

  • Windows 7, firefox 8.0.1 after latest update only first user to start firefox can download web pages, other user download fails, reverse sequence of startup and second user now fails.

    disabled addons did not help

    Hi for the crashes that are continuing, we're sorry to hear that Firefox is crashing. In order to assist you better, please follow the steps below to provide us crash IDs to help us learn more about your crash.
    #Enter ''about:crashes'' in the Firefox address bar and press Enter. A Submitted Crash Reports list will appear, similar to the one shown below.
    #Copy the '''5''' most recent Report IDs that start with '''bp-''' and then go back to your forum question and paste that into the "Post a Reply" box. (Please don't take a screenshot of your crashes, just copy and paste the ID's. The below image is just an example of what your Firefox screen should look like)
    [[Image:aboutcrashesFx29|width=520]]
    <br><br>
    Thank you for your help!
    More information and further troubleshooting steps can be found in the [[Firefox crashes - Troubleshoot, prevent and get help fixing crashes]] article.

  • Satellite A100 - Windows and BIOS doesn't start after BIOS update

    Hello, I have updatet BIOS of my notebook sattelite A100.
    After updating I cannot start my notebook and BIOS doesn't start.

    Hey guys... I tried to update my girlfriend's BIOS on a A100 just now (the windows installer) and the procedure stoped in the middle because windows crashed while doing. Now the laptop won't start at all (obviously). I have a black screen when turning it on. No boot sounds or anything. I've already removed the AC power source and battery in case that works. I guess removing the BIOS battery won't help either since the flashing was wrong... In case that doesn't work, is there any chance i could find a BIOS from ebay or somewhere else?
    Thx in advance, Jimmy..
    PS. My gf is going to shoot my brains out :P

  • Tool bar fonts & navigation menus are way too small. Ctrl + isn't permanent.

    My screen is about 50cm. Mozilla's 3.6 navigation, toolbar and bookmark font is 9 point or less and it is very hard to read it. With such a big screen I need 10+ fonts. Crtl + ++ refers to one page at a time. I need the larger font all the time on the above mentioned places and including the drop down menu items. It is a struggle to see my customized bookmarks tool bar words and icons. They are too minimized. Fonts on web sites are not much of a problem. Writers there know their readers, and customers.

    * Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/162063/
    You can use one of these extensions to adjust the default font size and page zoom on web pages:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • Adobe Acrobat XI Pro (windows)

    I just downloaded Adobe Acrobat XI Pro (Windows) and it states I have a valid serial number but not a valid product.  There is no option for Acrobat XI Pro (Windows).

    You have bought an upgrade when you needed a full version. Contact sales support by phone, web chat or web form.
    Mylenium

  • I am on a Windows 7 OS attempting to reduce pdf size with my Adobe Acrobat Standard XI & Pro.  The application keeps timing out and  at the Subsetting embedded fonts portion and the application gives "Adobe Acrobat has stopped working" and then closes.  T

    I am on a Windows 7 OS attempting to reduce pdf size with my Adobe Acrobat Standard XI & Pro.  The application keeps timing out and  at the Subsetting embedded fonts portion and the application gives "Adobe Acrobat has stopped working" and then closes.  The document is 275 pages.  Is there something I can do to stop this?

    Hi Ricci,
    Since when are you facing this issue? Did you tried system restore to a date before this problem occured.
    Does acrobat stop working when you open this specific pdf file or with any pdf file that you open?
    Regards,
    Rahul

  • How do I change the size of the words on the banner and tool bars?  The words are so large that I cannot access all the options.

    How do I change the size of the words on the banner and tool bars?  The words are so large that I cannot access all the options.

    Hi ewhuntley,
    It sounds like you may be running Acrobat 11.0.07, is that correct? If so, please choose Edit > Preferences > General. In the entry Scale for Screen Resolution, choose 100%. Save your changes, and restart Acrobat. Did that do the trick?
    Best,
    Sara

  • I cannot seem to edit PDF files on Adobe Acrobat as it says the files are protected and I need to enter a Permissions Password?

    I cannot seem to edit PDF files on Adobe Acrobat as it says the files are protected and I need to enter a Permissions Password?

    If the files have a permissions password, you need to know it, and remove security, before you can edit the files. That is correct.

  • Adobe Acrobat Prof. 8 and Adobe Reader Version 11 under Windows 8.1 x64

    Good Afternoon,
    my company plan migration from Windows XP to Windows 8.1 x64. For this reason shall I find out, which Software run under Windows 8.1 x64. From Adobe Products we need to know, if  Adobe Acrobat Prof. 8 and Adobe Reader Version 11 run under Windows 8.1. 
    If the Software named above run not under Windows 8.1 x64, could you write me please, which version we need und how much it is. Thank you very much.
    Best Regards

    If you have Acrobat, there is no need for Reader. Acrobat 8 is not certified for use on Win8.1, only Acrobat XI. You can get the current cost from the Adobe Store at Adobe.com. The cost is a per computer license. If you have a lot of computer, you might be able to negotiate with Adobe on a volume order or site license (for so many licenses) -- you would have to call Adobe on that.
    AA 8 can be made to work in some cases, but I would not recommend it in a business environment. It is not worth risking some hickup with software that is marginally compatible when you have some deadline or such.

Maybe you are looking for

  • Using isight in windows on intel mac

    hi everybody, just wondering if i buy a macbook or macbook pro and open windows on it, can i use the isight built-in camera to video chat with someone using a pc on skype?? thanks (hope this question isn't too confusing!)

  • NWSnps for solaris 10 on V20z ?

    Is there a NWSnps package (V20z AMD 64 bit ) for Solaris 10 or should I just use the Solaris 9 one? More info on NWSnps can be found at: http://sunportal.sunmanagers.org/pipermail/summaries/2005-February/006173.html

  • Ipod song artist sync problem

    In Itunes, I have all my songs, labeled by Artist, when I click the browse, eye, icon, I can browse those artists. When I sync my ipod and navigate to artists, it often shows a fraction of the songs that are actually by the artist. Yet I can get to t

  • Scheduling in SOAP Adapter

    Hi, We have a requirement where we need to pick data from a Web Service Source on a weekly basis through SOAP Adapter in XI. So, is there any means of scheduling the SOAP adapter to pick data weekly or should the Web service be programmed to run on w

  • Green flashing Facetime screen on Macbook Pro Retina.

    Long story: Purchased my Macbook Pro Retina in July 2012. No problems until 8 months later. At that time the computer would freeze and I would get the beach ball and have to re-start. I took it in for repairs, they replaced the logic board and reinst