Converting a document containing RGB images to CMYK (with a profile)

Hi,
I am trying to use PDDocColorConvertPage to convert all RGB images in a PDF document to CMYK (with a color profile).
I can see the API is performing some changes to the PDF however it is not performing the conversion in the same way as Photoshop or Acrobat.
Has anyone tried to do this before? Am I doing it the correct way?
Thanks
Please see additional details below:
Input image:
Converted pdf: http://www.fallenempires.net/misc/out.pdf
Path = ASFileSysCreatePathFromCString (NULL, CMYK_PROFILE);
    err = ASFileSysOpenFile (NULL, Path, ASFILE_READ, &Profile);
    if (err)
        fprintf (stderr, "Unable to open the CMYK profile, \"%s\".\n", CMYK_PROFILE);
        exit (-1);
    ASFileSysReleasePath (NULL, Path);
    ProfileSize = ASFileGetEOF (Profile);
    ProfileBuffer = (ASUns8 *)ASmalloc (ProfileSize);
    ASFileRead (Profile, (char *)ProfileBuffer, ProfileSize);
    ASFileClose (Profile);
    ACMakeBufferProfile (&CMYKProfile, ProfileBuffer, ProfileSize);
    ASfree (ProfileBuffer);
colorConvertAction[0].mMatchAttributesAny = -1;//kColorConvObj_AnyObject;
    colorConvertAction[0].mMatchSpaceTypeAny = -1;//kColorConvAnySpace;
    colorConvertAction[0].mMatchIntent= AC_UseProfileIntent;
    colorConvertAction[0].mConvertIntent = AC_UseProfileIntent;
    colorConvertAction[0].mConvertProfile=CMYKProfile;;
    colorConvertAction[0].mEmbed = true;
    colorConvertAction[0].mPreserveBlack = true;
    colorConvertAction[0].mUseBlackPointCompensation= true;
    colorConvertAction[0].mAction = kColorConvConvert;
    colorConvertAction[0].mIsProcessColor = false;
    colorParams->mActions = colorConvertAction;
    colorParams->mNumActions = 1;
    colorParams->mInks = NULL;
    colorParams->mNumInks = 0;
    pageChanged = false;
    PDDocColorConvertPage( pdDoc , colorParams , 0 , NULL , NULL , 0 , NULL , &pageChanged );

In that case am I using incorrect parameters in the code snippet? The code below does not convert the RGB->CMYK properly.
    inPath = ASFileSysCreatePathFromDIPath( NULL, argv[1] , NULL );
    pdDoc = PDDocOpen( inPath , ASGetDefaultFileSys() , NULL , false );
    ASFileSysReleasePath( NULL , inPath );
    PDColorConvertParams colorParams = (PDColorConvertParams) calloc( 1 , sizeof(PDColorConvertParamsRec) );
    PDColorConvertAction colorConvertAction = (PDColorConvertAction) calloc( 1 , sizeof( PDColorConvertActionRec ) );
    ASBool pageChanged = false;
    AC_Profile  workingProfile;
    ACGetWorkingSpaceProfile  (kACWorkingCMYK, &workingProfile);
    //Populate the PDColorConvertAction data members
    colorConvertAction[0].mMatchAttributesAny = -1;//kColorConvObj_AnyObject;
    colorConvertAction[0].mMatchSpaceTypeAny = -1;//kColorConvAnySpace;
    colorConvertAction[0].mMatchIntent= AC_UseProfileIntent;
    colorConvertAction[0].mConvertIntent = AC_UseProfileIntent;
    colorConvertAction[0].mConvertProfile= workingProfile;
    colorConvertAction[0].mEmbed = true;
    colorConvertAction[0].mPreserveBlack = true;
    colorConvertAction[0].mUseBlackPointCompensation= true;
    colorConvertAction[0].mAction = kColorConvConvert;
    colorConvertAction[0].mIsProcessColor = false;
    colorParams->mActions = colorConvertAction;
    colorParams->mNumActions = 1;
    colorParams->mInks = NULL;
    colorParams->mNumInks = 0;
    pageChanged = false;
    PDDocColorConvertPage( pdDoc , colorParams , 0 , NULL , NULL , 0 , NULL , &pageChanged );
    printf( "page changed to CMYK\n" );
    /* save document to a file */
    outPath = ASFileSysCreatePathFromDIPath( NULL, argv[2] , NULL );
    PDDocSave(pdDoc, PDSaveFull | PDSaveLinearized, outPath, ASGetDefaultFileSys(), NULL, NULL);
    printf( "File saved\n" );

