Re: printing
Re: printing
- Subject: Re: printing
- From: email@hidden
- Date: Fri, 16 Dec 2005 09:58:18 +1300
(modified private email...)
Hello Jean-François;
LEIPPPrintJob doesn't do anything more or less than get the data to
the IPP server –– it's not going to modify your PDF. There are
various "attributes" you can carry with your job request that define
if the content should be scaled to fit the page, but this
modification to the content or rendering behaviour happens after it
has arrived at the IPP device or server. This may possibly be what
is happening to your job.
If you grab a copy of the "CUPS Book" by Michael Sweet there is quite
good coverage of all this information. A cursory glance shows that
there is an attribute called "scaling" which may possibly do the job
for you. I have the 2002 version of the book and it's on page 183.
You may be able to enforce this setting at the queue/printer level at
the IPP server or you can transport this attribute over IPP by
modifying the "LEIPPPrintJob" class and adding support for this.
cheers.
On 16/12/2005, at 9:22 AM, Jean-François Veillette wrote:
I tried to use LEIPPPrintJob, but I have the same problem, it scale
the pdf.
Here is a sample pdf that I'm using to check that it doesn't try to
scale the pdf :
___
Andrew Lindesay
www.lindesay.co.nz
___
Andrew Lindesay
www.lindesay.co.nz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden