set creator field to "Pdfscribe 1.0.7 (PSCRIPT5)"
This commit is contained in:
parent
5f90356d42
commit
8898181084
@ -66,7 +66,8 @@ namespace PdfScribe
|
||||
// Only set absolute minimum parameters, let the postscript input
|
||||
// dictate as much as possible
|
||||
String[] ghostScriptArguments = { "-dBATCH", "-dNOPAUSE", "-dSAFER", "-sDEVICE=pdfwrite",
|
||||
String.Format("-sOutputFile={0}", outputFilename), standardInputFilename };
|
||||
String.Format("-sOutputFile={0}", outputFilename), standardInputFilename,
|
||||
"-c", @"[/Creator(PdfScribe 1.0.7 (PSCRIPT5)) /DOCINFO pdfmark", "-f"};
|
||||
|
||||
GhostScript64.CallAPI(ghostScriptArguments);
|
||||
DisplayPdf(outputFilename);
|
||||
|
Loading…
Reference in New Issue
Block a user