John

Results 5 comments of John

With javascript, is: app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT; see: http://jongware.mit.edu/idcs6js/pc_ScriptPreference.html So it maybe: app.ScriptPreferences.UserInteractionLevel = 1699640946 # UserInteractionLevels.NEVER_INTERACT

> ...sDEVICE=ppmraw -sOutputFile=out.ppm... @radarhere I am sorry. I do not know ghostscript or PPM. And from wikipedia, ppm appears like a format with RGB color mode. Maybe this is right?...

Yes. Use this smaller one(46kb) please. In Pillow 9.2.0 : ```python img.mode, img.size --> RGB (72, 48) ``` In Photoshop, the info is : Bitmap (100, 67) [EPS_Bitmap.eps.zip](https://github.com/python-pillow/Pillow/files/9330305/EPS_Bitmap.eps.zip)

@GeirOle see this: https://github.com/mlove4u/InDesign-Automation-Python-Mac-Appscript/blob/master/01_document.py