Quantcast
Channel: Adobe Community : Popular Discussions - Illustrator Scripting
Viewing all articles
Browse latest Browse all 12845

Save as custom PDF Presets

$
0
0

I have a document that I want to save the .ai file that is open....then save as a pdf with my own Adobe PDF Presets. The name of my preset is:     Machine Views

 

Example sudo code:

 

#target illustrator
var doc = app.activeDocument;
// just save it as the .ai that it is
doc.save();
// save .ai as .pdf with custom named preset
doc.savePDF("Machine Views");

Viewing all articles
Browse latest Browse all 12845

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>