Windows 10, how to use a PPD file for a network postscript printer?
A network postscript printer was manually configured to use the "Microsoft PS Class Driver" and it will print. However, the driver knows nothing about the printer, like resolution or duplexing (higher and possible, neither of which are represented in the "advanced" options with this driver.) The PPD file is in hand which contains all this information. Unfortunately there does not seem to be an option under properties or preferences that will accept that PPD. How on Windows 10 does one set this up? This printer has worked with that PPD going all the way back to WNT, but for W10, nope. Also following today's 1903 upgrade "add printers" no longer lists any manufacturers, only MS drivers, so picking a similar printer from that was not possible. (Note added: click the "windows update" button on the screen missing printer drivers and then Windows 10 will download and fill in the missing drivers. None named "generic postscript with PPD" though! Also, this "fill" does not persist, which is a PITA, because it takes a long time for the list to fill each time.)
Solved, sort of, at least for Windows 10 1903, until some other Windows change breaks it. See post 9 here:
https://www.tenforums.com/drivers-hardware/143467-postscript-printer-driver-can-use-ppd.html
In brief, install the "HL-5250DN BR-Script3" driver, then deletes is BPD and replace its PPD file with the one for the desired printer, but retain the BR5250_2.PPD name, reboot to generate a new BPD. Then make some change to the printer's device settings so that the real properties will be read out of the PPD. Finally figure out the mapping of the Brother's tray names to your printers and set up the trays appropriately.
Solution 1:
Both reliable OS - macOS and Linux - use the CUPS printing subsystem. In past Adobe offered for MS-Windows up to XP the AdobePS driver which was perfect way for Postscript output oriented graphic programs. As described here Adobe colaborate with MS to create a Windows Postscript driver, what finaly included the PSCRIPT5.DLL
as a part of MS-Windows instalation. You can now use this correct PS driver in MS-Windows-10 by Create a new printer; Local or Network manualy; Choose existing or Create a new Port; Vendor: Generic, Printer: MS Publisher Color Printer (or Imagesetter - for some other features); give it the name and finish.
To complete the job, you have to make a changes in the folder: C:\Windows\System32\spool\drivers\x64\3\
where you have to delete both files: MSGENCOL.PPD
and MSGENCOL.BPD
, and then rename your myprinter.ppd
file to MSGENCOL.PPD
and move it in the folder.
Caveat: Carefully read and set up the features that you can find in the Printer Property ; for example the parameter: TrueType Fonts - do not use Substitute with Printer Fonts , but use Include (or Send) the Font!
Eventualy, if you know what you do, you can create your own PPD file with your features and defaults, for example to print PDF files to file.
With this Printer driver, you can unify the driver behaviour on your heterogeneous computer network (macOS, Linux, MS-Windows) and direct all your printer jobs to GhostScript server and its intelligent spools nad queues.