John
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)
Great. Thanks for your work!
@GeirOle see this: https://github.com/mlove4u/InDesign-Automation-Python-Mac-Appscript/blob/master/01_document.py
@marcusau try to instal this package: ``` pip install pyxpdf_data ``` The CJK encoding files is needed. See: https://www.xpdfreader.com/download.html
Hi @ashutoshvarma ``` sierra:~ kou$ export BUILD_LIBXPDF=true sierra:~ kou$ export CFLAGS="-std=c++14" sierra:~ kou$ pip install pyxpdf --no-binary :all: -v ``` This is the output message. ``` Using pip 21.0.1 from...