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

How to create outlines?

Explorer ,
Aug 16, 2017 Aug 16, 2017

In illustrator, i can create outline for text.

How should I do the same in Acrobat SDK?

TOPICS
Acrobat SDK and JavaScript
5.0K
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

Adobe Employee , Aug 16, 2017 Aug 16, 2017

You need to read the documentation on how to automate the Preflight plugi. Basically that’s via JavaScript and the AFExecuteThisScript() API.

Please note that outlining fonts has a lot of negative implications and should be considered a very last resort and then only used when printing.

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

In Adobe Acrobat DC Pro you can use the Preflight tool for this.

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

I want to do it with my program

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

You will use Adobe Acrobat or not?

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

Yes.

I'm working on a Acrobat plug-in.

I want to know how to implement conversion text to outline in the plug-in.

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

May be that you can execute preflight profile in the plugin.

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

I'm not too good at using Acrobat

What should I do?

Can you say something about the procedure?

Thanks.

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

You need to read the documentation on how to automate the Preflight plugi. Basically that’s via JavaScript and the AFExecuteThisScript() API.

Please note that outlining fonts has a lot of negative implications and should be considered a very last resort and then only used when printing.

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

I found the way to use Preflight

  1. var oProfile = Preflight.getProfileByName("Magazine Ads")

Can I customize profile in Acrobat?

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

Why want you customize profiles?

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

I want to set profile according to the specific requirements

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

Use the existing profile.

Preflight.getProfileByName("Convert fonts to outlines");

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

Of course – use the Preflight UI to create it.

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