InDesign CS5 server and colormanagement

Hi All
I have a problem with the server it dosen´t take the colomanagent setup that i want.
We are using the InDesign server to make magazin pages where we have two InDesign dokuments one we use as a template and one we just use the boxes with scriptlabel to fill them with text and images. From these two dokument the servercopy the one dokument and uses the boxes from the other  to make one InDesign dokument.
I use colormanagement with a CMYK profile and Colormanagent Policies with CMYK: Preserve Numbers ( IgnoreLinked Profiles) in both templates.
If I make pages from the server the new dokument get wrong colormanagement it gets Colormanagement policies None.
If i do the same operation with a "normal" InDesign i get it right.
Any solutions anyone ?
Staale

Hello,
the posting is quite old ...but the problem is still up-to-date. Is there a solution or a script you can post here?
Regards
Thomas

Similar Messages

  • Issue in setting bleed to a document as InDesign CS5 Server plugin

    Hello all,
    I am creating a new document in InDesign CS5 Server through C++ Plugin and trying to set bleed to the document. I have used the command to set bleed. But it doesn't seem to apply properly. I check in the debug version also. It show success to the command but when I open the document there is no bleed applied. I am using following command.
    InterfacePtr<ICommand> pageSetupPrefsCmd(CmdUtils::CreateCommand(kSetPageSetupPrefsCmdBoss));
    if(pageSetupPrefsCmd == nil)
    CAlert::ErrorAlert("Error in SetDocumentBleed function, pageSetupPrefsCmd is nil.");
    break;
    InterfacePtr<IDocSetupCmdData> docSetupData(pageSetupPrefsCmd, IID_IDOCSETUPCMDDATA);
    if(docSetupData == nil)
    CAlert::ErrorAlert("Error in SetDocumentBleed function, docSetupData is nil.");
    break;
    pageSetupPrefsCmd->SetItemList(UIDList(m_pDocument));
    docSetupData->SetDocument(::GetUIDRef(m_pDocument));
    docSetupData->SetNPagesPerSpread(1);
    docSetupData->SetPageSize(pagesRectangle);
    docSetupData->SetPageOrientationIsWide(bWide);
    docSetupData->SetUseUniformBleed(kFalse);
    docSetupData->SetBleedBox(bleedRect);
    ErrorCode error = CmdUtils::ProcessCommand(pageSetupPrefsCmd);
    if (error == kFailure)
    CAlert::WarningAlert("Command failed");
    Can some one please help me in letting me know what wrong I am doing in this command? This has become quiet critical for me.
    Thanks all in advance.
    Regards
    Farzana.

    Hello All,
    I was able to resolve this by using IPageSetupPrefs instead of IDocSetupCmdData interface.
    Regards
    Farzana.

  • InDesign CS5 Server SDK

    Hi,
    I notice that InDesign CS5 Server is available from the partner download area.  However, I haven't been able to find the InDesign CS5 Server SDK; I've looked in the partner download area and also on http://www.adobe.com/devnet/indesign/sdk/index.html. That page has the CS4 Product SDK and the CS4 Server SDK but for CS5 it only has the Products SDK (which doesn't contain InDesignServerAPI.jar).
    Where can I get the CS5 Server SDK, or whatever is required to compile Java programs that use InDesign CS5 Server?  Is it released yet?
    Thanks,
    Francis

    Thanks for that tip Harbs, I have regenerated the API, which produced an InDesignServerAPI.jar that I've been able to use to compile and run against CS5 Server.  So I can get on with developing again now . However, it's inconvenient to have to regenerate just to be able to start Java development (and it would be worse if I was using Windows because I'd need to buy Visual Studio, fortunately all the tools needed for regeneration on Mac OS X are free).
    Also there are some very useful documents included in the CS4 Server SDK that aren't in the CS5 Products SDK, for example ww-ids-java.pdf (Working with Adobe Indesign CS4 Server Java) and the "Regenerating the Adobe InDesign CS5 Server Java API" document mentions the Server SDK (e.g. "The InDesign CS5 Server SDK installation contains the prebuilt Java API Jar file") so I'm still curious as to whether there will be a CS5 Server SDK.

  • Upgrade from Indesign CS3 to Indesign CS5 server

    Hi,
    I have been looking on adobe site to check if I can have an upgrade from Indesign CS3 to Indesign CS5 server. I have Indesign CS3 license but need to migrate to Indesign CS5 server. Does anybody know whether it is possible to buy upgrade from Indesign CS3 to Indesign CS5 server. Or will I have to buy new license for Indesign CS5 server. Any help on this is appriciated. Thanks.

    Hi,
    Thanks for your reply.
    I have been using Indesign CS3 for generating automated reports. These reports are large in numbers. Limitation with Indesign CS3 is it only allows single instance of the application. And hence I am forced to generate these reports in sequence using multiple servers. Indesign CS5 server on the other hand seems to allow multiple instances running at the same time. This would mean I can generate multiple reports at the same time. This will reduce time to generate these reports and also limit the number of servers. This is the reason I want to migrate from Indesign CS3 to Indesign CS5 server. However, I am not sure if I can get direct upgrade from Indesign CS3 to Indesign CS5 server or I have to buy new license for Indesign CS5 server. Do you have any idea on this, please suggest. Thanks in advance for your response.
    Regards,
    Chaitan.

  • Adobe InDesign CS5 Server SDK - libraries JAVA

    trying with helloworld.java in ids cs5 server sdk.
    the library com.adobe.ids.sdk.utils.* cannot be imported.
    any idea how/from where to import it?
    are there more libraries available?

    Thanks for that tip Harbs, I have regenerated the API, which produced an InDesignServerAPI.jar that I've been able to use to compile and run against CS5 Server.  So I can get on with developing again now . However, it's inconvenient to have to regenerate just to be able to start Java development (and it would be worse if I was using Windows because I'd need to buy Visual Studio, fortunately all the tools needed for regeneration on Mac OS X are free).
    Also there are some very useful documents included in the CS4 Server SDK that aren't in the CS5 Products SDK, for example ww-ids-java.pdf (Working with Adobe Indesign CS4 Server Java) and the "Regenerating the Adobe InDesign CS5 Server Java API" document mentions the Server SDK (e.g. "The InDesign CS5 Server SDK installation contains the prebuilt Java API Jar file") so I'm still curious as to whether there will be a CS5 Server SDK.

  • Link to InDesign cs5 server trail version

    Hi,
    Can anyone provide me the link to download the trail version of InDesign CS5 server.
    Thanks,
    Gopal

    Hi,
    Thanks for your reply.
    I have been using Indesign CS3 for generating automated reports. These reports are large in numbers. Limitation with Indesign CS3 is it only allows single instance of the application. And hence I am forced to generate these reports in sequence using multiple servers. Indesign CS5 server on the other hand seems to allow multiple instances running at the same time. This would mean I can generate multiple reports at the same time. This will reduce time to generate these reports and also limit the number of servers. This is the reason I want to migrate from Indesign CS3 to Indesign CS5 server. However, I am not sure if I can get direct upgrade from Indesign CS3 to Indesign CS5 server or I have to buy new license for Indesign CS5 server. Do you have any idea on this, please suggest. Thanks in advance for your response.
    Regards,
    Chaitan.

  • Need to download InDesign CS5 v7 and Acrobat Pro 9.

    I bought CS5 master collection last year through my college.  I have a valid professional licence and serial number for all included products.
    The problem is, when I purchased it through the school, they only provided a digital download of the software, and did not provide us wth CDs.
    I need to reinstall InDesign and Acrobat 9, but the software has been taken down off my college's website.
    I also cannot download them from adobe, because they only offer InDesign CS5.5 and Acrobat Pro X which I do not have a serial number for.
    Does anyone know where I can download versions of these software?
    again I need:
    - InDesign CS5 v7 (not CS5.5)
    - Acrobat Pro 9
    (I legally paid for these software and have a legal and valid serial number and licence)

    Thanks for the link.
    However, whenever I try to click one of the download links I get this error:
    Access Denied
    You don't have permission to access "http://trials2.adobe.com/AdobeProducts/STAM/CS5/osx10/MasterCollection_CS5_LS1.dmg?" on this server.
    Reference #18.37a2f5cc.1329165829.6ff2baf9

  • I am running InDesign CS5.5 and trying to open an In Design File but getting an error message. " Cannot open the file "PDavidLCover.indd". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file

    I am running InDesign CS5.5 and trying to open an In Design File but getting an error message. " Cannot open the file "PDavidLCover.indd". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file me be open in another application."Please help I really need to get this file open.

    Since you've shown us the folder contents it's a good bet it isn't in use (no lock file). And it doesn't look like the file is mis-named as there doesn't seem to be anything else there that would be the .indd file (but just in case, open it in TextEdit and paste the first few lines here so we can see what the file header says), so the most likely case is the file is damaged. Is that on a removable device of some sort?
    You can try the tool at Repair corrupt InDesign Adobe files on Mac OS X  or send me a link to the file by private message and I'll try the recovery tool I have for Windows.

  • I have InDesign CS5.5 and it says the the security is no longer supported.  Can you help?

    I have InDesign CS5.5 and it says the the security is no longer supported.  Can you help?

    What is the exact text of the message? It could be from third-party software like a virus checker.

  • Adobe InDesign CS5.5 and CS6 keep crashing

    InDesign CS5.5 and CS6 keeps crashing while working on the documents. It's hard to identify the patteren when it's crashes. I deleted the SING/DataStore. Used FontNuke to clear all font caches but none of those helps. CS 5.5 and CS6 are installed on different macs but both crash.
    CS5.5 crash data: http://pastebin.com/5PAx08tc
    CS6 crash data:  http://pastebin.com/dZP09DwP
    Thanks in advance.

    I'm not an expert in reading crash reports, though I do recognze a few of the more common ones (which this is not).  You read them from the top down, so the fisrt line in the crashed thread is the last thing it was doing before the crash. In the case of the CS6 crash you posted, the fisrts 8 lines of thread 0 are Apple code calls, and the last thing that was happening in ID had to do withteh Object Widget Library (I think that's what OWL stands for).
    John Hawkinson is our real expert in this, but he doesn't come around this forum that much these days. You can gain some insight into reading the reports at Guide to Interpreting InDesign Crash Reports | InDesignSecrets

  • InDesign CS5.5 and CS6 Breachballs

    I'm running OS-10.7.4 on a 2011 MBP.
    About every 3rd time I try to open a document created in a previous version of InDsign I can the endless spinning breachball. 
    Force quit works but then, I must re-launch holding down shift key to tried to prevent InDesign form restoring from back up which alway causes a freeze. 
    Is there anyway to stop InDesign from trying to restore.
    Or is that the fix for the unstable nature on InDesign CS5.5 and CS6?

    Try SING removal :- http://helpx.adobe.com/indesign/kb/hang-freeze-open-create-file.html

  • InDesign CS5.5 and CS6 Hang while opening document

    hello,
    I have the following problem:
    Indesign CS5.5 CS6 and hang up several times a day when opening documents on. the user can not make more in the program and must kill the process. After reopening the document opens without problems (probably the recovery file). I have tried all known solutions (delete Preferences, user with admin privileges, delete caches, safe boot, ...)
    here a hang report, which meanwhile has been created.
    InDesign CS6 hang report - Pastebin.com
    Can anyone see something in it and help me?

    Try SING removal :- http://helpx.adobe.com/indesign/kb/hang-freeze-open-create-file.html

  • InDesign CS5.5 and Acrobat 9 compatibilty

    We have purchased the CS5.5 version of InDesign and still have the CS5.5 Design Premium version of the other programs, this includes Acrobat 9, which was originally shipped with CS5. Are there any compatibility reasons we should upgrade to Acrobat X for use with InDesign CS5.5?

    No, there isn't. In fact, the opposite is true. InDesign 7.5 (CS5.5) and Acrobat X support the latest update to the PDF/X specification, PDF/X-4:2010 whereas InDesign 7.0 (CS5) and Acrobat 9 only support PDF/X-4:2010. If you export PDF/X-4 from InDesign 7.5, there is a possibility that your PDF/X-4 file will not pass preflight in Acrobat 9 whereas it will pass preflight in Acrobat X. Plus, there are a large of improvements in Acrobat X.
              - Dov

  • Adobe InDesign CS5 Server JavaScript: Get rectangle by XML tag

    Hi,
    Current set-up:
    Adobe InDesign Server CS5 scripted through ExtendScript via PHP SOAP
    The problem:
    I'm currently placing an image file into a rectangle using the following code:
    frame     =   doc.rectangles[0];
    imgList   =   frame.place(new File(img));
    This works fine; the img file is placed into the rectangle as expected. However, this only refers to the first rectangle in the document: if I have two rectangles in the document, the image is placed into the last created rectangle.
    What I'd ideally like to be able to refer to the rectangle by its XML tag - something like:
    frame     =   doc.getRectangleByTag('Pic'); // <Pic> being the name of the XML tag
    imgList   =   frame.place(new File(img));
    Does anyone have any advice as to how this can be achieved? I realise this is rudimentary question, but am finding no joy after several hours of searching.
    Many thanks

    What I'd ideally like to be able to refer to the rectangle by its XML tag - something like: 
    frame     =   doc.getRectangleByTag('Pic'); // <Pic> being the name of the XML tag
    imgList   =   frame.place(new File(img));
    Are you sure you want to do it this way?
    Could you explain why? I suspect there is a better solution.
    In any case, at least in my test case, the XML tag is associated with the image inside the frame and not the frame itself. So if you want the frame, you must get the image associated with the tag and then go up to the parent. This works in a simple test:
    var frame =
        app.activeDocument.xmlElements[0].
        evaluateXPathExpression("//tennis")[0].
        graphics[0].parent;
    [object Rectangle]

  • InDesign CS5 - Enter and Return keys give unexpected results

    I've been using CS5 for just a few days (Mac Pro, Mac OS X 10.6.3). I've noticed that the Enter and Return keys aren't always behaving as expected. Enter doesn't give me a column break, shift-Return doesn't give me a line break but a new paragraph, and more often than not I can't select the default option in a dialog with either Return or Enter. I've just read cpsid_84345, which says this is an issue in German and Swedish language versions, but I'm using English. The 7.01 update doesn't seem to be available. Any advice?

    That the KBSC files are XML doesn't guarantee faultless migration from one version to the next, probably because Adobe just forgot to cope with importing KBSCs from previous versions. It's great that InDesign offers you such flexibility with the KBSCs, but it's terrible that the implementation has been so sloppy in at least the three last versions (maybe earlier versions, too, but I try to repress the memories).
    Some people have been asking Adobe to make KBSCs scriptable. This would enably you to maintain a small database with KBSCs which a script could read and feed into a new version of InDesign, or redo a KBSC file after it has become corrupt, or whatever minor or major mishap.
    The more people ask for this the better: go to http://www.adobe.com/support/feature.html and request script access to the KBSCs.
    Peter

Maybe you are looking for

  • SMTP-auth via mailx results in service unavailable

    Why do my attempts to use mailx with Gandi SMTP fail with 'Service unavailable'? I have the following ~/.mailrc file which is recognised by mailx: set smtp=smtps://mail.gandi.net:465 set smtp-auth=login set smtp-auth-user=harry@XXXXXXX set smtp-auth-

  • Applicatio​n Builder and Student Edition

    In Labview 8, student edition where do I go to install application builder?  I suppose its not part of a standard install because I don't think I have it. Message Edited by Adma on 02-18-2006 10:12 PM

  • Crossover couldn't work in snow leopard

    I couldn't run crossover in snow leopard. Can anyone help me? I tried to download x11 however, it is said that i already have one in my mac... Help me... Message was edited by: close2u

  • Digital Signature only Release Status with 3(Approver) Signer

    Hello SDN Folks I have done all the basic settings for Digital Signature which is sawn in following link http://wiki.sdn.sap.com/wiki/display/PLM/Digitalsignaturein+DMS it is work  fine with 1 RE (Release) status and 1 Signer We have in process to im

  • Photo album problems

    If you have photo albums, you can't delete them. Manual says go to photo albums and click edit, a delete button will come up next to album and then delete. No button is coming up by the albums, if you add an album with no pictures in it, the delete b