Batik 1.5 beta5 has the PDF transcoder included.

As an alternative you can try to rename fop.jar to pdf-transcoder.jar so
the classpath specified inside batik-rasterizer.jar picks up FOP at all.
The problem you have is that fop.jar doesn't get loaded into the
classpath. The other possibility is to explicitly specify the classpath
using -cp or -classpath instead of using -jar.

And last but not least: The PDF transcoder you get when downloading the
HEAD branch from CVS (or from a CVS snapshot) will give you an improved
implementation of the PDF transcoder. We'll soon do a separate release
of that code.

On 15.04.2003 16:46:18 Gary Marshall-Stevens wrote:
> Can anyone help with this issue:
>  
> I have batik-1.1.1 installed and fop-0.20.4 both binaries.
> I am running the following at the command line:
>  
> C:\FOP\batik-1.1.1>java -jar batik-rasterizer.jar -m application/pdf
> samples/batikFX.svg
>  
> this is the error I receive:
> 
> Error while converting files:
>  Error: cannot access transcoder for image of type application/pdf
>  
> Will installing the src instead of binaries fix this ?


Jeremias Maerki


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

Reply via email to