Search found 2 matches
- Mon Aug 08, 2011 1:57 pm
- Forum: General
- Topic: Can't print in grayscale
- Replies: 0
- Views: 15471
Can't print in grayscale
I can't print in grayscale no-mater settings I choose in the Bullzip PDF Printer Advanced Document Settings. As a matter of fact, none of the settings I choose there are kept and used. Why?
- Mon Oct 06, 2008 6:33 pm
- Forum: Programming
- Topic: PHP COM script
- Replies: 0
- Views: 16408
PHP COM script
Hi, I created a script in PHP to convert mutiple files to PDF using COM. Here it is (defaults to everything in z:\): $x = new COM('Bullzip.PDFPrinterSettings'); $printername = $x->GetPrinterName; $runonce = $x->GetSettingsFileName(true); foreach (glob('z:\*.xls') as $printfile) { $x->Init(); $x->Set...