Hi all,
I'm trying to convert an A0 size SVG (1189mm x 841mm) into an
equivalent size pdf. Unfortunatly batik sets the PDF page size to A4.
How can I set the page size to A0 given that Batiks width and height
parameters only take pixel sizes?
I'm not subscribed to the list, so please mail
Hi,
Thank you very much.
> > Is it possible to rendering such svg content with Batik?
>
> Yes, and no. There are some issues with the above example,
> like Batik requires an SVGDocument with a 'getRoot' method that
> returns the 'root' SVG element. So you might be able to write a
> 'hacked
The way I did this on a similar project was to put the
new elements and attributes in a different namespace.
Batik does not try to render those elements, but it does
make them available through the DOM.
G. Wade
Weiming Zhang wrote:
Hi,
Thank you very much.
Is it possible to rendering such svg co