Re: Annotating PDF files

From
Steinar Bang <>
Date
2006-04-03T18:18:11+00:00
ID
Thread
Re: Annotating PDF files
>>>>> Steinar Bang <>:

> Is it possible to use DocBook XML to create PDF files that can be
> annotated in a PDF reader (adding comments, typically used for
> proofreading and collaboration)?

Note that I'm aware that this can be done by post processing the PDF
file with Adobe Acrobat.

But I was hoping this was possible to achieve using only free tools.

Right now I'm using xsltproc to transform DocBook XML to XSL:FO, and
FOP (0.91beta) to transform the XSL:FO to PDF.