Skip to main content
Participant
December 1, 2010
Question

plugin to change image path

  • December 1, 2010
  • 1 reply
  • 802 views

Hi Everyone,

                   I am new to indesign plugin development.

                   we are using indesign cs4 and vc++ (microsoft visual studio).

                   i need to create a user interface plugin to change path of all images in a lengthy indesign document.

                   The plugin contains two text boxes one for old location (path of image) and another for new location.

                   When i click ok, it should change path of all images in the document.

                   i need some ideas and suggestions in developing.please help.

                   thanks in advance.

swapna

This topic has been closed for replies.

1 reply

Participant
December 2, 2010

Hi,

        let me make my question clear.

        i need to relink all images in a document, using boss classes (indesign object model for vc++)

        and i want to know what are the appropriate boss classes here.

thanks.

Inspiring
December 2, 2010

Why not use scripting? A script would be fairly easy to implement and probably not work much longer.

Participant
December 7, 2010
Hi Maciej Przepióra,

            

            thanks for the reply.

            I am supposed to do this using InDesign Software Development Kit (SDK), which allows to write compiled plug-ins using C++ .

         so i cannot use scripting.

i would like to add sometithing to my post

         i want to know about indesign object model (classes interfaces and implementations and also boss classes)

        the related documentation is provided but i need more clear idea on this kind os oops.

        please suggest me any related material or link.   

thanks,

anvitha