How to get ITextModel from TextUIDRef?
I try to get ITextModel for single text frame is not working .The below code its working fine for multicolum(story) textframe. UIDRef FrameUIDRef(db,FrameUID); InterfacePtr<IGraphicFrameData>...
View ArticleHow to enable the widgets in Indesign CC..?
Hi, I am working on porting our Indesign CS6 plugin to Indesign CC plugin.I have completed the porting and the plugins has opened in Indesign CC,but i have one problem in design. Three of our Widgets...
View Articlehow to make muliple column listbox using indesign cs3
Hi, I want to create list box having muliple rows and columns. I tried with one cloumn using tree view and that is working fine. How to create multiple column listbox using tree view. I need a...
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 Article[CS5.5] How to import a snippet into the current page
Hi All, I got the IDOMElement from the document UIDRef and imported the snippet into it. Here's the code- InterfacePtr<IDOMElement> documentElement(docRef, UseDefaultIID()); if (documentElement...
View ArticleExport command do not show missing font error
Our plug-in is using the SDK's PDFExportCmd to export InDesign file to PDF. Every thing works fine, except we got into a serious issue when one of the Font is missing in the Indesign file. When an...
View Articleillustrator to indesign problems
Hi, I am having trouble bringing in a drawing from illustrator into indesign, I have bought many drawings in from the same doc and no problem, just one small drawing which is part of a larger...
View ArticleHow to bundle resource files with a plugin
Feel like I'm missing something obvious here.Trying to bundle a zip file in with my (c) plugin, then access it in code.I've added it to the Resources group of my project in XCode, which has caused to...
View ArticleGeneral Question to initiate API-Classes
Hello <br /><br />i am a new ID Plugin Developer. I have wrote until now one PlugIn.<br />Which execute a JS and provides own functions for JS.<br />I have still problems to...
View ArticleFind out about the pasted item...
I followed the class PstLstDocObserver in the sample project persistentlist in CS3 and I can detect the delete command without problem.Now I want to detect the paste command (actually to find out the...
View ArticleRemove all plugin data from a document?
How can I "clean a document" by removing plugin data added by pluggins in a dokument?Best regards/ Pontus
View ArticleProblem with kDuplicateCmdBoss (IDCS3)
Hi,<br /><br />I have the following problem :<br /><br />After duplicated an item with kDuplicateCmdBoss, any action on my document cause crash of ID (not protective...
View ArticleDelete one undo step from undo stack
Hi, I need to delete a single undo step (the last step) from the undo stack of InDesign.If I use "cmdHistory->Discard(docUIDRef);" the whole undo stack is discarded. Or is there a way to avoid a...
View ArticleExporting embedded images from InDesign with ExtendScript
I am looking for a way to programatically export embedded images from InDesign documents. These images are not linked files are a placed image would normally be. Instead, they seem to be completely...
View Articlecannot handle the request because a modal dialog or alert is active.
hi alli try to use indesign product sdk CS5 using com object to open and edit document with asp.netthis error appear to me in this part of my code InDesign.Application indApp =...
View ArticleHow to prevent crashes - ITextModelCmds
Hi In our plugin we substitute text defined by xml marker positions. The following code is working fine for the majority of our test cases, but for a specific combination of substitutions it fails with...
View ArticleReplace text in a document
I want to add a function to my plugin that can replace a text in a document with the other text. How can this be done? Thanks
View ArticleDynamic spelling
Hi Developers, does anyone of you have any experience with the dynamic spell check in InDesign? I have a document with 370000 words (normal book!) and after opening it and activating the dynamic spell...
View ArticleWhere is the InDesign CC SDK? It is still incomplete?
I was so excited that I couldn't sleep Release day. I welcome NewRelease Adobe Creative Cloud.*This discussion is moved from the InDesign forum. I'm a plug-in developers. I'm looking for InDesign CC...
View ArticleDoes Adobe accept plugins that link externally to a DLL like Qt?
It would be beneficial to use Qt inside a plugin as our code base is Qt basedThis would mean, that an external dll has ti be provided. Would that be allowed for a adobe plugin? Thanks.Reinhard
View Article