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

How to create outlines?

Explorer ,
Aug 16, 2017 Aug 16, 2017

I want to create outline for all TextFrame

Here is my code:

  1. app.executeMenuCommand("Text Objects menu item");
  2. app.executeMenuCommand("Create outlines menu item"); // This is a failure here

What parameters should I use here?

TOPICS
Scripting
5.9K
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 1 Correct answer

Community Expert , Aug 16, 2017 Aug 16, 2017

You can reference below link:

Illustrator CC2017 Menu Commands Reference | CC Labo

additionally, You can create outline below.

app.executeMenuCommand("outline");

Translate
Adobe
Community Expert ,
Aug 16, 2017 Aug 16, 2017

You can reference below link:

Illustrator CC2017 Menu Commands Reference | CC Labo

additionally, You can create outline below.

app.executeMenuCommand("outline");

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 ,
Aug 16, 2017 Aug 16, 2017
LATEST

Succeed!!

Thank you so much for your assistance.

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