[ 
https://issues.apache.org/jira/browse/BATIK-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16629023#comment-16629023
 ] 

Teoh Han Hui commented on BATIK-1226:
-------------------------------------

This works:
{noformat}
$ java \
>     -cp 'batik-rasterizer-1.10.jar:lib/*' \
>     org.apache.batik.apps.rasterizer.Main \
>         -d /home/teohhanhui/Downloads/RE121-Batik.pdf \
>         -m application/pdf \
>         -w 2556 \
>         -h 1691.8 \
>         -dpi 300 \
>         -scriptSecurityOff \
>         /home/teohhanhui/Downloads/RE121.svg
About to transcode 1 SVG file(s)

Converting RE121.svg to /home/teohhanhui/Downloads/RE121-Batik.pdf ... ... 
success{noformat}
 

> batik 1.10 breaks dependency on xersers2
> ----------------------------------------
>
>                 Key: BATIK-1226
>                 URL: https://issues.apache.org/jira/browse/BATIK-1226
>             Project: Batik
>          Issue Type: Bug
>          Components: SVG DOM
>    Affects Versions: 1.10
>         Environment: JDK 1.8, Xercers 2.11 
>            Reporter: Anton Tarasov
>            Priority: Major
>
> org.apache.xerces.dom.ElementImpl class implements 
> org.w3c.dom.ElementTraversal which has been moved in batik 1.10:
>  [https://svn.apache.org/viewvc?view=revision&revision=1830543]
> This results in:
>  java.lang.ClassNotFoundException: org.w3c.dom.ElementTraversal



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to