Copy link to clipboard
Copied
I need to know how to create indesign document with layers and layers containing textframes. How to do this with vb.net.
i need to create
1. New indesign document
2. Layers
3. Textframes or imageframes in it
Pls help!!!!!!!!!!!!!!!!!!
Copy link to clipboard
Copied
Here is a package of sample files for all scripting three languages, including VB -- and here is VB scripting guide where you'll find the same scripts and their detailed description.
The answers to all your questions are there.
Kasyan
Copy link to clipboard
Copied
Thanks for ur reply. I need some help in
accessing indesign through vb.net through COM component.
Copy link to clipboard
Copied
With Visual Studio open on the same machine that has InDesign installed, click Project>Add Reference and the COM tab. You should see the Adobe InDesign (your version) Type Library listed. Once you add it, you have access to the entire object model.
Kathe Todd
Audio Editions
Copy link to clipboard
Copied
Is it possible to add Indesign and IndesignServer interop together in vb.net?