Copy link to clipboard
Copied
In illustrator, i can create outline for text.
How should I do the same in Acrobat SDK?
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.
Copy link to clipboard
Copied
In Adobe Acrobat DC Pro you can use the Preflight tool for this.
Copy link to clipboard
Copied
I want to do it with my program
Copy link to clipboard
Copied
You will use Adobe Acrobat or not?
Copy link to clipboard
Copied
Yes.
I'm working on a Acrobat plug-in.
I want to know how to implement conversion text to outline in the plug-in.
Copy link to clipboard
Copied
May be that you can execute preflight profile in the plugin.
Copy link to clipboard
Copied
I'm not too good at using Acrobat
What should I do?
Can you say something about the procedure?
Thanks.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
I found the way to use Preflight
Can I customize profile in Acrobat?
Copy link to clipboard
Copied
Why want you customize profiles?
Copy link to clipboard
Copied
I want to set profile according to the specific requirements
Copy link to clipboard
Copied
Use the existing profile.
Preflight.getProfileByName("Convert fonts to outlines");
Copy link to clipboard
Copied
Of course – use the Preflight UI to create it.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now