Encontré un script simple para ejecutar Adobe Distiller en algún archivo.
on run argv
with timeout of (8 * 60) seconds
tell application "Acrobat Distiller"
Distill sourcePath item 1 of argv
end tell
end timeout
end run
¿Cómo puedo cambiar el tamaño de página dentro de este script?
¿O debería modificar el x.joboptions
archivo y pedirle a Distiller que lo vuelva a cargar? ¿Cómo puedo hacerlo?
Soy nuevo en AppleScript, y la documentación para Distiller API no es suficiente para mí.
applescript
pantlmn
fuente
fuente