Is Indesign CS5 Server support multithreading plug-in development?

Thanks
Qamar

Hi Peter,
    Thanks for update.
     Ok i can try with my priavte thread with help of core c++ but some things must need to look as
     1.Generally will do the development with help of ID apis.
     2.And due which i have to pass some baisc apis of id that i have talked about updating links.
     3.So is i can handle the apis in  my private thread or it only non id apis code to made multithreaded.
Things are clear to me but just a little point that for developing id plug-in i need to be in/out flow with id apis and our development code.
How can figure out this?
Thanks
Qamar

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.

  • InDesign CS3 Server - Support for Standard ECMA-357, ECMAScript for XML (E4X) Specification

    Does InDesign CS3 Server fully support the XML standards outlined by ECMA in 'Standard ECMA-357 ECMAScript for XML (E4X) Specification'?
    http://www.ecma-international.org/publications/standards/Ecma-357.htm

    Thanks Michael, for your prompt reply.
    I can see that some of the XML library/functions are available in the ExtendScript Editor - but I just wanted to make sure that I'm not missing something.
    Thanks again,
    Carl

  • Does Photoshop CS5.1 support TWAIN plug-in on Mac OS X V 10.7.4

    I am running Photoshop CS5.1 Extended V 12.1 in 32 bit mode on a Mac OS X 10.7.4 and followed instructions to install the TWAIN plug-in as written here:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4904
    I restarted Photoshop, but the TWAIN plug-in does not appear in file/import dropdown as it did in my earlier version of Photoshop (see attached screenshot).
    I found this discussion in the forums which implies that the TWAIN plugin is supported in CS5.5 and Mac OS 10.7 (Lion):
    http://forums.adobe.com/message/3816883
    Is the TWAIN plugin supported in CS5.1 and Mac OS 10.7?  If so, can anyone help me troubleshoot why the plug-in does not appear in my file/import dropdown list?
    Thanks in advance.
    P.S.  I prefer to use the TWAIN plug-in because I am very familiar with the TWAIN driver and how to manipulate scanner settings to get a scanned image that represents my original artwork.  I am testing the recommended VueScan and it offers more than the epson scanner driver on the mac, but I can get more work done in less time with a TWAIN plug-in because there's no learning curve.

    Additional information:
    installed trial version of VueScan, which included a Photoshop plug-in for my epson scanner.  That plug-in IS recognized (and functional) within Photoshop CS5.1.

  • 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 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

  • [InD. CS5 Server][JS] XML-Import, how to receive data?

    Hello everybody!
    I tried to import an simple XML with the ExtendScript Toolkit on InDesign CS5 Server with the following script:
    var myXmlFile = new File("../path/blubb.xml");
    var myContent;
    myXmlFile.open("r", undefined, undefined);
    while(!myXmlFile.eof){     myContent = myXmlFile.read();     var xml_value = myContent.childNodes[0].getElementsByTagName('ROOT').nodeValue;     //var xml_value = myContent.getElementsByTagName('ROOT').item(0).firstChild.nodeValue;      alert(xml_value);
    the XML-FIle is this:
    <?xml version="1.0" encoding="UTF-8"?>
    <ROOT>
         <TEST>blubb</TEST>
         <TEST2>bla</TEST2>
    </ROOT>
    If i alert myContent, there is the whole XML in the terminal output in one line. And the console of the ExtendScript Toolkit says "Execution finished. Ergebnis: undefined". (why is the result: unfinished?)
    Now i tried to get some nodeValues in different ways (from different tutorials) but sometimes theres an error "myContent.getElementsByTagName is not a function". So i tried different ways, without this functions but if i tried to access the nodes like this:
    var xml_value = myContent.item[0];
    or some other compositions with "firstChild", "item[x]" and "nodeValue", there is the error message "undefined is not an object".
    Could anyone please give me a hint, how to read the xml-data in a loop? I need to parse some XML-FIles from InDesign-CS2-Documents and create new InDesign-CS5-Documents, but stucked already at the first step...
    Thanks for your reponses!
    Greetings
    Sybriz

    InDesign needs to know that it's actually XML, so make sure to use an XML object.
    Use something like this:
    myXMLFile =  File ('path+ filename + '.xml');
        myXMLFile.open('r');
        var currentXML = new XML(myXMLFile.read());
    There's more documentation on E4X here: Use E4X. There's a tutorial here: https://developer.mozilla.org/en/E4X_Tutorial

  • Corrupt SDK ZIP: InDesign CS5 Products SDK Win [535]

    Dear Adobe
    When trying to unzip the InDesign CS5 Products SDK for Win [535], WinRAR notifies me that "The archive is corrpt". When opening the SDK with the Windows ZIP functionality, there are a lot of files missing.
    The mentioned file is named: Adobe_InDesign_CS5_Products_SDK_535_Win.zip
    I really don't like the idea of developing with a potential corrupt SDK.
    So can you please provide a "clean" SDK ZIP as soon as possible?
    Thanks, Marco

    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.

  • 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.

  • How to fix file when it says, "Cannot open file " ". Adobe Indesign does not support the file format, a plug-in that supports the file may be missing, or file may be open in another application." It worked one second, I saved and closed the file, then tri

    How to fix file when it says, "Cannot open file " ". Adobe Indesign does not support the file format, a plug-in that supports the file may be missing, or file may be open in another application." It worked one second, I saved and closed the file, then tried to reopen and now it won't work. I am using Adobe InDesign CS5. It is the only version on my comp. I have tried opening on another comp & copying the file – same error comes up. PLEASE HELP

    First check the version of the document with Jongware's script "Identify.jsx" (ExtendScript/JavaScript).
    You can find it here:
    [Ann] Identify Your InDesign File
    If it is CS 5.5 or above, you need someone to open it in the version the script says and export an IDML representation from that. Another way would be to install a 30days version of CS6 or above (CC) and do it yourself.
    In regards of the script showing a result for InDesign files higher than CS6:
    CS7 = CC v9
    CS8 = CC v10 = CC-2014 or CC2014.1
    Uwe

  • Indesign cs5.5 server (service) giving error while including .indd document

    Hi all,
    When I try to include the .indd document in book  and try to genarate pdf using indesign cs5.5  server sevice  it gives following error:
    ( note : but when i am using command line(.bat ) file it is including .indd document without locking)
    Error::    
    "[server] C:\clients\221\template\JNH.indd is locked and cannot be added to book file! [7232] [18387]"
    please help me on this issue.
    Thanks,
    Sameer.

    Hi,
    I am not sure if this is a "Master Page since we use a French version (the functionnality is  named "Gabarit" in French), so here is a printscreen which shows what our users try to do:
    Immediately after the drop is completed, InDesign shuts down without further notice as described before.
    I fully patched one machine to 7.5.3, rebooted it and it still does not work.
    I know 2 GB is a little bit short, but since this is currently a corporate standard in my customer's organization, I will need to be sure that this is the direct and only cause before any upgrade request can be made.
    Thank you for your help.

Maybe you are looking for

  • Power cords for older hardware?

    Hi, Anyone know where I can get power cords for a PowerMac G3 (beige short desktop) and an Apple Multiple Scan 15 AV Display? Willing to pay a fair price! Thanks in advance, --Prahas

  • Convert Photoshop imports to JPEG

    I have imported scanned photos into iPhoto as "Photoshop" images. I wish to convert those imports to JPEG images. What's involved in the conversion process?

  • Regarding Exception handling in Coherence

    Hi , I am using c++ to connecting coherence try{ String::Handle gridHandleCache = GridCacheName; if(hCommCache == NULL) { hCommCache = CacheFactory::getCache(gridHandleCache); else { //cout<<"Info :"<<GridCacheName<<" Cache Already in Active State "

  • Customise value of P V

    Hello, I have a static text which shows the value of region selected fom the region prompt in my report like if APAC is selected it will show Region=APAC. The problem is when no value is selected i.e when we come to the page first time.since there is

  • Firefox wont load all the page

    when trying to add monies to my national lottery account, the security page that validates the payment will not take the password. When trying to reset the password the page which enables this is incomplete. (enter button displayed) so I am unable to