Repository: pdfbox-docs Updated Branches: refs/heads/master 01f0dbc5f -> a1062d8c9
PDFBOX-3030: additional information for ImageIOUtil relocation Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/a1062d8c Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/a1062d8c Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/a1062d8c Branch: refs/heads/master Commit: a1062d8c9c042a8d0c5ba8f26fd71bd7912bd05e Parents: 01f0dbc Author: Maruan Sahyoun <sahy...@fileaffairs.de> Authored: Fri Mar 25 10:04:12 2016 +0100 Committer: Maruan Sahyoun <sahy...@fileaffairs.de> Committed: Fri Mar 25 10:04:12 2016 +0100 ---------------------------------------------------------------------- content/2.0/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/a1062d8c/content/2.0/migration.md ---------------------------------------------------------------------- diff --git a/content/2.0/migration.md b/content/2.0/migration.md index 50c8142..a06edb7 100644 --- a/content/2.0/migration.md +++ b/content/2.0/migration.md @@ -143,7 +143,7 @@ for (PDPage page : document.getPages()) document.close(); ~~~ -`ImageIOUtil` has been moved into the `org.apache.pdfbox.tools.imageio` package. +`ImageIOUtil` has been moved into the `org.apache.pdfbox.tools.imageio` package. This is in the `pdfbox-tools` download. If you are using maven, the `artifactId` has the same name. <p class="alert alert-warning">Important notice when using PDFBox with Java 8 </p>