Bro documentation in pdf format.

Is it possible to generate/convert the online bro user manual (sphinx platform) in pdf format?Eventually,for us to have a printed version.

Hi Luca,

rst2pdf is one of the standard doc-utils-tools. It is however necessary
to change the script to comply with our customized Bro layout.

So far I converted single pages to pdf but never the whole
documentation. I can give you the adapted script so you can convert and
print the parts you need.
The problem is that the online version contains long code lines, that
exceed a normal page but can be scrolled sidewards online. To bring
these lines to pdf is the tricky part which is why we don't have a full
pdf version of the documentation so far. When converting to pdf I used
an intermediate step via latex.

Let me know what you want to do. I can give you a step-by-step how-to
for the conversion.

Doris