Nokturnal1
New member
Hi all,
This is my first post on here. Im looking to see if anyone knows how to edit the Javascript for Illustrator CS4? Adobe already has a script in Illustrator called 'SaveDocsAsPDF.jsx'. I want to be able to tweak this script so I can edit the PDF Save Options to do things like add trim marks and bleed, since this script clips the bleed at the trim box. When I open the script, it gives some info like:
// See PDFSaveOptions in the JavaScript Reference for available options
// Set the options you want below:
// For example, uncomment to set the compatibility of the generated pdf to Acrobat 7 (PDF 1.6)
// options.compatibility = PDFCompatibility.ACROBAT7;
But they fail to mention where this is 'JavaScript Reference' is so I have no idea where to find the script options. Anyone out there have any idea? I am not a code person, but I do have the awareness of how to edit them.
Thanks
This is my first post on here. Im looking to see if anyone knows how to edit the Javascript for Illustrator CS4? Adobe already has a script in Illustrator called 'SaveDocsAsPDF.jsx'. I want to be able to tweak this script so I can edit the PDF Save Options to do things like add trim marks and bleed, since this script clips the bleed at the trim box. When I open the script, it gives some info like:
// See PDFSaveOptions in the JavaScript Reference for available options
// Set the options you want below:
// For example, uncomment to set the compatibility of the generated pdf to Acrobat 7 (PDF 1.6)
// options.compatibility = PDFCompatibility.ACROBAT7;
But they fail to mention where this is 'JavaScript Reference' is so I have no idea where to find the script options. Anyone out there have any idea? I am not a code person, but I do have the awareness of how to edit them.
Thanks
Last edited: