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

open document in hidden mode

Contributor ,
Mar 11, 2018 Mar 11, 2018

Copy link to clipboard

Copied

Hi

How to open a document in hidden mode in illustrator.

it is possible in indesign using set false to showing windows option like,

app.open(path,false);

is it any option like showing windows in illustrator?

pls help

Thanks

TOPICS
Scripting

Views

637

Translate

Translate

Report

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
Adobe
Community Expert ,
Mar 11, 2018 Mar 11, 2018

Copy link to clipboard

Copied

You can reference below thread.

Play with addDocumentNoUI

Votes

Translate

Translate

Report

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
Contributor ,
Mar 11, 2018 Mar 11, 2018

Copy link to clipboard

Copied

hi

thanks for your reply.

I think addDocumentsNOUI() used for create new document.

my problem is open a existing document in hidden mode

Thanks

Votes

Translate

Translate

Report

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 ,
Mar 12, 2018 Mar 12, 2018

Copy link to clipboard

Copied

Unfortunately, We have only three methods addDocumentNoUI, saveDocumentNoUI and closeNoUI.

We can make new documents in NoUI mode. However, We can not edit exist files in this mode.

Votes

Translate

Translate

Report

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
People's Champ ,
Mar 14, 2018 Mar 14, 2018

Copy link to clipboard

Copied

https://forums.adobe.com/people/Ten+A  a écrit

You can reference below thread.

Play with addDocumentNoUI 

Adobe engineers don't help us really While I say hail to the feature, too bad it wasn't based on InDesign syntax which is

app.documents.add ( true|false ).

Votes

Translate

Translate

Report

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 ,
Mar 16, 2018 Mar 16, 2018

Copy link to clipboard

Copied

LATEST

I read a  Silly-V 's answer...

I think it's hephelp for your question.

Play with addDocumentNoUI

   Thank you.

Murali.M

Votes

Translate

Translate

Report

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