Apache PDFBox Documentation

December 30, 2020 ยท View on GitHub

Documentation Format

All of the Apache PDFBox documentation is written with markdown.

Contributing

Contribution Guidlines

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.

Report or Fix an Issue

We use Apache JIRA as our tracking tool.

Using Git Pull Requests

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