Ale_Ricci
New Here
Ale_Ricci
New Here
Activity
‎Jun 11, 2014
06:35 AM
We have a plug-in that opens an InDesign document and exports a PDF with a configured Adobe PDF Preset. The document links several assets (Pictures, Graphics, PDF) from our custom CMS, using a CustomDataLink plug-in. Sometimes it happens that in the exported PDF some of the linked PDF assets are missing. Is this due to the async handling of assets coming from the CustomDataLink? Why only with PDF assets? We tried to implement a Responder to be notified after the Open of the InDesign document, but when we receive the event kAfterOpenDocSignalResponderService the document is not fully loaded yet, so we have no way to avoid the export start before the document is really ready for the exportation. How is possible to be notified when the document is fully opened with all the assets loaded from the CustomDataLink? Thanks in advance, GL
... View more
‎May 17, 2014
02:19 PM
Hello, We’re developing a plug-in for Adobe Illustrator CS6, that implements the placement of an image into the open docume nt, using the AIPlacedSuite. So far, we’ve been able to do such operation using that suite and the ExecPlaceRequest API. Now, what w e would like to do, it to manually manage an update of linked objects, that are retrieved from our CMS, reimporting them if they are out of date. We’ve implemented such a behavior inside Adobe InDesign in the past, using the CustomDataLink mechanism. What we’re as king is if it is possible to associate to any link a void* structure where we can store some information of the object of our CMS, t hen the existence of an API to go through all the links of the active document, and how to identify any link. This way we would be a ble to reach our goal. Otherwise, do you have any advice on implementing what we need? Thank you in advance.
... View more
‎May 09, 2014
07:20 AM
Hi all, is it possible to export a frame of the sequence using the SDK, implementing what a used can do using the Export Frame command? Thank you in advance. Ale
... View more