From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <49E5EF28.5030905@gmail.com> Date: Wed, 15 Apr 2009 16:28:56 +0200 From: Till Kamppeter MIME-Version: 1.0 References: <46089FAF7804194C8AD6458E272B07182174584144@GVW0676EXC.americas.hpqcorp.net> <49E51AB7.2010902@gmail.com> <200904150120.n3F1Kg95023375@dsl092-065-009.bos1.dsl.speakeasy.net> <49E55C8C.2010500@apple.com> <200904151139.n3FBdmZJ030596@dsl092-065-009.bos1.dsl.speakeasy.net> <49E5C95B.4080304@gmail.com> <200904151206.n3FC6n7j030700@dsl092-065-009.bos1.dsl.speakeasy.net> In-Reply-To: <200904151206.n3FC6n7j030700@dsl092-065-009.bos1.dsl.speakeasy.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Printing-architecture] [Printing-summit] Issue list from HP List-Id: Printing architecture under linux List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Robert Krawitz Cc: printing-architecture@lists.linux-foundation.org, printing-summit@lists.linux-foundation.org, martin.pitt@ubuntu.com, msweet@apple.com Robert Krawitz wrote: > Date: Wed, 15 Apr 2009 13:47:39 +0200 > From: Till Kamppeter > > No, there is a special PostScript expression: > > <>setpagedevice > > So the PostScript code of each paper size must be > > <>setpagedevice > > Like this? > > *PageSize Letter.Full/Letter: "<>setpagedevice" > Yes, exactly this way. If a PDF workflow is used or an image is directly sent to CUPS there is no PostScript data stream involved. In these cases the pdftoraster and imagetoraster filters parse the PostScript code in the PPD file via a CUPS library function and so alo in this case both the paper size in numbers and the paper size name get made use of. > > PCFileName is a *real* crock these days. > > Is it really needed in real life? > > Seems to me that everything newer than Windows 3.1 supports long file > names. We just generate names like STP00001.PPD, which aren't stable > from release to release (when we add new printers). > Here we only need to satisfy the specs somehow. This is one method. Till