Before Using PDFTranscoder from FOP, i tried before to use JPEGTranscoder, as
explained on batik website.
Well, i get a TranscoderException. I call getException on it, and i had a
beautiful NullPointerException :(
I checked all my data for NullPointer before launching the transcoding so
.... i don't see !
Here is the error, maybe someone had to fight with this one before !
java.lang.NullPointerException
at java.util.ResourceBundle.getBundle(ResourceBundle.java:699)
at
org.apache.batik.i18n.LocalizableSupport.lookupResourceBundle(LocalizableSupport.java:275)
at
org.apache.batik.i18n.LocalizableSupport.getResourceBundle(LocalizableSupport.java:287)
at
org.apache.batik.i18n.LocalizableSupport.getString(LocalizableSupport.java:312)
at
org.apache.batik.i18n.LocalizableSupport.formatMessage(LocalizableSupport.java:214)
at
org.apache.batik.transcoder.image.resources.Messages.formatMessage(Messages.java:73)
at
org.apache.batik.transcoder.image.JPEGTranscoder.writeImage(JPEGTranscoder.java:83)
at
org.apache.batik.transcoder.image.ImageTranscoder.transcode(ImageTranscoder.java:130)
at
org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(XMLAbstractTranscoder.java:142)
at
org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(SVGAbstractTranscoder.java:156)
at
com.litis.transcript.application.menu.fichiers.ExporterFichierAction.doActionPerformed(ExporterFichierAction.java:59)
at
com.litis.transcript.fabrique.ActionAbstraite$1.run(ActionAbstraite.java:33)
Thanks in advance for helping me !
--
View this message in context:
http://www.nabble.com/Trying-to-transcode-SVG-to-PDF-tp20264045p20323326.html
Sent from the Batik - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]