Output Oxygen tracking changes and comments into PDF file.
Oxygen XML Editor has following functions that are useful for DITA document reviewing.
- Tracking change of insert/delete.
- Add comment to documents.
- Highlight the text of document by colored marker.
These are expressed using special kind of processing-instructions. This plug-in outputs these features into PDF file using com.antennahouse.pdf5.ml
plug-in and AH Formatter.
Original display in Oxygen
The insert portion is decorated by under-line default and has foreground color defined by edited user. Also it has annotation insert icon (Default:triangle) with comments and change-bar left-side colored blue. The deleted portion is decorated by line-through and has foreground color defined by the edited user. Also it have delete icon (Default: key) and change-bar left-side colored pink.
Original display in Oxygen
The comment has background-color defined by the commented user. It also allows the 'reply' to a comment. The comment has the range and ranges may overlap with each other.
Original display in Oxygen
The highlighted portion has specified background color.
- Copy downloaded (or forked) plug-in folder
com.antennahouse.pdf.review.oxygen
into your[DITA-OT]/plugins
folder withcom.antennahouse.pdf5.ml
plug-in and runbin/dita --install
command. - Invoke
PDF5-ML
plug-in with propertyoutput.changebars=yes
andoutput.changes.and.comments=yes
in yourdita
command.