Andres Toussaint wrote:
I took a deeper look into the Transcoding Hints and figured out what
the AOI hint meant: Area Of Interest. Using this hint, i have solved
this issue. I provide the PrintTranscoder with a transform for each
page, indicating the AOI i want to render, and i simply calculate the
number of pages based on the size of the SVG prior to the transcoding,
and since the PrintTranscoder allows for multiple pages to be cached i
can cache all the slices into one print job.
Thanks anyway, and i will look into this tiledTranscoder you mention to
see if it is of any use to my problem.
I don't think this is what you want. The tiled Transcoder is good
for generating very large Tiff files. So if you wanted to generate
a single Tiff image for your 20x30x300dpi image (or ~6000x9000 pixels)
you would want to use this transcoder.
I think the AOI solution is probably a good one. Ideally the
print transcoder would support this sort of thing out of the
box but right now it doesn't.
Andres.
Tonny Kohar wrote:
Hi,
Not sure if it is help you. In batik contrib there is TIFF tiling code
under tiledTranscoder (If I am not wrong). Basicly it allows tiles on
the transcoder. Look at in there and see if its help you.
Regards
Tonny Kohar
http://www.kiyut.com
On Mon, 2004-01-19 at 23:29, Andres Toussaint wrote:
Hello all,
I have a SVG application that handles relatively large images (40 x 20
inches) to do layout of equipment for aircraft panels. I want to provide
the option to print the panel in tiles on a letter sized printer at
actual scale and size, and then the user will assemble the printed panel
with these sheets.
I wanted to ask if there is a method in the Batik toolkit to split a
file into multiple tiles for printing?
And if there is, could the bleeding be adjusted so there is, for
example, a 5mm overlap in each page to facilitate the merge of the
printed pages.
Thanks in advance,
Andres Toussaint
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]