bool PostScriptToPDF (string postScriptFilePath, string pdfJobSettings, string pdfFilePath)
Convert the specified PostScript file to a PDF.
Exceptions:
OutOfMemoryException | Thrown when a low memory situation occurs. |
Parameters:
postScriptFilePath | Full pathname of the post script file. |
pdfJobSettings | The PDF job settings. |
pdfFilePath | Full pathname of the PDF file. |
Returns:
True if it succeeds, false if it fails.
Last modified date: 10/14/2020