pcolot01 / pdfbox-docs

Mirror of Apache PDFBox Docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache PDFBox Documentation

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.

Documentation Format

All of the Apache PDFBox documentation is written with markdown.

Documentation Structure

docs/
docs/VERSION
docs/VERSION/CHAPTER

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

About

Mirror of Apache PDFBox Docs

License:Apache License 2.0