I've got two problems when transforming my svg to pdf.
1. when I pass my (dynamic) svg document to the transcoder
input = new TranscoderInput(ustva.document);
//Do the transformation
try {
transcoder.transcode(input, output);
} catch (Exception e) {
e.printStackTrace();
}
the document is broken afterwards.
2. I would like to have multiple pages transformed into a single pdf,
but don't know, how.
Any idea? TIA,
Robert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]