User Tools

Site Tools


proj:wininstallers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
proj:wininstallers [2020/06/04 20:06]
114.23.208.115 [Rename, relocate, and edit spec file]
proj:wininstallers [2020/06/04 22:12]
114.23.208.115 [Binary dependencies]
Line 90: Line 90:
  
 Also need delegates.xml Also need delegates.xml
 +
 +Note - delegates.xml must be edited so convert.exe can find the correct ghostscript executable namely gswin64c.exe (otherwise it defaults to gswin32c.exe). The ghostscript executable will be in the same folder as convert.exe so we don't need to worry about path thankfully.
 +
 +Replace:
 +
 +    <​delegate decode="​ps:​alpha"​ stealth="​True"​ command="&​quot;​@PSDelegate@&​quot;​ ...
 +
 +with:
 +
 +    <​delegate decode="​ps:​alpha"​ stealth="​True"​ command="&​quot;​gswin64c.exe&​quot;​ ...
  
 === ghostscript (what convert delegates specific PDF to PNG tasks to) === === ghostscript (what convert delegates specific PDF to PNG tasks to) ===
proj/wininstallers.txt ยท Last modified: 2022/08/14 05:15 by 151.210.130.23