vibranthq / press-ready

🚀 Make your PDF press-ready PDF/X-1a.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on Windows

MurakamiShinyu opened this issue · comments

See: vivliostyle/vivliostyle-cli#72

There are two problems:

  • Can't find "gs" command on Windows even if ghostscript is installed
    • Reason: Ghostscript CLI for Windows is installed as C:\Program Files\gs\gs9.52\bin\gswin64c.exe
  • Windows path name with backslashes is not properly passed to the ghostscript command options.

I'm working on fixing it.