--- In [email protected], Thomas DeWeese <thomas. [EMAIL PROTECTED]> wrote: > Hi Alex, > > alex_philippi wrote: > > i have a project where I visualize some big graphics with SVG (via a > > Java Servlet). Now I want to print my svg file, but the Internet > > Explorer cut the svg and print only the first site. Is there an easy > > way to transform my SVG file (e.g. 3000x2000 pixel) to a pdf file to > > print the complete generated SVG document? > > Batik includes an SVG to PDF transcoder. You would probably > have to run it on the server but it doesn't sound like that would > be a major problem for you.
Hi, thnx for your quick response. I have tested the transcode SVG-file->JPG-file and that works fine. But I have another Problem now :) Normally I havent a SVG-file (only a String Buffer where my hole SVG- "file" will displayed via my servlet). Could I use another format then the File Format to transform my SVG to other formats? Or have I to save my SVG-Servlet to disk and use the file format? Thnx a lot and I hope you understand my problem (my english is so bad^^) ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

