OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Converting an xml file with xsltproc/fop (was: Re: [docbook] DocBook SGML article and titlepage, + remove header)


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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]