Repository: pdfbox-docs Updated Branches: refs/heads/master 85d2cac14 -> 01f0dbc5f
PDFBOX-3030: fix typo Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/017c8d58 Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/017c8d58 Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/017c8d58 Branch: refs/heads/master Commit: 017c8d585dd016e1a41c3caa497a49412d9a975f Parents: 85d2cac Author: Maruan Sahyoun <sahy...@fileaffairs.de> Authored: Sat Mar 19 12:53:44 2016 +0100 Committer: Maruan Sahyoun <sahy...@fileaffairs.de> Committed: Sat Mar 19 12:53:44 2016 +0100 ---------------------------------------------------------------------- content/2.0/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/017c8d58/content/2.0/dependencies.md ---------------------------------------------------------------------- diff --git a/content/2.0/dependencies.md b/content/2.0/dependencies.md index 8296c60..c7d2543 100644 --- a/content/2.0/dependencies.md +++ b/content/2.0/dependencies.md @@ -48,7 +48,7 @@ PDF supports embedded image files, however support for some formats require thir - Reading **JPEG 2000 (JPX)** images: [JAI Image I/O Tools Core](https://java.net/projects/jai-imageio-core) - Writing **TIFF** images requires *JAI Image I/O Tools Core* also. -These libraries are optional and will be loaded if present on the classpath, otherwise support for these image formats will be disable and a warning will be logged when an unsupported image is encountered. +These libraries are optional and will be loaded if present on the classpath, otherwise support for these image formats will be disabled and a warning will be logged when an unsupported image is encountered. Maven dependencies for these components can be found in [parent/pom.xml](https://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?view=markup). Please make sure that any third party licenses are suitable for your project.