Similar Messages

  • How to batch convert RGB images to CMYK

    Hello,
    Can anyone explain in a step-by-step way how to batch-convert many RGB images to CMYK?
    Thanks in advance

    If you do want to use Photoshop for the bact conversion there are a few ways, including Batch and Image Procesor under the File>Automate or File>Scripts of PS.
    However, my preference is to use Russell Brown's script: Image Processsor Pro, via Bridge:
    http://www.russellbrown.com/scripts.html
    As similar one is Picture Processor:
    http://www.scriptsrus.talktalk.net/
    Both allow you to do multiple conversions simultaneously, to different sizes and file types, and running actions before or after the conversions.

  • Help converting RGB Images to CMYK?

    I am working with a CMYK Freehand design, and it includes a
    cut out image on top layer. The image is in RGB. When I export it,
    I am getting a colour shift on the transparent areas.
    Should I be working with a CMYK cut out image? If so, how do
    I convert my RGB image to CMYK, keeping the transparent areas of
    the cut out?
    Help much appreciated (ASAP)
    Regards
    Geoff

    GmR wrote:
    > I am working with a CMYK Freehand design, and it
    includes a cut out image on
    > top layer. The image is in RGB. When I export it, I am
    getting a colour shift
    > on the transparent areas.
    >
    > Should I be working with a CMYK cut out image? If so,
    how do I convert my RGB
    > image to CMYK, keeping the transparent areas of the cut
    out?
    >
    > Help much appreciated (ASAP)
    > Regards
    How are you creating the transparent areas? Are you using an
    alpha
    channel in the bitmap? I stopped doing that when I noticed
    color
    shifting (even in grayscale reproduction) similar to what you
    get when
    using the raster effects. But I do miss using it because it
    is
    convenient and sets up nicely.

  • Can't open secured documents on windows 7 domain client with mandatory profiles.

    While opening certain PDF files we have the problem that the user is presented with a message that he does not have the rights permissions. This happens twice, after that the users gets an empty page with the message the Adobe version might not be up to date. We use Acrobat Pro 10, but this also happens while using Reader 11.0.8. On our windows 2008 terminal services machine this could be fixed by giving the user rights on c:\ to create and remove a file. :O. On windows 7 this doesn't work probably because of UAC. But we've tried every solution to that available on the internet, disabling uac, changing uac options, changing rights on userprofile folders, changing rights on c:\ but to no avail. When using process explorer we can see it wants to create a temp file p328hkl.tmp or something like that on C but it can't and immediattely after is shows the error on screen.
    Anyone who also has this problem or solved it? There are no problems with simple self made pdf files/scans but only with certain types of pdf files for which it tries to create a tmp file.
    Thanks,
    Peter

    Hi Brogers,
    Thanks for your reaction. We do have AppData redirection in place. We redirect AppData to a share on our data server which works perfectly fine for all other applications. The weird thing is that Reader/Acrobat try to write to C:\ which to my knowledge should not happen, is this maybe a fallback because it can’t write to a different location? Users have full control on their own roaming AppData but not on their local AppData that is made by windows itself while copying the mandatory default profile to C:\.
    I might use the wrong term while saying secured documents. I’m talking about a document created by Raet/Youforce a web application for personal administration. The documents can be opened by other viewers than Acrobat/Reader but then only contain the background and not the text. In Acrobat/Reader they do open normally when Acrobat/Reader can create the .tmp file. Otherwise it will not display the file at all. I would attach such a document to see but since it contains certain info I am not allowed to do so.
    I hope we can work out a solution for this.
    Met vriendelijke groet,
    Peter Gerritsen
    Engineer
    AndoBurg BV
    Voorstraat 31
    3931 HB Woudenberg
    T 033 479 40 80
    F 033 479 40 89
    E [email protected]<mailto:[email protected]>
    I www.andoburg.com<http://www.andoburg.com/>
    Als u niet de geadresseerde van dit bericht bent, verzoeken wij u ons hiervan op de hoogte te brengen en het bericht te verwijderen. AndoBurg BV aanvaardt geen aansprakelijkheid voor schade die voortvloeit uit elektronische verzending van informatie. Aan de inhoud van deze e-mail en eventuele bijlagen kunnen geen rechten worden ontleend, tenzij schriftelijk anders is overeengekomen.
    Van: brogers_1
    Verzonden: vrijdag 19 september 2014 20:10
    Aan: Peter Gerritsen
    Onderwerp:  Can't open secured documents on windows 7 domain client with mandatory profiles.
    Can't open secured documents on windows 7 domain client with mandatory profiles.
    created by brogers_1<https://forums.adobe.com/people/brogers_1> in Enterprise Deployment (Acrobat and Reader) - View the full discussion<https://forums.adobe.com/message/6745441#6745441>

  • CS2 Convert RGB Images to CMYK Within Illustrator

    Hey everyone. I desparately need some help here. I designed a file in Illustator CS2 and my file had images within it. I took it to a professional printer and he said my images needed to be converted from RGB to CMYK to print properly. The printer had CS4 and he said to change the colours you click on Edit -> then Colours, which in turn allowed him to change the pictures format from RGB to CMYK. I only have CS2 and when he told me to select Edit and then Colours, well CS2 does not have that. It's something completely different.
    If someone out there knows how to change the picture files from RGB to CMYK "within" Illustrator CS2 could you please tell me how as Adobe's phone support only deals with the most current version.
    Any help you can provide me with, would be greatly appreciated!
    Thanks in advance,
    Julie

    >This is for my benefit as I have just purchased a colour laser printer and wanted to be able to print something proper like the professional printer.
    Unless you have a PostScript RIP for your laser printer (a separate driver provided either by your printer manufacturer or a third party) you cannot proof CMYK documents directly. Lacking a PostScript RIP, you can still get a pretty good idea if you have Acrobat. Print to PDF using settings that convert to, say, sRGB... then, print that PDF document on your laser printer (using its native non-PostScript driver).
    For your older documents, if your placed RGB images are embedded (rather than linked), you can try Philip's suggestion. It shouldn't matter, though. Illustrator should do the necessary space conversions at print-time.
    If the images are linked, I would suggest you convert them to CMYK in Photoshop. I'm sorry, but I do not know of a way to do the same thing within Illustrator (v12 aka CS2).

  • How do I convert all RGB images to CMYK for PACKAGING - InDesign CC?

    I understand that they can be exported as a CMYK pdf - but I'm splitting a project with another designer and she needs to get me all of her files - many of which are RGB - need them CMYK.  Thanks!

    You can't convert the color mode of links during packaging -- and you don't need to, most likely. Why do you think you must have CMYK? Unless you know the correct output space now, and have no plans to re-purpose the file in the future (and even if those things are true and you don't need to make post conversion adjustments to the color) there is no advantage, and plenty of disadvantage, to converting to CMYK before export.

  • How to convert sRGB images to CMYK retaining icc profiles?

    I was given the follwoing info. but not sure it answers fully - it still doesn't resolve the problem of converting to CMYK with the icc profile. I think this might be an option if the profile is loaded into the colour setting (colour settings under edit menu as oposed to convert to profile and its convert to profile I have been trying to action. Am I missing something straightforward?
    thanks!
    you can do batch process in Photoshop
    http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-7427a.h tml
    -There is a fast and easy method to batch convert many RGB photographs to CMYK files by using Photoshop
    -Please open an image, then open the Action Tab (Window > Actions)
    -Please click 'Create new action' button, name the action in the text field and click the 'Record' button.
    -Now it is recording, so select 'Image > Mode > CMYK Color', then hit the 'Stop' button in the Action Tab.
    -The action is now created ready for the next step.
    -To batch convert a folder of images, just select 'File > Automate > Batch' and the following window opens.
    -Choose the 'Convert RGB to CMYK' action from the drop-down list, choose the source folder where your images are stored, then choose a destination folder where Photoshop will save the converted images.
    -Click the 'OK' button and the batch process will start. How fast will depend on the number of images that need converting.
    -The action you created will be stored, so you only need to perform a new batch process the next time you need to convert a batch of images.

    I think we may need a little more information to fully address your question or issue.  sRGB and CMYK are two very different color spaces, and converting from one to the other requires significant shifts in color.  Are you refering to a specific input or output icc profile?

  • Convert word document into .JPG image. Possible?

    Hello
    I need to convert a word document into a .JPG image... Anyone who can recommend a mac program that can help, or how word can do it for me?
    Best regards
    Jesper Pedersen

    In Word go to File > Print... > PDF > Save As PDF.Open the resulting file in Preview.
    Choose File > Save As... > Format: JPEG.
    Hope that helps.
    mrtotes

  • Converting appleworks document into jpeg - image quality

    I am createing a project with some students where we have video taped book reviews. They have then created awards for these books using Applework 6.
    I have had the kids save the certificates as jpeg2000 files using the best quality.
    When I drag and drop the file into my iMoive - the image quality is really fuzzy.
    1. Do I need to resize this image and if so what is the optimal size for iMovie?
    2. Can I do this easily using iphoto or do I need a graphic converter?
    Hope someone can help. Thanks Michael H.

    iMovie is a DV editing app and anything imported to it must either already be .dv or it will be converted to .dv file format.
    Your still image file will be turned into 30 frame per second "video" and also resized to NTSC dimensions.
    QuickTime Pro can open image formats and can be used to make "movies". These are not dimensions limited and look just fine on a computer. Since the image is not rendered as "video" a single image file can stay one the screen as long as you like. Hundreds of times smaller in file size, too. Some of mine:
    http://homepage.mac.com/kkirkster/03war/
    http://homepage.mac.com/kkirkster/RedneckTexasXmas/index.html
    http://homepage.mac.com/kkirkster/California/index.html

  • Change RGB images in PDF to CMYK

    I'm using Acrobat 8 Pro.
    I've received several PDFs (one-page ads) that contain RGB images. What's the best way to convert them to CMYK?
    I know how to do the edit image thing that opens the image in Photoshop, but I can't figure out how to get the "edited" image back into the PDF after I convert it to CMYK in PS.
    Or is there an easier way? When I get a PDF with spot colors, I just go into the ink manager thing and convert all spots to process. Anything similar for converting RGB?
    TIA,
    Marlene

    Given you have Acrobat 8 Pro you shouldn't be doing such a complicated sequence of steps...
    Instead, either
    - use the (interactive) color convert feature (Advanced/Print production/Convert colors...)
    - or try Preflight (Advanced/Preflight...) which beginning with Acorbat 8 offers "fixups" - with which many things can be achieved, among others also color conversion (same underlying 'machine' as the aforementioned "convert colors" - but with the possibility to save and reuse configurations for the conversion).
    - same as before but even go a step towards automation: set up a batch sequence, and process a whole folder with PDFs; or create a Droplet in Preflight, and drag'n drop your PDFs onto the droplet.
    Olaf Druemmer

  • How do I convert my document from PDF to Word?

    How do I convert my document from PDF to Word?

    With a paid subscription to one of our PDF services you can convert from PDF to Word - https://files.acrobat.com/ for additional inforation and options 

  • Export as PDF with embedded profiles for Grayscale images

    Does InDesign CS6 export pages with Grayscale images as PDF with embedded profiles?
    Possible profiles, for instance:
    – Gamma 2.2
    – Dot gain 20%
    – Black Ink ISO Coated v2 (ECI)
    Export mode:
    – Acrobat 5 or higher
    – No color conversion
    – Embed all profiles
    Test by Acrobat Pro
    Advanced > Print production > Preflight > PDF analysis > List objects using ICC/Lab/Calibrated Color
    [The question is not about the export of Color images as Grayscales]
    Best regards --Gernot Hoffmann

    I wouldn't ever use different RGB profiles and different CMYK profiles and
    different Gray profiles in one doc – it's just necessary for tests.
    If you had a hypothetical case where your InDesign document's assigned CMYK profile and intended output was ISOcoated_v2_300_eci and you recieved grayscales for placement with different gray profiles assigned, I think you would have to make the conversion in Photoshop if you want the grayscales to be converted to your ISOcoated_v2_300_eci output intent space.
    So in this case I have a grayscale image with Dot Gain 10% assigned and you can see the 50% patch is reading as 50% in Info panel:
    If set my Working Gray space to the ISO Coated profile as above and do a Convert to Profile with the Destination set to Working Gray:
    The preview doesn't change but I get converted gray values—50% is now 44%:
    If I place the grayscale in an InDesign doc with ISOcoated_v2_300_eci assigned as the CMYK profile, the preview won't change (you have to turn on Overprint /Sep Preview), and the converted numbers will show in Separation Preview. The preview and numbers will also be unchanged in Acrobat if you export to default PDF/X-4

  • Newbie CMYK question - alternate profiles?

    I am converting a whole series of images to CMYK for printing, in Photoshop CS3. All the originals are RGB 8 bit. I am surprised at the range of the results (as viewed on monitor) I am getting. It seems many images hardly change at all with conversion, some change moderately, and some are skewed a great deal. The moderate ones I am able to compose actions with adjustments that approximate the appearance under RGB. Some of the worse ones are so bad as to not be viable with any adjustments I have been able to make so far.
    In particular, several of the files with large areas of blue sky are very badly affected - while others that also have large blue skies are almost completely unaffected and look great. The difference seems to be that those whose sky shade is closer to cyan display well, where those which are a saturated shade closer to true blue look terrible - dull and dark and lose all their luminosity, becoming a much darker shade of slate blue-grey. I also get contrasty bright halos surrounding trees in 2 cases.
    Also, on a few,  large areas of saturated green foliage in the background seem to lose much of their yellow, causing the images to be much less zippy overall. Same thing with large red, orange, and lavendar areas, but this does not impact the image appearance as badly.
    It doesn't make a lot of sense to me that the conversion would just pull so much yellow out of the saturated backgrounds (cmYk after all...), and leave the whites and other zones unaffected (so that if I just try to add the yellow back in, I lose the whites and other areas skew). Can this be minimized with any other settings or techniques?
    Also: I have heard there may be numerous CMYK color profiles which can be applied as alternates when converting. How can I obtain and install these profiles? Will they alter the display characteristics with congruent press results?
    Thanks for help with this!

    David....a few last thoughts.  I assume you probably know this, but it is important and bears repeating.
    The selection of your destination profile (whether press, inkjet, lightjet, digital press, etc) is important to good color.  Ideally, you want to use "an accurate, well-built, custom profile on a well calibrated device".  An accurate printer profile establishes the boundary of printable colors on the device, but it also contains large lookup tables that help you "re-map" colors from a different color space during conversion.  So, when you send jobs to a press, you would ideally like to have a custom press profile for the specific press, paper, etc.  That profile will normally only be accurate for that press and paper combination, and that assumes your commercial printer has a well calibrated, well maintained press, exercises excellent process control, and handles all the files properly.  There are a LOT of links in this chain. Many commercial printers do not actually profile their press...they profile their proofer instead, and supply "contract proofs" to their customers.  Once the customer signs off on the proof, it is then the printer's job to match their own proof on press (within tolerances usually specified by SWOP, which are fairly liberal).
    You mentioned some of your images may be output on coated paper, and some on uncoated.  Coated and uncoated papers respond to ink differently, have different gamuts, different ink limits, etc, and would each require a different profile for optimum results. If you have selected your commercial printer, ask them for profiles for their press, or their proofer.  If they have neither, ask what they recommend, both for glossy coated and uncoated stock (or whatever you plan to print on). They may recommend an industry standard profile, such as US Web Coated SWOPv2, etc.  If they are their own profiles, ask for copies so you can convert to their standard for your given paper.
    Then, use those profiles for conversion.  Images going to glossy coated stock should used the recommended glossly coated profile, and uncoated images use the uncoated profile.  You will undoubtedly see less color gamut on the uncoated paper, with more of a loss of color, at least on colorful originals.  You will probably want to convert each image individually, if you want the best possible output.  Bring up the Convert to Profile dialog, select the profile supplied or recommended by your printer, then try both Perceptual rendering, and Relative Colorimetric rendering to see which initially looks the best overall.  (use BPC with Relative colorimetric).  If you see a huge shift in color and dynamic range, it doesn't mean the profile is necessarily bad.  It probably indicates that your original has a lot of unprintable colors, at least on that press/paper combination. The rendering intents are different ways of cramming a larger gamut file into a smaller gamut space.  Editing the profile won't magically give you more colors, though it will redefine the tables for conversion and redistribute your colors differently.  That is not a recommended action unless you are very experienced and skilled at profile editing.
    What you can do AFTER conversion is make some edits to your CMYK file (curves, levels, hue/saturation, selective color, etc) to try to get a little closer to the look and feel of your original.  You can never get it all back, because your original has unprintable colors, but you can often move in the right direction.  When you edit your CMYK file, you need to be careful to stay within the ink limits of the press/paper combination.  If you pump your file up too much, your job may be rejected by the printer.  So, if they specify a 280 total ink limit, and you pump it up after CMYK conversion to 320 TIL, expect your job to be rejected (or an extra charge to rework your job).
    Rick McCleary's CMYK 2.0, or Real World Color Management can be very helpful in understanding all this.
    And remember, well done images in print can look excellent.  But even images that look fantastic on the printed page in isolation can sometimes look a bit paltry when compared side by side with a super bright, colorful original RGB image on your monitor.  Welcome to the world of print.
    Lou

  • 'greyscale' RGB image, need to convert to specific CMYK black...  how?

    Hi,
    I have an image provided in RGB, but visually it's greyscale, except for some red areas on certain clothing. I need to convert it to CMYK, and I want all the black areas to be 40/30/20/100, and the grey values should be percentages of this mix. The red should be visually unaltered. Im using CS3 btw.
    Is there a way to quickly do this? I can convert to a generic CMYK value then tweak the curves of each channel, but it will affect the red. I could make a selection to exclude the red, but i feel there must be a way for me to define my black, and convert, and for my wishes to be granted automagically.
    I tried redefining my default black in the foreground/background swatches, but that had no effect on the subsequent conversion.
    Also, I'm trying to avoid profiles as my brain is foggy in that area...
    Thank you,
    Simon Gregory

    Without seeing the image, it might be a shot in the dark, but what about creating a new CYMK document, of the same size as the RGB one. Add a layer filled with the 40/30/20/100 black.
    Go to the RGB image, In the Channels panel, drag the red channel to the new channel icon. Drag this new channel to the CYMK channel panel. Add a layer mask to the 40/30... layer. go back to the channels panel, and target only the copied channel, copy it, target the layer mask channel, paste. Target the Layer mask, invert it.
    Now, select and bring the red part from the RGB image, and you should be good to go...

  • Converting Images to CMYK for Print Publication

    When in my workflow should I be converting images to CMYK for print publication?
    Currently, I shoot RAW photographs with my DSLR in Adobe RGB, import the images into Photoshop for manipulation and then convert the final, sized image to CMYK before placing it in my Indesign document. Before going to print, I convert my files to PDF using the [PDF/X-1a:2001] preset. I use a calibrated system with a profile set for my monitor.
    Since many of my pictures have shades of green, I'm often disappointed with the conversion to CMYK because I lose saturation and brightness. Am I doing anything wrong? Is there a better way of preserving the quality of colour in my images when going to a commercial printer?

    To see in InDesign what color shifts will occur, use View=>Proof Colors.
    I would also recommend View=>Overprint Preview.
    Yes there are color shifts when converting RGB to CMYK, but those are due to the fact that the gamut of CMYK is significantly less than AdobeRGB or even sRGB. The same color shifts going to CMYK will occur whether you convert the image in Photoshop or in InDesign during PDF export or at the RIP.
    Keeping the color in ICC color managed RGB has the advantage that last minute changes can be made as to what CMYK printing conditions are used, i.e. all CMYK is not the same. Furthermore, if you convert RGB to CMYK early in the workflow, you lose the ability to maintain the color gamut for display of the PDF as well as for printing to high fidelity color devices, i.e., offset or digital (especially inkjet) devices that have extra colorants such as light cyan, light magenta, orange, and/or green to dramatically expand the gamut. Once you lose the gamut in your imagery via conversion to CMYK, you can't go back.
              - Dov

Maybe you are looking for

  • Check of payment-attributes against list entries

    Hello Experts, we are using SAP BCM and IHC. We have lists which different attributes. The attributes of all payments have to be checked against these lists to decide if the payment is allowed to be forwarded to the bank or not. Can this be done by u

  • My laptop indicates my ipod is a camera only

    How can I change the way my laplop identify's my IPOD so that I can download my music to my IPOD. It now just identifys the photos and lists the IPOD as a camera. When I updated my IPOD software I lost all of my music. Until I fix this the IPOD is us

  • Paragraph styles dialogue is empty. I'm unable to load or create new styles and have them show up.

    I've used paragraph styles in Indesign CS4 since 2009 and yesterday (6-10-14) I noticed the paragraph styles dialogue was empty. I figured somehow I must have accidentally deleted or cleared them. I then proceeded to attempt loading them from another

  • Syncing iPhone with Photo Shortcuts

    I have photos from an event but I don't need or want all photos from that event synced to my iPhone. I know I can copy the photos to a separate folder, cull the ones I don't want on my iPhone then sync to the new folder. But that is a waste a disk sp

  • Comments all gone with iLife09

    I have recently upgraded iLife to 09. After doing this when I next opened iWeb my entire site had gone red (meaning it had changed in the eyes of the software). I added a few new blog entries and uploaded it. It took a few attempts to get it to work