Quantcast
Channel: Adobe Community : Popular Discussions - InDesign SDK
Browsing all 78596 articles
Browse latest View live

Navigating elements using XPath through SDK

Hi there, Here is my code: InterfacePtr<IXMLParserUtils> xmlparse(doc, IID_IXMLPARSERUTILS);xmlparse->EvaluateXPathsForElement(); (I yet to derive parameters.) However my error is:error C2039:...

View Article


CS3: Verify document says "UIDCheckStream has detected an invalid reference."

Hi I have installed InDesign 5.0.3 on Windows XP. I open a document and after closing it it is verfied. During the verify, the message "UIDCheckStream has detected an invalid reference. It is safe to...

View Article


How to Enable and disable task by Panel?

Hi guys, I was completed the IID_ISTARTUPSHUTDOWN service to call the task durning the startup.. My quest is, i need to start the task, when panel is Enable.Please advice the way to solve the above issue.

View Article

InDesign 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 Article

How do I get Texts in a .indd file to a wordpad

I'm running CS6 & developing a pluging for that. Currently I'm reading texts written in a .indd file & print them to a text file using ITextModelClass..But I can't read texts written as...

View Article


How to resize existing text frame and also place another frame from different...

I need to resize existing text frame and also place another frame from different page. Can any one suggest soluction for the problem.

View Article

How to add watermark (print only) for a indd file in java ?

Hi EveryOne ,  I have a few indd files in the database .I want to write  a java class , that puts a water mark (print only) on a few indd files based on some parameters. I  have the binary , which...

View Article

Native Application Toolkit replacement in CC 9.1

Hi AllI hope this is in the right forum. I have dialogs written with Extension builder 2.1, targeting CS5 to CC. I just update CC to 9.1 and the NativeApplicationToolkit does not work anymore. I have...

View Article


How to run Indesign CS6 as a service

Is there any posiblity to run indesign CS6 as a service, in a separate server or PC?

View Article


How 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 Article

Creating Custom UI widget

Hi All, The problem is that InDesign crashes on startup, while plugin compiles ok. The code is the following: .fr file resource ClassDescriptionTable(kSDKDefClassDescriptionTableResourceID){{{...Class...

View Article

How to check the text frame have overflow?

I am using below code, its wrongly show text frame have over flow UIDRef content = pageItems.GetRef(i);       InterfacePtr<IGraphicFrameData> graphicFrameData(content,  UseDefaultIID()); UIDRef...

View Article

Highlight Text In Indesign

Dear Scripters, There is a option to highlight custom tracking/kerning, h&j violations and etc.... This option will highlight the custom tracking/kerning lines in the indesign document. The...

View Article


Norwegian charcters Unicode problem, InDesign CS5, Windows 7 64 bit

HelloI have a problem with moving files from within an indesign plugin. I try to move an image file to the same folder as the inDesign document.The problem is that the document folder contains...

View Article

how to get all page items from the document

Hi all, i want to get all page items and its frame and data from the documentThen i want to create my own xml.  any help? any advice ?please.

View Article


What are the effects to plug-in development when updating InDesign CS version...

Will there be a CC version SDK available? Or the CS6 plug-ins can be loaded in CC version? Otherwise the plug-ins are required to be re-compiled? Is there any official documentation about the inDesign...

View Article

Ligatures

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 Article


Custom UI widget flickering

Hi All, The question is the following. I have my custom image ui widget. I can scroll it and scale it. During the process of scrolling and scaling it starts flickering. It can be fixed by using double...

View Article

How to open an .indd file in commands

does any one know how to open an .indd file in commands from a plugin(without opening from the normal procedure..File -> Open ...)in my plugin I tried,  SDKFileOpenChooser...

View Article

CS5.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 Article
Browsing all 78596 articles
Browse latest View live