Re: Ghostscript/GhostPDL 9.28 Release Candidate 1

"Akira Kakuto" <[email protected]> Tue, 20 Aug 2019 17:37:45 +0900
Newsgroups gmane.comp.printing.ghostscript.devel
Message-ID <993903B8ADDC456A9CEACAAD598CE79B@CJ3001517A>
Dear Chris,

> It may be that the path I add is only correct when using a
> command line option to explicitly set the ICC profiles path.

ps2pdf -sICCProfilesDir#c:/usr/gs/gs9.28/iccprofiles/  iii.eps  iii.pdf

was fine. However

ps2pdf iii.eps iii.pdf

fails as I stated before with
Last OS error: Permission denied

Note that

ps2pdf foo.eps foo.pdf

is OK where foo.eps does not contain "setpagedevice".
The iccprofiles are not read only when the eps contains "setpagedevice".

Thanks,
Akira