Question
Cannot print to Adobe PDF Printer {while every other printers work}
I created a github link to demonstrated this:
ibjduy/Adobe-PDF-Printer-Bug: Adobe PDF Printer Bug (github.com)
To reporduce the bug, just look at the ConsoleApp1, in Program.cs.
var path = @"AAA.ps";
var printerName = "Adobe PDF";//"CutePDF Writer"; //other printers work
var printer = new Printer();
printer.PrintRawFile(printerName, path, false);
