Generate printer instructions (prn file)

I’m looking at GemBox.Document to replace a legacy word interop process which generates a prn file (printer instructions) from a document.

outFile = "output.prn"
document.PrintOut(OutputFileName:=outFile, PrintToFile:=True)

I don’t see a similar option when using DocumentModel.Print using PrintOptions. Is there a way to replicate this behavior?

Hi Keith,

Unfortunately no, GemBox.Document doesn’t support generating PRN files.

Note that we do have an internal support ticket for this feature request and I’ve added your report to increase its priority.
But I’m afraid this won’t be available any time soon.

Regards,
Mario