Creating CS5.5 plugin
Hi all, I am having 'litte' problems creating cs5.5 plugins.... Some years before, I've developed CS5 plugin with no problems, but at the moment I've problems even to test the plugins downloaded with...
View ArticleCommunication between C++ plugin / ActionScript
Hello, A sort of repost of a previous question. What is the best way to communicate with a C++ plugin from ActionScript. The plugin has exposed its functionality to javascript. Ideally we would like to...
View ArticleCompiling a CS6 indesign plugin with XCode 5?
Now that I have moved to Mavericks and XCode 5.x, I need to recompile a previously working InDesign CS6 plug-in. I get errors in the precompile stage. I tried putting XCode 4.x on my computer and...
View ArticleQuestions about Selections
Hi all, I have some unsolved questions about selections, I have panel, ASB, CSB, layoutSelectionBoss and so on:How is my selection called? What steps I need to do for that?How to get data from...
View ArticleHow to create new Plug-in
Hi Experts, I'm Indesign Js developer. Now I wish to work with ID SDK. I go through guides in indesign sdk Kit. But there, there are things mentioned and if I tried to execute the sample provided...
View ArticleInDesign SDK for CS6
Hi, Do anyone have information, whether Adobe has released InDesign CS6 SDK? If yes, from where I can get that. Thanks
View ArticleCS5.5: How do you derive the size of the pasteboard given an ISpread?
Basically what I'm doing is programmatically creating a frame on a document and placing the frame anywhere.This works as long as I create the frame somewhere on the pasteboard. (I'm defining the...
View ArticleHow create Indesign application using vc++
Hi I want to ask that How create Indesign application using vc++ ?I am able to develop application in C# using COM and generate Interop.Indesign.dll using Adobe Indesign CS5.5 Type Library I am...
View ArticleFonts are not updating in InDesign instantly
Hi, I am working on InDesign 5.5 plugin, which is used to handle missing fonts of document. It Displays a List of missing fonts in a dialog box and user can Activate the missing font. If user opens a...
View ArticleGetPrintedBBox clipping the image
Hello, i am using itemShape->GetPrintedBBox to get the bounding box of the printable area of a shape. If I have a rule above / below set with a negative indent so that the rule is drawn outside of...
View ArticleLigatures
I have some code in an InDesign plug-in that iterates through all glyphs in a font and extracts the unicode value for the glyph by calling glyphUtils->GlyphToCharacter(font, glyph,...
View ArticleHow to run a Plugin, without opening Adobe indesign
Hi, Does anyone know how to run a plugin as a service or something like that... What i want to do is, I have written a plugin that can read texts from indd files & save them as .txt files. now...
View ArticleHow to call dialogs one after another?
First i have to call login dialog after successfull login call another dialog.Can any one provide any refer for proceed further.
View ArticleHow to get text Opacity?
I am able to get the object opacity, but I can not find the way to do the same for the text opacity,can anyone guide me? thank you
View ArticleHow to get the UIDRef of Text frame associated with hyperlink?
Hi, I have a document which contains Text hyperlinks . I am able to get the number of hyperlinks present in document using "IHyperlinkTable" and text range to which hyperlink is associated using...
View ArticleHow to add multi resource files in a plugin?
I need to add multiple dialog in a plugin.I need to know It's is possible to add multiple resource in a pluginit's is possible to config multiple dialog in a resource file(fr file)can any one...
View ArticlePara rules
Hello, How do I detect para rules above and / below? What I would like to find is the indents. Regards. P
View ArticleHow to create new Plug-in
Hi Experts, I'm Indesign Js developer. Now I wish to work with ID SDK. I go through guides in indesign sdk Kit. But there, there are things mentioned and if I tried to execute the sample provided...
View ArticleImport TIFF with alpha channel fails
Hi all, I use the typical functionality ( kImportResourceCmdBoss / kPlaceItemInGraphicFrameCmdBoss ) to place pictures into an existing frame. It works for almost all types of pictures. It does not...
View ArticleInDesign CS6 Plug-in development problem
Hello, IDE:Visual Studio 2010Platform:Windows7-32Version:Indesign CS6Database:MySql-5.0.67-win32ODBC:ODBC-5.1 The source code: URI uri("odbc://New/?table=jo_user#user_id,username,reset_key,activation,...
View Article