Change Acrobat Cropbox from Javascript for Automation
Hi everyOne
I'm accessing some data inside PDF doc trough Javascript for Automation of OSX
I can get the cropBox.... "var cropBoxx = acro.activeDoc.pages.cropBox();"
But how can i SET the cropbox
"acro.activeDoc.pages.cropBox.value='0, 1224, 192, 612';"...doesn't work
Maybe i'm far of the right way to send data to acrobat
Does someone can guide me
Thanks