How to split the table and move this to next column/page when the table...
Hi, We are having an issue in the plugin we have created for Adobe InDesign for which we require help. The scenario is as given: 1. The InDesign template has been designed with three equal columns to...
View ArticleAutoSize Marker
We want to replace the typefi-autofit plugin with our built in plugin. Want to do marking with autosize between the frames similar to autofit plugin. Could any one reply. Shirish.s/e: MPS Limited ,...
View ArticleDetect if document is not saved(edited state) Indesign SDK Plugin
Hi, I would like to know how to detect if my current document is edited. My plugin will alert if there is any modification on the document. I did not find it on the documentation pdfs. Thanks
View ArticleHow to release Anchored objects in an .indd file
I need to programaticaly release anchored objects in a opened indd file so that images's coordinates could get. does any one have an idea about how to do that. Thanks
View Article[CS6] IGeometry of page return bounds different than seen in UI
Hello all, I'm running into this weird issue and hope someone could help shining some insights over. For CS6, we have a plugin that needs to read the page bounds in page coordinates, and we have been...
View ArticleConverting PMString to std::wstring in InDesign CS6
I'd have to get the filepath of a resource of the opened document to a std::wstring. I can easily get the filepath of the resource as a PMString:InterfacePtr< ILinkResource > pResource(...
View ArticlePlace contents into selected text frame
I want to add contents of palcegun into aa exsiting text frame at specified cursor position without repalcing its previous contents.
View Articleconvert PMstring to int32
I am receiving page numbers from a test box widget and it is of type PMString. I need to convert it into int32 to pass to my createDocument function. Is there a suitable function available anywhere...
View Article[CS6]Get the app version in which the document was first created
Hi All, Is there a way to get the application version in which the document was first created? Eg: I have a CS6 plugin in which I want to know wether the current document was originally created in CS3...
View Articlewhere can we get the list of predefined services for the notification of...
We have a sample plugin docwatch which uses the responder to notify in case a new doc is created/saved/doc closed etc. I want to know if I can get the similar set of services for the text frame eg:...
View ArticleLinking Error: Need Help.....!
Hai to all...<br /><br />Now i'm trying to import an xml file....<br /><br />In that, when i compiled it shows 2 linker error...<br /><br />IMGDialogController.obj :...
View ArticleAnother "error PRJ0019: A tool returned an error code from "Performing Custom...
Hi allIm having a problem moving a project from my computer to another developers computer. When I try to compile the project on the new computer i get the following result(see...
View ArticlePreview of pages containing large images (> 600MB)
Hello,I use the CS3-Server with the Java API, I have to export a pagepreview from a certain page of an indd-document as JPEG. The page that I have to export contains images each with a size greater...
View ArticleAdobe InDesign API Navigator is available on Adobe labs
Adobe InDesign CS5 API Navigator is available on Adobe labs web site. You can download for free. http://labs.adobe.com/technologies/indesign_apinavigator/ If you are an InDesign C++ plug-in developer,...
View Articlepdf from Indesign 1 per page
HI All, If I tried to use codesnippet given in function SnpExportDocAsPDF::ExportDocAsPDF() of snippet runner cs5 sample plugin then it will export complete indesign document as a single pdf. Now I...
View ArticleHow to design the user interface for Indesign cs6 plugin ?
Designing user interface using custom c++ library(SDK) for pluging is very tedious work .so when I search the net than i found that we can do it usingAdobe Creative Suite Extension Builderbut i dont...
View Articlehow to move page item to another page without copy and paste?
I try using below code, its not working InterfacePtr<ICommand> IMoveSpreadcmd(CmdUtils::CreateCommand(kMoveToSpreadCmdBoss)); if(IMoveSpreadcmd == nil) break;...
View ArticleAny schedule/planning for ID CC SDK?
ID CC SDK is still not available, is there any update about it?
View ArticleInDesign SDK CC access
Hello;After registering for the InDesign SDK CC access, I got message that my request will be processed, but 10 days after, still haven't any news. I already have pre-release site account.Any advice...
View Articleusing DocWchServiceProvider
Hi all, I am observing document using DocWchServiceProvider.I wish to get intimation when saved document is opened by user in InDesign.For that I amusing 'kAfterOpenDocSignalResponderService'. But I am...
View Article