Attached PPD results
*** unhandled exception in callback:
*** Current UI is HPCollateSupported, not HPOption_PaperPolicy at
PostScript/PPD.pm line 291, <GEN1> line 450.
*** ignoring at adlpadd line 145.
relevant code:
use strict;
use PostScript::PPD;
sub is_correct_ppd {
# Checks if PPD suits to $driver_name
if (-f $File::Find::name) {
print "Checking $File::Find::name\n";
my $this_ppd = PostScript::PPD->new($File::Find::name);
if (lc($driver_name) eq lc($this_ppd->{'ModelName'})) {
push(@ppd_files, $File::Find::name);
}
}
}
$ perl --version
This is perl, v5.10.1 (*) built for i486-linux-gnu-thread-multi
Please let me know if you have any questions concerning the matter.
Subject: | hp-color_laserjet_3800-ps.ppd |
Message body not shown because it is not plain text.