Re: [docbook-apps] Tool to convert docbook into PDF

From
Michael Smith <>
Date
2005-07-20T03:46:50+00:00
ID
Thread
Re: [docbook-apps] Tool to convert docbook into PDF
Ferad Zyulkyarov <> writes:

> I am new to the docbook and face great difficulties creating PDF from
> and docbook XML. Please, could you recommend me any compact tool that
> converts docbook XMLs into PDF with less configuration effort. If it
> is GPL and linux compatible would be great for me :-).

What Linux distro are you running? If it has a package called
"xmlto", try installing that. Then you can do this:

  xmlto pdf foo.xml

If that doesn't work, try installing the "fop" package (if there
is one), and then doing this:

  xmlto fo foo.xml
  fop foo.fo foo.pdf

And if that doesn't work, you might try installing "sgml2x" and
then run the following command:

  docbook-2-pdf foo.xml