how to get processing instruction indesign sdk?
pls,anyone can tell ,how to get the processing instruction node using indesign sdk? thanks,screen410099
View ArticleProblem with resizable dialog in CC ...
Hi, I’m having a problem with a resizable dialog that contains a treeview in an EVEGenericPanelWithBorderWidget. I have changed our code to open the dialog with the resize flag set to true and made...
View Articlehow to convert int32 to PMString format?
I want to convert a int32 variable into PMString.Can someone suggest a possible way to do so?
View ArticleWhy is my InDesign Family SDK Access Program Application not approved?
I have registered for InDesign Family SDK Access Program Application. it has been more than a week and I haven't received any response from adobe
View ArticleHow to keeps button in center of resizable dialog/panel?
Hi all,Is there any ways to make a button still in center of dialog/panel when I resize dialog/panel without changes its frame size?I'm using kBindAll but the button will be changed frame size. Can...
View ArticleXCode 5 and InDesign CC 2014
Something in the CC 2014 SDK looks strange to me. In the porting guide, The mentionned version of XCode is 5.0.2. This version of XCode supports Mac OS SDK 10.8 and higher. But in InDesign CC 2014...
View ArticleTextframe Associated with Root element
Hi, I want to add a Processing Instructions before the first character of any TextFrame. (This is pure xml workflow)....InterfacePtr<IIDXMLElement> root_elt...
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 ArticleDrag and drop the text and image
Hi, I need help in drag and drop text and image. I am able to drag and drop the text and image in doc but i want to drag the text in text frame and image in image frame only. For this how to get...
View ArticleCS6 Eve Dialog & resize
Hi, I'm looking at converting dialogs to EVE, I've got what seems a simple dialog - a table based list box, 2 buttons and the ability to resize. The only way I've found to allow re-size is by having a...
View ArticleIn Indesign CS6 I export an artboard to TIFF with the sdk's funtion...
In Indesign CS6 I export an artboard to TIFF with the sdk's funtion SnapshotUtilsEx->ExportImageToTIFF(iStream) and, the resulting file is one pixel too large in the X, leaving a transparent strip...
View ArticleSnapshotUtilsEx::ExportImageToPNG differences in performance in CC
This is a bit random, but I'm out of ideas. I'm using SnapshotUtilsEx::ExportImageToPNG in my plugin. It's working great in InDesign CS5.5 and CS6, but when I run it in CC, it takes around 1.5 seconds...
View Articlemmap : error: can't allocate region
Hi everybody, I've encountered a problem in the save process of a document : Adobe InDesign CS6(14998,0xb0f0f000) malloc: *** mmap(size=16777216) failed (error code=12)*** error: can't allocate...
View ArticleInDesign CS6 and relinking resources with ILinkFacade
I've been trying to relink InDesign document links but rather unsuccessfully. I did read that ILinkFacade should be the way to go but the documentation is somewhat poor. I did find some SDK examples...
View ArticleHow to call SQL statements in InDesign CS6?
Hi, My plug-in needs to interact with the database, and update the database content, how should I do, can I call SQL statements in InDesign CS6? Thanku very much.
View ArticleHow to unembed links?
Hi, I have indesign document with embeded links in it. The links don't have any physical existance on drive. I need to unembed all embeded links programaticaly into a specific folder.This is possible...
View Article[ID CS5.5+] How to get the UIDs of the page elements of the snippet imported...
Hi All, I used the following code to import a snippet stream into the current active page of the document- InterfacePtr<IDOMElement> documentElement(currSpreadUIDRef, UseDefaultIID()); if...
View ArticleHow to get UIDs of pages containing a given PageItem
Hi,I have the UID for a PageItem and I'm trying to get a list of the UIDs of the pages which the item is on.I'm using GetPageUIDs: IDocument* doc =...
View ArticleLearn Plug-in Create.
Hi All, I have to learn and start to create the InDesign Plug-in. Which software I have use? 1. Eclipse2. Visual Studio. Please help me. and guide for with some examples. thx,csm_phil.
View ArticleI want to create a simple docuement with 2 pages?
I want to my plugin to create a simple document as soon as My Plugin is loaded in Indesign. I have derived my class IStartupShutdownService so that it's called in startup.But this is failing at line...
View Article