> -----Original Message-----
> From: Euis Luhuanam [mailto:]
>
> # Convert a .fo file to pdf:
> java org.apache.fop.apps.Fop -fo $1.fo -pdf $1.pdf
>
> exit 0
> ==============================
>
> Some how the script freezes (because I am behind a firewall)?
>
> [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
> [INFO] FOP 0.20.5
> [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser
> [INFO] building formatting object tree
> [INFO] setting up fonts
> [ERROR] property - "background-position-horizontal" is not
> implemented yet.
> [ERROR] property - "background-position-vertical" is not
> implemented yet.
> Error creating background image: Error while recovering Image
> Informations (http://docbook.sourceforge.net/release/images/draft.png)
> : Connection timed out
See this section of Bob Stayton's book about options for draft mode:
http://www.sagehill.net/docbookxsl/PrintOutput.html#DraftMode
/MJ