Hello :)

I have a problem using batik-rasterizer, I mean, is not really a problem, but the process takes much time, Im traying to convert an SVG file to PDF using batik-rasterizer, the SVG file size is 80MB, many layers, it has images embed, text, etc.

The real problem is, the speed, there's some techniques to improve batik-rasterizer speed ? The first that Im doing is (with the php domxml) set style display property to "inline" to some nodes on the SVG, if the current layer is not set to "display: inline;" then I remove it from the SVG file with the unlik_node method and I save it as a temporal SVG file, now I convert this SVG temporal file to PDF using batik-rasterizer but takes a lot of time :S.

Somebody can help me ?

Thx.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to