$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Quickbook] How to create pdf file
From: John Maddock (john_at_[hidden])
Date: 2009-01-27 11:28:24
> It's advertised that Quickbook is featured to create pdf document. But I
> could not
> find any introduction on this topic. Could anybody please tell me how to
> do?
Once the necessary tools are set up then a :
bjam pdf
will build docs as a PDF.
You will need to setup an FO processor first though, see
https://svn.boost.org/trac/boost/wiki/BoostDocs/GettingStarted for some
guidance.
HTH, John.