Answered
Create PDF of activeDocument
Hello Everyone,
I'm trying to save PDF of activeDocument using a script for convenience, any ideas? ![]()
Hello Everyone,
I'm trying to save PDF of activeDocument using a script for convenience, any ideas? ![]()
#target photoshop;
var saveFile = File(Folder.desktop + "/test.pdf");
SavePDF(saveFile);
function SavePDF(saveFile){
pdfSaveOptions = new PDFSaveOptions();
activeDocument.saveAs(File(saveFile), pdfSaveOptions, true, Extension.LOWERCASE);
};
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.