Newbie Question about FM 8 and Acrobat Pro 9

Hello:
I have some dcouments that I've written in FM v8.0p277. I print them to PDF so that I can have a copy to include on a CD and I also print some hard copies.
My newbie question is whether there is a way to create a  PDF for hard copy where I mainitain the colors in photos and figures but that the text that is hyperlinked doesn't appear as blue. I want to keep the links live within the soft copy. Is there something I can change within Frame or with Acrobat?
TIA,
Kimberly

Kimberly,
How comes the text is blue in the first place? I guess the cross-reference formats use some character format which makes them blue? There are many options:
Temporarily change the color definition for the color used in the cross-reference format to black.
Temporarily change the character format to not use that color.
Temporarily change the cross-reference definition to not used that character format.
Whichever method you choose, I would create a separate document with the changed format setting and import those format into your book, create the PDF and then import the same format from the official template.
- Michael

Similar Messages

  • Newbie question about C coding and SDK for iPhone app

    Hello,
    I am interested in trying to create an app. However, I have NO experience writing code I already have downloaded and installed the latest version of the SDK.
    I know I have to learn: C, Objective C, and Cocoa.
    I just picked up "C for Dummies" as a starting point. I figured the K&R might be a bit overwhelming to start with. Thing is, "C for Dummies" suggests doing some exercises in Text Edit and then using GCC to compile and test. But, then again, it has a copyright of 2004--long before Snow Leopard.
    My question is, do I really need to do the exercises in Text Edit? Can I just use Xcode for entering the code and testing it? And, any suggestions for learning C and Xcode tutorials are greatly appreciated.
    Thanks!!

    But, I really want to learn coding and not just take the easy route by using Xcode.
    The simplification of using Xcode may have been a bit exaggerated throughout this thread. You will still learn how to program full-on by using Xcode -- it's not like you're taking a shortcut or anything. Well, technically speaking, you are, but Xcode is the expected way to develop on a Mac nowadays -- it's how Apple expects you to develop and how most people are doing so. Should you choose, you can taking a deeper dive into the inner workings of compiling and whatnot by using a text editor and the Terminal, but keep in mind that the extra complexities here could complicate the more important overall goal of learning the basics of how to program. There is absolutely nothing wrong with simply using Xcode for the novice part of your programming days. In fact, it's probably the path I would recommend. Some here might suggest that it is beneficial to learn the intricacies of compiling through the Terminal and whatnot early on, and they are right -- it is beneficial, but the benefits of taking a route (at least for the time being) that allows you to focus on the more pressing issues of learning how to program without having to delve too deeply can be just as beneficial. After all, it's not like you can't go back and learn how to compile via Terminal later on -- that's what I've done (or, rather, am in the process of doing).
    I always thought Terminal was something not to mess with.
    Not so much. Like most things in programming (or life, for that matter), the Terminal is something not to mess with +if you don't know what you're doing+. Basically, it breaks down like this. The GUI that Apple has created for you in Mac OS X (by GUI I mean "graphical user interface" -- the icons and windows and buttons and so forth that you use to perform tasks on your Mac -- in other words, everything outside the Terminal) is geared toward the common user who does not need to access advance aspects of the system's functionality. Consequently, it makes common tasks much simpler to perform, but in the process it hides some of the deeper levels of the system's functionality from the user. This is a good thing, since most people wouldn't know what to do with this functionality and would create problems for themselves if they did have easy access to it. However, for some users who know more about the inner workings of the operating system, there needs to be a way for them to access this functionality, so that they can do certain things (like accessing certain files and performing certain tasks) that they would not be able to do using the Mac OS X GUI -- that's what the Terminal is for. It allows the user to operate the system on a lower level. In other words, it allows you to get closer to the operating system. This is good in a way, because it allows you to perform tasks that you wouldn't otherwise be able to perform by giving you more control over the operating system, but it is also bad in a way, because it can allow you to mess up some of the deeper aspects of your system if you don't know what you are doing. Most people leave the Terminal alone for this reason, and because they have no need of it, but if you want to be a good developer, you're going to have to work with it sooner or later.
    Now, with all that being said, it's not that easy to mess things up using the Terminal. It's not like your system's going to crash if you misspell a command. All in all, the Terminal is very forgiving, but it will do what you tell it to do, even if you tell it to kill itself, and it is for that reason that you need to know what you are telling it before you try to tell it something. If you understand what you are telling the system, than operating on a lower level and being closer to the operating system is completely safe.
    The Mac OS X operating system is based around Unix, so when you are communicating more directly with the operating system by using the Terminal, you are interacting with its Unix core. For this reason, using the Terminal goes hand in hand with understanding Unix. So, if you're going to want to use the Terminal, then I recommend you get a good book on Unix to teach you the basics of Unix commands and shell programming and whatnot. Any book on Unix will do, since more or less everything you learn will be applicable to the Mac OS X's Terminal, but there are a few that are specifically directed to Mac OS X users, and that always makes things easier. Most of these books aren't updated to cover past Tiger, but this really doesn't matter (someone correct me if I'm wrong). A few examples are O'Reilly's "Learning Unix for Mac OS X Tiger" by Dave Taylor or Peachpit Press's "Unix for Mac OS X Tiger" by Matisse Enzer. Also, the book "Unix Programming Environment" by Kernighan and Pike is an excellent book on Unix, although fairly outdated, so I would highly recommend it, although I would recommend it as a supplement to another, more recent, Mac-based Unix book and not as your primary source for learning Unix. The skills you will acquire from these books will help you later if not sooner, so I recommend giving one of them a read at some point, whether you are planning on compiling using the Terminal right now or not.
    Anyways, I hope this helped to clear some of this up for you, and please let us know if you have any further questions.

  • Newbie question about JMS topic and OSB

    So here is what I want to achieve:
    I want to "front" a JMS topic on WLS using OSB 10g. I want the users (producers and subscribers) to be access the topic via proxy services. The way I picture this is that a producer will invoke a proxy to publish a message. The subscriber will (asynchronously) invoke another proxy to pickup the message.
    Is this possible and how do I go about doing this?
    thanks
    Edited by: user10341230 on Apr 28, 2010 8:49 AM

    Hi there,
    user10341230 wrote:
    I want to "front" a JMS topic on WLS using OSB 10g. I want the users (producers and subscribers) to be access the topic via proxy services. > it's not really clear what you want to achieve here.
    you say
    user10341230 wrote:
    The way I picture this is that a producer will invoke a proxy to publish a message.you need a proxy with whatever inbound protocol you like (http, file, mail...), which through a jms business service push the message to the Topic.
    you say
    user10341230 wrote:
    The subscriber will (asynchronously) invoke another proxy to pickup the messagethe subscriber can be either asyncrhnous, in which case you need a proxy service with inbound protocol jms. or as you probably need a synchronous one
    in which case you need another proxy with whatever inbound protocol you like whch once called in its pipeline calls some pojo class to read from this topic synchrnously (you need a durable subsciber).
    Regards,
    Tony
    ps: have a look http://download-llnw.oracle.com/docs/cd/E11035_01/wls100/jms/design_best_practices.html#wp1058694

  • Newbie question about using vectors and arrays

    I'm fairly new to JME development and java in general. I need some help in regards to Vectors and 1 dimensional arrays. I'm developing a blackberry midlet and am saving the queried info i pull back from my server side application with each record saved into the array and subsequently each array saved as an element in the vector, thereby creating a 2D "array".
    However I'm having a problem accessing the elements in the array. Here is a sample of what I mean and where I get stuck:
    Vector _dataTable = new Vector(1, 1);
    String[] r1 = {"a", "b", "c", "d"};
    String[] r2 = {"1", "2", "3", "4"};
    _dataTable.addElement(r1);
    _dataTable.addElement(r2);
    Object temp = _dataTable.elementAt(0); //Save the element as an new object for useNow how do I access the particular indexes of the element of the temp object? Do i need to caste it to an array? Is there another more efficient/easier way I should be storing my data? Any help would be great!
    Edited by: Sotnem2k1 on Apr 1, 2008 7:50 AM
    Edited by: Sotnem2k1 on Apr 1, 2008 7:51 AM

    Thanks for the feedback newark. I have this scenario below:
    // Class for my 1D array
    public class OneRecord {
        private String[] elementData = new String[4];
        public OneRecord() {   
            elementData[0] = null;
            elementData[1] = null;
            elementData[2] = null;
            elementData[3] = null;
        public OneRecord(String v1, String v2, String v3, String v4) {   
            elementData[0] = v1;
            elementData[1] = v2;
            elementData[2] = v3;
            elementData[3] = v4;
        public void setElement(int index, String Data) {
            elementData[index] = Data;
        public String getElement(int index) {
            return elementData[index];
    } Then in my main app I have:
    Vector _dataTable = new Vector(1, 1);
    OneRecord currRecord = new OneRecord("a", "b", "c", "d");
    _dataTable.addElement(currRecord);
    OneRecord temp = (OneRecord)_dataTable.elementAt(1);
    System.out.println(temp.getElement(0)); Are there more efficient data structures out there to save queried data from a server side app? Like I said, i'm still trying to learn the most efficient techniques of coding...esp for the Blackberry. Any suggestions would be great!

  • Newbie question about UML books and tools used in industry

    Hello,
    I'm learning OO topics and the UML at home, and began to wonder what books and/or software tools were used by professional software designers/engineers within the industry. I'd be grateful for your reply if you are a professional (or know one!). Thanks very much.

    1.
    Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and the Unified Process (2nd Edition)
    http://www.amazon.com/exec/obidos/ASIN/0130925691/qid=1057291436/sr=2-2/ref=sr_2_2/104-7174831-4835950
    2. Hope it helps.

  • Adobe Reader and Acrobat Pro updates for 11.0.10 being pushed out through SolarWinds Patch Manager are not being recognized as applicable.

    I am trying to update our Adobe Reader and Acrobat Pro to 11.0.10 using the default MSP packages with SolarWinds Patch Manager.  All of the systems keep reporting as 'NOT APPLICABLE'.  All of the workstations have Reader11.0.09, with about 10% still on 11.0.08 (due to the fact that the reader 11.0.09 package only patched about 2/3 of the systems).  All systems that have Acrobat Pro are 11.0.09.
    In SolarWinds I am using the "Adobe Systems, Inc. Packages" node.
    Adobe Systems Acrobat 11 Catalog
    Adobe Systems Reader 11 Catalog
    and the SW Patch Manager downloads the msp's straight from Adobe.
    I have checked the msp's manually and they will update at least back to 11.0.07 in Reader, and 11.0.0 in Acrobat Pro. (I had an old stand alone system that still had Reader 11.0.07, and I did a new install of Pro and went straight to update 11.0.10)
    The SolarWinds Tech said, "Okay. That content is produced by Adobe. Any questions concerning applicability logic or diagnosing why a package reports as NotApplicable when that's not expected would need to be directed to Adobe, as they are solely responsible for that content and its behavior".
    I am new to SolarWinds Patch Manager, and any help or advice would be greatly appreciated.

    It sounds like you are attempting to use the SCUP catalogs outside of the MS solution.  I can almost guarantee you that Adobe didn't test it if it's not referenced in the ETK:  11   SCCM-SCUP — Enterprise Administration Guide
    That being said there "should" be logging available in any deployment solution.   Since I am not familiar with Solar-Winds particular solution I can't say if it logs errors and how verbose those logs might be.    If you have logs then post the output and the forum members "might" be able to assist you.

  • How do I create the highest quality pdfs with InDesign CS5 and Acrobat Pro 9?  New settings needed?

    I sent a lot of jobs to printing companies by sending them high-res proofs on very large, multiple page jobs with lots of photos and graphics.  Many companies are requesting that I just send pdfs.  I just upgraded to Windows 7 and CS5.  I used to have some special settings in my older Acrobat Distiller  and InDesign which have been lost.  They gave a much better result that what I seem to be getting from the "Press Quality" setting for pdf's.  Does anyone have an excellent list of settings that can used to improve the quality of pdf's?  I don't know if this is a combination of settings in both InDesign itself, as well as in Acrobat Distiller, or if the settings in one program will solve this.  I have a job pending that needs improvement in the pdf quality.  Thank you.

    Thanks Peter.  My last post was specific to using the Print Booklet feature (which is now solved thanks to your help).  But this is related to creating high-res pdfs in general that go to printing companies, and being used for sending high-res proofs to clients.  In general I don't need to set up printer spreads for my jobs (just for the one I asked about in my other post), but I used to have some specific settings that a printing company supplied me with to give the highest res pdf output possible.  Those settings did in fact give a better result than the Press Quality settings built into my Adobe programs.  I have had printers over the years request that I create a postscript file, then use distiller (using the settings they supplied) and I got an excellent result.  After getting a new computer, Windows 7 and new CS5 and Acrobat Pro 9 upgrade, all of these settings were lost.  I have notes on the settings from a couple of years ago, but they don't seem to apply to the CS5 programs in every given area and I feel like there may be just a couple of boxes that either should or shouldn't be checked that I'm missing now.
    I understand that this is very specific information, and I may just need to go with the Press Quality settings. The printing company that gave me that great info a while back is no longer in business and other printing companies I have checked with won't spend that kind of time with me (or maybe they don't know anything other than using the Print Quality setting).   Maybe within the CS5 program now, the quality of this setting has been improved more than I realize yet.  Again, I'm new to CS5 and am just trying to get everything back to the way I used to have things running, and trying to get the best results possible.
    Thanks again!

  • Adobe CS3 Suite -- How to Get InDesign and Acrobat Pro to Install?

    I uninstalled and deactivated my Adobe CS3 Design Premium from my 1st gen Macbook (2006) and installed it on my 3rd gen Macbook Air (2011). When I installed CS3 using the original discs, InDesign and Acrobat did not install properly. How to fix?
    My questions:
    1. Got any ideas how to install InDesign and Acrobat Pro without uninstalling the whole CS3, running the cleaner tool, and reinstalling everything again? I tried to rerun the installer just for InDesign and Acrobat Pro but I got the same result -- no install.
    2. Installing CS3 takes forever -- at least several hours. Is it because I'm sending it over my wireless network? (I'm "sharing" the DVD drive on my other Macbook because my Air doesn't have one.)
    Thanks so much!!
    (More background, in case it's useful -- before installing CS3, I had run the Adobe Creative Suite Cleaner Tool to clean up the mess I made when I tried to migrate CS3 using Mac's migration assistant. I learned, thanks to this forum, that I couldn't use the Migration Assistant tomove CS3. I also found that the unistaller didn't transfer, so I manually deleted folders and then used the cleaner. It worked wel enough to allow me to install everything but InDesign and Acrobat Pro.)

    Thanks Jeff (and Manish). I'm all for better reliability and a quicker installation.
    This may seem like a dumb question, but how do I properly copy the CS3 install files onto a USB? Drag and drop everythng from the CD? Can I not just copy the files onto my desktop and install from there? That is what I thought Manish suggested, to install from the desktop.
    I had tried this method. After copying the install files to the desktop, here's what happened: I clicked the setup application and it opened, but it immediately detected that I had CS3 installed and wouldn't let me go any further. Perhaps that was due to other problems resulting from use of the Migration Assistant.
    Previously, when I used the install disk on the shared drive, I was able to open the setup and install the couple of CS3 programs that weren't installed the first time around. That installation attempt failed and led me here to my original post.
    Many thanks!

  • What is the difference btwn Reader and Acrobat Pro?

    Hello,
    My Requirement in broader sense: I am developing an VISITOR Info. Adobe Interactive Form, i have Designer 8.1 and Reader 9.0 in my Windows 7 Laptop. When i checked the menu EDIT-->form properties --> Compatability, its Adobe XML form File (XDP)
    When i opened this VISITOR interactive form in a browser, right clicking and checked form PROPERTIES, then i saw the "PDF Version: 1.6 (Acrobat 7.x)" (pls. let me know what is the correct forum for me to post my questions)
    My 1 sub-set of my Requirement: Front desk guy want to open this VISITOR Info form and enters addresss details + attaches some ID proof photo copy of JPEG format + Writes some COMMENTS in the form
    Pls. let me know
    1) is my software inventory is enough to go ahead and develop a interactive form (as mentioned VISITOR Info)? or do i need any more software?
    2) I saw Acrobat Pro version 10.x.......do i need this softaware as well to get my requirement done (VISITOR Info)?
    3) What is the difference between Reader 9.0 and Acrobat Pro 10.x?
    Thank you

    Thank you.
    Yes, here am confusing! If i create the forms with Acrobat, then, why do i need LiveCycle designer?
    Pls. let me      know what do you mean "Create forms", is it like writing a letter/some text like MicroSoft word doc and finally saving it on our local machine/desktop?
    THank you

  • Acrobat X Pro and Acrobat Pro v8, Install Sequence

    I'm concerned about maintaining all the Acrobat Pro configurations such buttons in MS Office, PDF print driver, as my right click tools, et al.
    To maintain these, must I FIRST uninstall Acrobat Professional v8 before I install Adobe X Professional, or does the Acrobat X Pro install process automatically replace Acrobat Pro v8 with Acrobat Pro X functions?
    Thanks!
    Ted

    Yes. My problem is fixed. I went through the forums and found a solution from user silvasilva3 .
    Running a check disk worked.
    Thanks

  • I have a Mac and Acrobat Pro, how do I create an interactive PDF file?

    I have  a Mac and Acrobat Pro, how do I create an interactive PDF File?

    Hi 528!!,
    Here's some information about adding multimedia to your PDF files: Acrobat Help | Multimedia and 3D models
    Please let us know how it goes!
    Best,
    Sara

  • Won't install Photoshop and Acrobat Pro

    My macbook recently crashed and I have had to reload my Adobe software onto a new hard drive. I am able to install everything except for Photoshop and Acrobat Pro. I've gone through all of the troubleshooting documents in regards to the exit error (6) to no avail. I think I've installed and uninstalled the suite about 18 times now trying different solutions.
    Below is the latest error readout from the installation. If anyone can present a solution it would be much appreciated. I really need these programs for work.
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 13 error(s), 7 warning(s)
    WARNING: DW031: Payload:{6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 3.0.0.0 has been updated and has been selected for repair. The patch {5C0FEBDA-5A0E-4FC8-91CB-229A4C1561E9} Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll 3.1.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0 has been updated and has been selected for repair. The patch {FD58D99B-9927-4226-8E00-959A4F76BD89} Photoshop Camera Raw_6.3_AdobeCameraRaw6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 3.0.0.0 has been updated and has been selected for repair. The patch {5C0FEBDA-5A0E-4FC8-91CB-229A4C1561E9} Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll 3.1.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{3F023875-4A52-4605-9DB6-A88D4A813E8D} Camera Profiles Installer 6.0.0.0 has been updated and has been selected for repair. The patch {A189C479-C7CD-4E08-8CCF-D999B68C0C71} Camera Profiles Installer_6.3_AdobeCameraRawProfile6.0All 6.3.0.0 will be uninstalled now.
    WARNING: DW031: Payload:{37AB3C65-E02C-4DCF-B0E0-4C2E253D8FA3} Photoshop Camera Raw 6.0.0.0 has been updated and has been selected for repair. The patch {FD58D99B-9927-4226-8E00-959A4F76BD89} Photoshop Camera Raw_6.3_AdobeCameraRaw6.0All 6.3.0.0 will be uninstalled now.
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: DW006: Apple Package failed to install successfully.
    ----------- Payload: {08EF22BC-43B2-4B4E-BA12-52B18F418F38} Adobe Photoshop CS5.1 Core 12.1.0.0 -----------
    ERROR: DF027: Unable to copy file from "/private/tmp/.tempdir7Bl9i41Q/Assets1/Application/Presets/Scripts/Lens Correct.jsx" to "/Applications/Adobe Photoshop CS5.1/Presets/Scripts/Lens Correct.jsx" Error 0(Seq 2523)
    ERROR: DW063: Command ARKCopyFileCommand failed.(Seq 2523)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop CS5.1/Presets/Scripts"(Seq 2514)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 2514)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop CS5.1/Presets"(Seq 2125)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 2125)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop CS5.1"(Seq 1)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 1)
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe Photoshop CS5.1 Core: Failed due to Language Pack installation failure
    ERROR: DW050:  - Acrobat Professional: Install failed
    ERROR: DW050:  - Adobe Photoshop CS5.1 English Language Pack_AdobePhotoshop12-en_US: Install failed

    Kornari you have multiple file permission errors listed within your installation log summary.  They are as follows:
    ERROR: DW063: Command ARKCopyFileCommand failed.(Seq 2523)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop CS5.1/Presets/Scripts"(Seq 2514)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 2514)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop CS5.1/Presets"(Seq 2125)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 2125)
    ERROR: DF037: Unable to delete directory "/Applications/Adobe Photoshop CS5.1"(Seq 1)
    ERROR: DW063: Error rolling back command ARKCreateDirectoryCommand(Seq 1)
    You can find information on how to adjust your file permissions on the affected directories in the link provided by Sheena in message #1.  If you continue to receive the same errors then it may not be possible for your current User account to affect the required file permissions.
    In this case then please try installing under a newly created User account.  You can find more information at Install or run Adobe applications in new user account | Mac OS X.

  • Bridge and Acrobat pro don't run (CS6)

    I installed the Design Standard of Creative Suite 6 (Student and teacher edition) and after a time I wanted to work with Bridge and Acrobat Pro, but both don't run. The moment I click on their icon they seem like they want to start, but they just light up a short time in the task bar. I checked to start with administration rights, 32 bit and 64 bit and I started them from different sources (task bar, programs list and explorer). I'm happy about every help I can get and sorry for my maybe bad technical english!
    Greetings,
    Nico

    Thank you. I don't speak Spanish, but the translator does. I'm afraid you will have to reinstall OS X. Follow these instructions:
    Reinstall Lion, Mountain Lion, Mavericks or Yosemite without erasing drive
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu.
    Reinstall Lion, Mountain Lion, Mavericks, or Yosemite
    OS X Yosemite- Reinstall OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • I'm using a 15" Macbook Pro running OSX6.8 and cannot upgrade. I have a subscription to Adobe CC but none of these work on this so I was on with Adobe for 5 hours trying to install and launch Illustrator, InDesign, Photoshop, Muse, and Acrobat Pro from CS

    I'm using a 15" Macbook Pro running OSX6.8 and cannot upgrade. I have a subscription to Adobe CC but none of these work on this so I was on with Adobe for 5 hours trying to install and launch Illustrator, InDesign, Photoshop, Muse, and Acrobat Pro from CS6. Well, InDesign is the only one that works and I have a ton of work due! I don't have a serial number for Photoshop or Illustrator except for CS3, and they don't work. InDesign gave me no problems. Illustrator says it can't work on this machine. Photoshop needs a serial number. I'm stumped and getting anxious and freaked out. Can anyone help? Adobe Chat is down right now.

    if you have a cc subscription, close ps > sign out and then back in to your cc desktop > open ps.
    ai cs6 requires:
    Multicore Intel processor with 64-bit support
    Mac OS X v10.6.8 or v10.7. Adobe Creative Suite 5, CS5.5, and CS6 applications support Mac OS X v10.8 and v10.9 when installed on Intel-based systems.*
    2 GB of RAM (8 GB recommended)
    2 GB of available hard-disk space for installation; additional free space required during installation (cannot install on a volume that uses a case-sensitive file system or on removable flash storage devices)
    1024 x 768 display (1280 x 800 recommended) with 16-bit video card

  • I have adobe design std. 6 i wanted to install photoshop and acrobat pro on my windows xp sp3

    i have adobe design std. 6 i wanted to install photoshop and acrobat pro on my windows xp sp3. i am not able to install acrobat it is showing folowing error. my email id is [email protected]
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ... WARNING: DW024, DW065 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 2 warning(s)
    WARNING: DW024: The payload: {9124DF4E-617D-486B-A970-8FA632244F24} Adobe Photoshop CS6 Core 13.0.0.0 requires a UI parent with following specification:
    Family: Photoshop
    ProductName: Adobe Photoshop CS6 Core_x64
    This parent relationship is not satisfied, because this payload is not present in this session.
    WARNING: DW065: Display requirements not met for {0327A4BF-62BF-48BB-8928-B971B749E9E1} Creative Suite 6 Design Standard 6.0.0.0
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: Error 1406.Could not write value DisableExceptionChainValidation to key \SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Acrobat.exe.   Verify that you have sufficient access to that key, or contact your support personnel.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1406.Could not write value DisableExceptionChainValidation to key \SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Acrobat.exe.   Verify that you have sufficient access to that key, or contact your support personnel.
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed

    Hi Rizwan,
    Please refer the Kb Doc : http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html.
    Please see Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5 -cs5.html for information on how to review your installation logs

Maybe you are looking for

  • My built in isight pictures have a red hue!?

    When the isight is in use in any program the image is red. there are no filters on and have tried it in different programs, and all the same result reddish pictures. Can anyone help?

  • Forcing code execution order in conditional statements?

    I don't know if the above subject line is the best description, but here is the issue. I have created an image gallery where each "slide" is an image loaded by one UILoader component.  Everything works, except I noticed that as a user it is annoying

  • Error when calling skillbuilder popup in edit-record mode

    Apexers, Iam facing another issue with Skillbuilder modal page(for those who have used this plugins). Ive the CREATE part working well the problem is with EDIT part to edit records via the link i applied all the steps and clicking the edit link pops

  • Error runtime. rescue and recovery. wizrr.exe

    hi all hope you can help me. I'm trying to restore a system with Rescue and Recovery but to get 5% gives me an error "Runtime error c: \ Program Files (x86) \ Lenovo \ Rescue and Recovery \ wizrr.exe" Tell me know how to fix it. Thank you.

  • Create view with variables

    Is there any way of create a view that asks for the value of some parameters? something like... CREATE VIEW "VIEW1" AS SELECT NOMBRE FROM EPTABLA_01 WHERE NOMBRE = ??? WITH READ ONLY