We are moving our documentation sources over to this site. At this point in time the content is limited.
The documentation project for Apache PDFBox.
The project provides the content for the documentation, which will be pulled from a build process based on the ASF Content Management System.
All of the Apache PDFBox documentation is written with markdown.
docs/
docs/VERSION
docs/VERSION/CHAPTER
As a minimum requirement all contributions shall have the Apache License header attached.
For larger contributions or if you are looking to contribute regulary we ask you to sign an ICLA.
We use Apache JIRA as our tracking tool.
Pull requests are welcome!
We appreciate the use of topic branches.
git checkout -b <JIRA issue number>
# update enhance the documentation
git commit -m "<JIRA issue number> This is my commit message."
git push origin <JIRA issue number>
# issue a pull request from your branch <JIRA issue number>
# wait for a committer to commit your patch