I've now upgraded fop to version 1.0. I have the following source:

<http://lamasti.net/files/pub/progoppsett/manual/progoppsett-1.0.xml>

I use the following command to create the fo file:

'xsltproc --output t.fo --stringparam double.side 1\
 --stringparam fop1.extensions 1 --stringparam paper.type A4\
 /usr/share/sgml/docbook/xsl-stylesheets/fo/docbook.xsl
 progoppsett-1.0.xml'

Then, I use fop to convert to pdf:

'fop t.fo t.pdf', and I get the following warning messages:

22.sep.2011 21:49:26 org.apache.fop.events.LoggingEventListener
processEvent
WARNING: Font "Symbol,normal,700" not found. Substituting with
"Symbol,normal,40
0".
22.sep.2011 21:49:26 org.apache.fop.events.LoggingEventListener
processEvent
WARNING: Font "ZapfDingbats,normal,700" not found. Substituting with
"ZapfDingba
ts,normal,400".
22.sep.2011 21:49:27 org.apache.fop.events.LoggingEventListener
processEvent
WARNING: Line 1 of a paragraph overflows the available area by 2500
millipoints.
 (See position 143:242)

How can I solve this problems?

Thanks,
Lars

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-h...@lists.oasis-open.org

Reply via email to