Re: [Printing-user-general] Printing big resolution tiff on 600dpi printer

"Zoran Ljubisic" <[email protected]> Mon, 21 Aug 2006 10:40:41 +0200
Newsgroups gmane.linux.printing.general
Message-ID <009901c6c4fd$7c0d1540$0e01a8c0@zoran>
Till Kamppeter wrote:
> Zoran Ljubisic wrote:
>> Till Kamppeter wrote:
>>
>>> Till Kamppeter wrote:
>>>
>>>> I will report this bug on www.cups.org.
>>>>
>>>
>>> Someone else has already reported it:
>>>
>>> http://www.cups.org/str.php?L1117
>>
>>
>> What is than my option? To use tiffsplit and than print every page?
>
> I think this would be the way to do it. Or write a wrapper script for
> the imagetops and imagetoraster filters of CUPS to do this
> automatically.

I could use:

tiffsplit my.tiff [prefix]  to get files like prefixaaa.tiff, 
prefixaab.tiff...

Now I could print all tiffs with:

lp prefix*.tiff

So far, so good. My printer is duplex printer (PCL 6, not PS) so to use 
duplex I should instead of several files have one file if I want to use 
duplex support.
Printer is not PS printer, so I should use pdf format. In process of 
converting tiffs to pdf I loose shrink to fit option that I have in printer 
driver for printing single page tiffs.

What options do I have?

Zoran