Ghostscript clips a pdf file
问题 I'm trying to print a pdf with Ghostscript using those settings : var switches = new List<string> { @"-empty", @"-dPrinted", @"-dNOPAUSE", @"-dNOSAFER", @"-dQUIET", @"-dPDFSETTINGS=/printer", @"-dNumCopies=1", @"-sDEVICE=mswinpr2", @"-dCompatibilityLevel=1.4", @"-sOutputFile=%printer%" + printerSettings.PrinterName, @"-f", pdfFileName }; but either the pdf or Ghostscript have bad margins and while it's good when I print it to file it clips when I print it on my printer. Is there any way to