Copy link to clipboard
Copied
Any time I make a design I write the reference and the name of the file inside the illustrator document.
I don´t know if exist a way to write a code.... like....... <<file name>> or wherever...... and of course, it will change if a change the file name.
Thanks
Copy link to clipboard
Copied
[ moved from Adobe Creative Cloud to Illustrator]
Copy link to clipboard
Copied
Possible with scripting:
var aDoc = app.activeDocument;
var aTF = aDoc.textFrames.add();
aTF.contents = aDoc.name;
aTF.position = [20, -50];
Save as *.jsx in Illustrator Scripts folder and
Have fun
Copy link to clipboard
Copied
This can be done with scripts, see and download here one that works
Illustrator Script to add a Date and Time to your file » Blog » FashionClassroom.com
if you want something more automated you can try a plugin called Tag72a from this site
Tag72a for Adobe Illustrator - Macintosh
I have used this for a long time and works so good
Copy link to clipboard
Copied
Thanks guys.
the answers have been very valuable.
Regards
Find more inspiration, events, and resources on the new Adobe Community
Explore Now