var
opt=
new
PDFSaveOptions();
opt.registrationMarks =
true
;
f=
File(
"~/Desktop/SamplePDF.pdf"
);
app.activeDocument.saveAs(f, opt);