AlexeyNik
New Here
AlexeyNik
New Here
Activity
‎Jul 11, 2022
12:42 PM
If you check Show/Hide Rulers in Preferences the last document will determine if rulers are shown or not.
If this setting is on and your open document has rulers visible, your next document (or the next document you open) will show them too.
... View more
‎Dec 27, 2021
10:56 AM
3 Upvotes
alert(app.activeDocument.selection[0].anchor);
Note: "anchor" is only available for point text
... View more
‎Aug 20, 2020
11:14 AM
Thanks for the help.
... View more
‎Jun 15, 2020
03:41 AM
Tell me how to track the change in units of measure through the event.
... View more
‎Jul 28, 2013
12:26 PM
hi all, How GroupArt move from one layer to another. Thanks in advance.
... View more
‎Jul 15, 2013
12:00 AM
Thanks for the reply. Sorry for the simple question. What is the theme used in Adobe Illustrator CS6? And then I started programming in Flash Builder 4.6 and the panel is obtained with the other buttons. Or how to move the theme Adobe Illustrator CS6 in my project? Thanks
... View more
‎Sep 27, 2013
12:08 PM
Hello, I did, a few months ago a plugin to find the colors used in a document called JLG.Colors. It can be found at http://jlg.outils.pagesperso-orange.fr/Pages/ManuelTelechargerCS5US.html This module is for CS5 Mac. JLG.
... View more
‎Jun 11, 2013
02:19 AM
Peter Spier, I hope they can help AlexeyNi thank you very much I have seen it .. but I did not find what I was looking for scrip that I was looking to put the Color Bar.
... View more
‎Mar 26, 2012
07:37 AM
If you can use an external tool, I think rather than writing my own pdf parsing library I would use one of the ones already out there and freely available. See for instance pdfinfo -box in the xpdf suite. (You can tell it which page to look at or run it once per page if you need to know the sizes for every page; it looks like it reports the page box dimensions of the first page by default.) Jeff
... View more