Indesign (IDML file) Viewer using HTML5 and Javascript
I’m working on IDML file automation. My requirement is to showcase an IDML template in an HTML5 editor.I have a simple TextFrame with Hello World text. I saved the file as: sample.idml. Then, I...
View ArticleIDCS4 Win OutstandingBossLog.txt
I have yet to see this work in any version of InDesign, but this time I thought I would give the forum an opportunity to help out. I have leaks in my plugin, and when I exit InDesign I am told to check...
View ArticleMinimum page size ... again
I would like to know, if there is a minimum size for an InDesign page.When trying to create a document smaller than 30x30mm InDesign keeps complaining, that the "Specified margin and column setup does...
View ArticleSDKLayoutHelper::PlaceFileInFrame() crashes with InDesign CS4
Hi All, I have a word document which contain text frame and some anchored object. I tried to place this on InDesign document, for this I used SDKLayoutHelper::PlaceFileInFrame().In this function after...
View ArticleHow to launch choose application dialog on mac.
Hi all, Earlier I have posted this question on InDesign forum but I think this might be related to SDK so I am posting it here also. I have an InDeign plugin and I want to provide the same...
View ArticleDuplicating a textframe issue
Hi, What i want to do:Duplicate the associated textframes of a story, referenced by an XMLReference What happens:On the process command (CmdUtils::ProcessCommand(duplicateCmd);) the code crashes with...
View Articlehow to find page contains table indesign sdk?
pls,anyone help me,how to find page contains table indesign sdk? thanks,screen410099
View ArticleProgramatically determine installation location for InDesign CS3, CS4, CS5,...
We build plug-ins for all versions of InDesign from CS3 and later, for Windows and Mac. To deploy our plug-in(s) on Windows, we use InstallShield, which has a somewhat complicated mechanism to locate...
View ArticlePersistent Data on kTextStoryBoss
Hi Folks, I've written some code to add persistent data to a story/text model. This has involved adding my Interface\implementation to the kTextStoryBoss as follows... AddIn{ kTextStoryBoss,...
View ArticleInDesign 5.5 Debug Version : where to download?
How can I get a indesign CS5.5 debug version? I would like to download a InDesign CS5.5 Debug version software (Windows only). But I can't find/see it on Solution Partner site, even with my Adobe ID...
View ArticlekFitFrameToContentCmdBoss not adjusting the width only adjusts height?
Hello, I had been using the below code for CS4/CS5 and now it stopped working, I am sure I must be missing something, I have created a text frame using SDKLayoutHelper.cpp CreateTextFrame, inserted...
View Articlehow to create tool tip for menu using indesign sdk?
Hi, Please guide me, how to create tool tip for user defined menu? and how to get menu widget id? Thanks,vijay
View ArticleHow to flow text from selected text frame?
Hi, I have problem to flow a text from selected text frame to next. The below code insert only on selected frame and not flow to nextframe Please suggest any idea to go forward. IDFile picFile;...
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 ArticleSample plugin
Hi,I am totally new to Adobe Indesign, having got the task to write Indesign plugins.So I installed IndesignCS4-SDK and tried to start with sample plugins.In the SDK there is a batchfile...
View ArticlekFitContentToFrameCmdBoss is not working in CS5
Hi All, I have used kFitContentToFrameCmdBoss for fit content to frame option. The command is executed successfully without any result.When we try to apply Fit content to frame option in SnippetRunner...
View ArticleAdding crop marks in jpeg export
Hi All, Is is possible to add crop marks in jpeg export similar to what we have in pdf export.I see SnapshotUtils class but could not see any method to set crop marks.What I need to do to set crop...
View ArticleHow to find number of columns in Indesign CC
Hi, I want to find out number of columns and gutter of active page in Indesign CC. Following code is working in CS6. IColumns* iColumns = Utils<ILayoutUIUtils>()->QueryFrontColumns();...
View ArticleExternal Flavor Drag&Drop
Hi all, I'm implementing a to Drag & Drop from an external application(Desktop) on to a panel widget.In the Function "CouldAcceptTypes", it accepted successfully, but in the function...
View ArticlePossible memory leaks in the code , ASSERT messages in debug version !!!
Hi,I have my Indesign C++ plugin running successfully in DEBUG and RELEASE versions of Indesign.But in Debug version, when I close my Indesign, I get a series of ASSERTS which I am not able to figure...
View Article