Peter wrote:
>> * I could not generate the PDF file.  I have attached my
>> user-config.jam and the output of the command function_pdf.txt.

The error you are seeing is a Java setup issue, I remember I had the same
issue at some point, but not how I solved it :-(

Only difference I can see between us is that you're using xalan.bat rather
than fop.bat.

I do remember I had to modify the FOP startup batch file to give Java more
memory as well (add -Xmx1024m to the start of the Java command line).

For comparison here's my user-config.jam:

using xsltproc
    : "C:/download/open/xml/bin/xsltproc-win32/xsltproc.exe"
    ;

using boostbook
    : #"C:/download/open/xml/docbook-xsl-snapshot"
      "C:/download/open/xml/docbook-xsl"
    : "C:/download/open/xml/docbook-xml"
    ;

using fop :  #C:/download/open/xml/fop-0.92beta/fop.bat
             #C:/download/open/xml/fop-0.20.5/fop.bat
             C:/Progra~1/xep/xep.bat
           : C:/PROGRA~1/Java/j2re1.4.2_12
           ;


using quickbook : "C:/download/open/xml/bin/quickbook.exe" ;

using doxygen : "C:/Program Files/doxygen/bin/doxygen.exe" ;

As you can see I've tried several FOP versions, the XEP processor is by far
the most reliable, but puts a banner add at the bottom of each page (in the
free version at least).  Sadly the commercial version is remarkably
expensive :-(

Provided you don't have images or special (Greek etc) characters in the
docs, FOP will probably work fine though.

There are a large number of XSLT options that can be added to a Jamfile to
fine tune the HTML/PDF output BTW, give me a shout if you want some
examples.

John.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to