Re: TIFF image from XML

2002-12-15 Thread Oleg Tkachenko
Leonid Kleiner wrote:
I'm trying to get TIFF image using FOP.
Succeded converting to SVG, using FOP,
when I use batik to convert to TIFF I get error 
SVGConverter.error.while.rasterizing.file.
Sounds bizarre, because FOP internally uses batik to handle svg stuff (except 
some obsolete cases). So if it works in FOP it definitely should work in 
batik, how do you run it?

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Error while loading a local image

2002-12-15 Thread Oleg Tkachenko
Marcus Kalthoff wrote:
I have an fo:external-graphic in my .fo file. The transformation is
running in a jsp-File on tomcat.
When I use a local src= like http://localhost/; or
http://127.0.0.1/.
no picture is shown and I get an error message in the log file:
Error in XObject : Error while loading image
http://localhost/contextpath/myfile.gif : class
java.lang.NullPointerException - null
Sounds too bizarre, give us more information (full but FOP-only exception 
trace, FOP's debug messages).

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Displaying Arabic font in FO

2002-12-15 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote:
We have an issue regarding the display of arabic font in FO.
We have the UNICODE for the arabic font with us.
Is there a way of displaying the unicode??
Regular unicode - no problem, just follow usual procedures (see 
http://xml.apache.org/fop/fonts.html). Bad news are that FOP doesn't support 
writing modes other than ltr-tb and shaping for arabic.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Version of Batik?

2002-12-15 Thread Oleg Tkachenko
Timo Haberkern wrote:
can say me what version of batik is used by fop?
Look at lib/readme file.
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: multiple sequence how-to??

2002-12-15 Thread Oleg Tkachenko
Fabrizio Tringali wrote:
According to http://xml.apache.org/fop/faq.html#faq-N1011A Use multiple
page sequences I have to span across multiple sequences my flow.
Can anyone show me a simple example to include in a xsl file to implement
multiple sequences ??
Follow this pattern:
xsl:template match=chapter
fo:page-sequence.
xsl:apply-templates/
/fo:page-sequence
/xsl:template
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Creating Class using MS J++ 1.1

2002-12-15 Thread Oleg Tkachenko
Matthew Lancashire wrote:
I am trying to create the following class using MS J++ 1.1 (I know it's ancient)
The prablem is not its age, but its support for java 2. FOP is java 2 
application.

C:\Program Files\DevStudio\MyProjects\Fop\Fop.java(6,8) : error J0049: Undefined name 'org.apache.fop.apps.Driver'
Looks like classpath problem, make sure your IDE sees fop.jar.
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: How to produce a pdf 1.2 kompatible pdf with fop

2002-12-15 Thread Oleg Tkachenko
Sam Prokop wrote:
we´re having trouble producing a pdf, which is kompatible to pdf version 1.2 
(Acrobat 3).
we need this because some guys are using os2-boxes, they have no newer version 
of acrobat.
so, has anyone done something like this with fop?
we have problems with the fonts and cmap, and with the Colorspace (Management).
I think it's a real problem. FOP's main goal is to support 1.3 version. Open a 
 bug record at bugzilla as feature request, it should be discussed at fop-dev 
more thoroughly.

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]