Hi all,
Just a quick call for help…
I’ve been using some scripts I built in OS 9.2.2 for years now without problems, but we just
upgraded to OS X (the new one that won’t boot into classic mode), and I’ve been asked to
alter my scripts due to license upgrades and the need to eliminate Acrobat 5.0. All is fine,
except for one script that calls upon Acrobat to crop.
My old script called on Acrobat 5.0 to crop pages using this line:
set bounds of page 1 of document my_variable to {927, 1667, -81, 20}
but using the same command with Acrobat 7.0, the page won’t be cropped, due to the “-81” part
of the bounds.
Without specifying a negative bound, the cropping works fine, but the whole point of the script is
to negatively crop the left hand side of the page…
Just wondering if anyone else has come upon this issue…
Thanks a lot!
Ryan