Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
2

Where to find Object Model Viewer for Indesign?

New Here ,
Apr 21, 2021 Apr 21, 2021

I understand the OMV was part to the ExtendScript Toolkit that no longer works on 64bit Win 10. 

 

I'm using VSCode with the ExtendScript plugin, but where would I find object reference? How do people code witout if if they don't know the API?? 

 

Many thanks. 

TOPICS
Scripting
5.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 2 Correct answers

Community Expert , Apr 21, 2021 Apr 21, 2021

Are you sure that the ESTK is not running on Windows 10?

 

Don't think so. On my Windows machine there is no issue to run:

ExtendScript Toolkit CC and Debugger (32 bit) 4.0.0.1

ExtendScript Toolkit CS6 and Debugger (32 bit) 3.8.0.12

 

Windows 10 Pro

Version 2004

 

If you are interested in DOM documentation done by Gregor Fellenz, see:

https://www.indesignjs.de/extendscriptAPI/indesign-latest/#about.html

And yes, this is no substitution for the OMV.

Especially if scriptable 3rd-party plug-ins are

...
Translate
Community Expert , Apr 21, 2021 Apr 21, 2021

See this:

OMV-16.1-ESTK-CS6.png

ExtendScript Toolkit CS6 connected to InDesign 2021 version 16.

My German Windows 10 Pro machine.

OMV and Data Browser fully functional.

 

Regards,
Uwe Laubender

( ACP )

 

Translate
Advisor ,
Apr 21, 2021 Apr 21, 2021

Hello,

 

Now using the VSCode with the ExtendScript plugin this is what I use as a reference......

Link to the InDesign API for InDesign 2021 (16.0) https://www.indesignjs.de/extendscriptAPI/indesign-latest/index.html#$.html

Regards,

Mike

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 21, 2021 Apr 21, 2021

Are you sure that the ESTK is not running on Windows 10?

 

Don't think so. On my Windows machine there is no issue to run:

ExtendScript Toolkit CC and Debugger (32 bit) 4.0.0.1

ExtendScript Toolkit CS6 and Debugger (32 bit) 3.8.0.12

 

Windows 10 Pro

Version 2004

 

If you are interested in DOM documentation done by Gregor Fellenz, see:

https://www.indesignjs.de/extendscriptAPI/indesign-latest/#about.html

And yes, this is no substitution for the OMV.

Especially if scriptable 3rd-party plug-ins are installed.

 

Regards,
Uwe Laubender

( ACP )

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jun 23, 2021 Jun 23, 2021

@Laubender  I see listed in your reply ESTK CC version 4. I have 3.5. Where can I download version 4? Thanks.

William Campbell
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 21, 2021 Apr 21, 2021

See this:

OMV-16.1-ESTK-CS6.png

ExtendScript Toolkit CS6 connected to InDesign 2021 version 16.

My German Windows 10 Pro machine.

OMV and Data Browser fully functional.

 

Regards,
Uwe Laubender

( ACP )

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 14, 2021 May 14, 2021

Hello!

Maybe you know, why there is no QR code in the DOM? And is it possible to edit generated QR codes with script?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 15, 2021 May 15, 2021

Hi Rotkeps,

your question should be done in a separate thread.

To answer your question in short:

 

The DOM  provides methods for creating QRCodes, literally on nearly every page item :

https://www.indesignjs.de/extendscriptAPI/indesign-latest/#PageItem.html

 

createEmailQRCode()
createHyperlinkQRCode()
createPlainTextQRCode()
createTextMsgQRCode()

 

So, how about reading out an added QRCode?

Well, the harsh truth is: You cannot do that from DOM directly.

 

A workaround:

Export the QRCode object, which is an EPS, to IDMS and exploit the information you find there.

 

Regards,
Uwe Laubender

( ACP )

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 23, 2021 Jun 23, 2021

William said: "I see listed in your reply ESTK CC version 4. I have 3.5. Where can I download version 4?"

 

Well, I'd try it at:

<Link Removed By Moderator>

 

Regards,
Uwe Laubender

( ACP )

 

<Response Edited By Moderator>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jun 23, 2021 Jun 23, 2021
LATEST

@Laubender  Yes that worked. Thanks!

William Campbell
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines