PDF Clown for Java is a general-purpose library for PDF files manipulation.

Bibliographic references

All around this project's documentation, bibliographic references are expressed using the following syntax (XSBNF):

  biblioReference := { '[' publication ':' version ':' section ']' } // Bibliographic reference.
  publication := { letter+ } // Publication identifier.
  version := { digit+ { '.' digit+ }* } // Publication version.
  section := { chapterParagraph, appendixParagraph } // Publication section.
  chapterParagraph := { digit+ paragraph } // Chapter paragraph.
  appendixParagraph := { letter paragraph } // Appendix paragraph.
  paragraph := { { '.' digit+ }* } // Paragraph.

Publications cited within this project:

Bugfixes

All around this project's documentation, bugfix references are expressed using the following syntax (XSBNF):

  bugReference := { '[' bugfixTag ':' bugID ']' } // Bug reference.
  bugfixTag := { 'FIX' } // Bug fix tag.
  bugID := { publicBugID, privateBugID } // Bug identifier.
  publicBugID := { digit+ } // Public bug tracker ID (see http://sourceforge.net/tracker/?group_id=176158&atid=876123).
  privateBugID := { appVersion ':' digit+ } // Private (non-tracked) bug ID.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: