Select area and delete all objects
Hello,
is possible in Adobe Acrobat Pro XI via javascript select area with coordinates (like with selection tool) and after delete all selected objects (texts, images)?
Thanks
Hello,
is possible in Adobe Acrobat Pro XI via javascript select area with coordinates (like with selection tool) and after delete all selected objects (texts, images)?
Thanks
It's working now ![]()
for(var pg = 0; pg < this.numPages; pg++){
var rCrop = this.getPageBox("Crop",pg);
this.addAnnot({
type:"Redact",
page:pg,
quads:[[0, 20, rCrop[2], 20, 0, 0, rCrop[2], 0]],
overlayText: "",
alignment: 1,
repeat:true
})
;}
this.applyRedactions({bKeepMarks: false, bShowConfirmation: false, cProgText: "Processing..." });
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.