Add Bleed setting / reading value in Illustrator JavaScript
I checked illustrator JavaScript Scripting Reference
In 2017, only the document bleeding documentbleedoffsetrect can be set, but the bleeding size that has been set in the document cannot be obtained. Is it because the document is incomplete or this method is not provided? Now how can I get the bleeding size of the current document. thank you!
Examples code:
//set bleed
docPreset.documentBleedOffset = [10, 10 10,10];
But there is no way to get the value that has been set
5
votes

-
Jean-Claude Tremblay commented
It’s impossible as of today (29.3.1) to read the bleed value of artboard, or to set/modify bleed value of artboards in document. This is and important missing capabilities.