I'd like to specify a PDF preset. I've made the code edit:
} else if ( this.format == 'PDF' ) {
options = new PDFSaveOptions();
options.PDFPreset = 'ACE-PRINT_NOEDIT';
but I'm not confident that the script is truly using my preset.
Any recommendations?
I'd like to specify a PDF preset. I've made the code edit:
} else if ( this.format == 'PDF' ) {
options = new PDFSaveOptions();
options.PDFPreset = 'ACE-PRINT_NOEDIT';
but I'm not confident that the script is truly using my preset.
Any recommendations?