gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with PageLayout and Print panel


From: Fred Kiefer
Subject: Re: Problem with PageLayout and Print panel
Date: Thu, 05 Mar 2015 23:41:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Am 25.02.2015 um 07:56 schrieb Germán Arias:
> OK, the problem is because NSPrinter can't load the PPD file of my
> printer. The application get trapped in the loop "while" of the method
> -loadPPDAtPath:symbolValues:inclusionSet: in NSPrinter class. Attached
> the ppd file of my printer.
> 
> Germán
> 

I had a look at your PPD file and into the specification. It seems that
the translation in your PPD file doesn't follow the specification. In
your file we have these lines:

*de.Translation MediaType/Medientyp: PickOne: ""
*de.MediaType plain/Normalpapier: "<</MediaType(plain)>>setpagedevice": ""

In the first line "de.Translation" is the main key, "MediaType" the
option keyword and "Medientyp" the translation of the option keyword.
"PickOne" is the value and everything after that is just not allowed by
the specification.

We could add a work around in the parser for this case, but first we
need to find out for sure, whether this is a valid PPD file and where it
comes from.

Hope this helps
Fred



reply via email to

[Prev in Thread] Current Thread [Next in Thread]