Converts PostScript file input
to PDF file output
by executing
ps2pdf(1). On error, an empty PDF file may be created. This
function requires Ghostscript to be installed locally.
The function returns the following error codes:
E_ERROR
if execution of ps2pdf(1) failed.E_IO
if output file could not be created.E_NOT_FOUND
if input file does not exist.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | input |
Path of PostScript file. |
||
character(len=*), | intent(in) | :: | output |
Path of PDF file. |