These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Acrobat 5 vs Acrobat 9 and MenuItemExecute ?

JaySal
Registered: Aug 19 2009
Posts: 9

Our company has recently upgraded to Acrobat 9 from Arcobat 5.

We've scripted a set of cropping in batch processing in Acrobat 5, using the command "MenuItemExecute("AVSequenceMenuItemAtom-1")" The problem is we have 10 different batch sequences that are scripted to launch any multiple of the 10 sequences based on the pdf's selected.

After reading another post on your forum I see they've gotten rid of that command after v5.
http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=13491

Is there anyone way I can automate cropping a set of PDF's without any user interaction ?

Thanks
J

My Product Information:
Acrobat Pro 9.1.3, Windows
try67
Expert
Registered: Oct 30 2008
Posts: 2398
You can crop multiple files in a batch process (using setPageBoxes), but you can't launch that batch process without user interaction.

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

JaySal
Registered: Aug 19 2009
Posts: 9
Thanks, I guess I have to find another way.

This might be for a different forum but does anyone know if you can resize a postscript file before using distiller to create a pdf ?
JaySal
Registered: Aug 19 2009
Posts: 9
In my reading I've come across a command that will launch the document processing window but I can't find that command anymore

any help ?
try67
Expert
Registered: Oct 30 2008
Posts: 2398
Do you mean the Batch processing window?
If so, it's app.execMenuItem("BatchEdit")

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

JaySal
Registered: Aug 19 2009
Posts: 9
Thats the one, thanks!!