Title: Multi Page Tiff
I have an SVG image that I want to break into multiple pages and convert it to either a multi-page tiff or multiple tiff images. I’m calculating the page breaks by size (every page has a height of 800 for example).
Has anyone done this before? Is there anyone that
Sean Roehnelt wrote:
I wrote some very basic svg -> jpg code which looks very much like the
examples I found (and also like the source for batik-rasterizer.jar,
but my jpg output is always a blank white image of the correct height
and width size.
The svg I am converting was created in Illustrator 1
Hi Fernando,
Fernando Mendez wrote:
I have built a reduced program, based in a Batik example, that
reproduces the problematic behavior of our project.
The test itself is done through the actionPerformed method, called when
pressing the test button. Test button should only be pressed once.
I don't
Thomas DeWeese wrote:
Hi Fernando,
I don't know if I've ever seen this happen before. What
version of Batik are you using? Also you show the code for
I am currently using Batik 1.5.1; I donwloaded it in binary form from
http://apache.fastorama.com/dist/xml/
A reproduceable test case is of