You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2016/03/02 11:16:22 UTC

[25/37] pdfbox-docs git commit: PDFBOX-3030: update javadocs

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/Overlay.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/Overlay.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/Overlay.html
index 59250b4..efc7380 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/Overlay.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/Overlay.html
@@ -169,107 +169,95 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#getOutputFile()">getOutputFile</a></strong>()</code>
-<div class="block">Returns the output file.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#overlay(java.util.Map)">overlay</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;specificPageOverlayFile)</code>
 <div class="block">This will add overlays to a documents.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setAllPagesOverlayFile(java.lang.String)">setAllPagesOverlayFile</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;allPagesOverlayFile)</code>
 <div class="block">Sets the all pages overlay file.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setAllPagesOverlayPDF(org.apache.pdfbox.pdmodel.PDDocument)">setAllPagesOverlayPDF</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;allPagesOverlayPDF)</code>
 <div class="block">Sets the all pages overlay PDF.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setDefaultOverlayFile(java.lang.String)">setDefaultOverlayFile</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;defaultOverlayFile)</code>
 <div class="block">Sets the default overlay file.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setDefaultOverlayPDF(org.apache.pdfbox.pdmodel.PDDocument)">setDefaultOverlayPDF</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;defaultOverlayPDF)</code>
 <div class="block">Sets the default overlay PDF.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setEvenPageOverlayFile(java.lang.String)">setEvenPageOverlayFile</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;evenPageOverlayFile)</code>
 <div class="block">Sets the even page overlay file.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setEvenPageOverlayPDF(org.apache.pdfbox.pdmodel.PDDocument)">setEvenPageOverlayPDF</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;evenPageOverlayPDF)</code>
 <div class="block">Sets the even page overlay PDF.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setFirstPageOverlayFile(java.lang.String)">setFirstPageOverlayFile</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;firstPageOverlayFile)</code>
 <div class="block">Sets the first page overlay file.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setFirstPageOverlayPDF(org.apache.pdfbox.pdmodel.PDDocument)">setFirstPageOverlayPDF</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;firstPageOverlayPDF)</code>
 <div class="block">Sets the first page overlay PDF.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setInputFile(java.lang.String)">setInputFile</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;inputFile)</code>
 <div class="block">Sets the file to be overlayed.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setInputPDF(org.apache.pdfbox.pdmodel.PDDocument)">setInputPDF</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;inputPDF)</code>
 <div class="block">Sets the PDF to be overlayed.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setLastPageOverlayFile(java.lang.String)">setLastPageOverlayFile</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;lastPageOverlayFile)</code>
 <div class="block">Sets the last page overlay file.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setLastPageOverlayPDF(org.apache.pdfbox.pdmodel.PDDocument)">setLastPageOverlayPDF</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;lastPageOverlayPDF)</code>
 <div class="block">Sets the last page overlay PDF.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setOddPageOverlayFile(java.lang.String)">setOddPageOverlayFile</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oddPageOverlayFile)</code>
 <div class="block">Sets the odd page overlay file.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setOddPageOverlayPDF(org.apache.pdfbox.pdmodel.PDDocument)">setOddPageOverlayPDF</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;oddPageOverlayPDF)</code>
 <div class="block">Sets the odd page overlay PDF.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setOutputFile(java.lang.String)">setOutputFile</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;outputFile)</code>
-<div class="block">Sets the output file.</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/multipdf/Overlay.html#setOverlayPosition(org.apache.pdfbox.multipdf.Overlay.Position)">setOverlayPosition</a></strong>(<a href="../../../../org/apache/pdfbox/multipdf/Overlay.Position.html" title="enum in org.apache.pdfbox.multipdf">Overlay.Position</a>&nbsp;overlayPosition)</code>
@@ -321,10 +309,11 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <ul class="blockList">
 <li class="blockList">
 <h4>overlay</h4>
-<pre>public&nbsp;void&nbsp;overlay(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;specificPageOverlayFile)
-             throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;overlay(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>,<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;specificPageOverlayFile)
+                   throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">This will add overlays to a documents.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>specificPageOverlayFile</code> - map of overlay files for specific pages</dd>
+<dt><span class="strong">Returns:</span></dt><dd>the resulting pdf, which has to be saved and closed be the caller</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if something went wrong</dd></dl>
 </li>
@@ -373,28 +362,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <dl><dt><span class="strong">Returns:</span></dt><dd>the input file</dd></dl>
 </li>
 </ul>
-<a name="setOutputFile(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setOutputFile</h4>
-<pre>public&nbsp;void&nbsp;setOutputFile(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;outputFile)</pre>
-<div class="block">Sets the output file.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>outputFile</code> - the output file</dd></dl>
-</li>
-</ul>
-<a name="getOutputFile()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getOutputFile</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getOutputFile()</pre>
-<div class="block">Returns the output file.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>the output file</dd></dl>
-</li>
-</ul>
 <a name="setDefaultOverlayFile(java.lang.String)">
 <!--   -->
 </a>
@@ -605,6 +572,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/PDFMergerUtility.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/PDFMergerUtility.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/PDFMergerUtility.html
index 1f52c37..beffe77 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/PDFMergerUtility.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/PDFMergerUtility.html
@@ -469,6 +469,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/PageExtractor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/PageExtractor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/PageExtractor.html
index e0f082f..1be6de2 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/PageExtractor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/PageExtractor.html
@@ -360,6 +360,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/Splitter.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/Splitter.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/Splitter.html
index 1ab6793..6b67ee2 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/Splitter.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/Splitter.html
@@ -424,6 +424,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/LayerUtility.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/LayerUtility.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/LayerUtility.html
index bb049a7..4f9bc60 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/LayerUtility.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/LayerUtility.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Overlay.Position.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Overlay.Position.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Overlay.Position.html
index 3500b4e..3ccdede 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Overlay.Position.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Overlay.Position.html
@@ -174,6 +174,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Overlay.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Overlay.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Overlay.html
index a321a2e..2267dce 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Overlay.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Overlay.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/PDFMergerUtility.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/PDFMergerUtility.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/PDFMergerUtility.html
index c4fd204..e04a986 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/PDFMergerUtility.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/PDFMergerUtility.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/PageExtractor.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/PageExtractor.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/PageExtractor.html
index 7434bfe..5d5c450 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/PageExtractor.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/PageExtractor.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Splitter.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Splitter.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Splitter.html
index 06332f6..39fd5d9 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Splitter.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/class-use/Splitter.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-frame.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-frame.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-frame.html
index 968cfff..e83481c 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-frame.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-frame.html
@@ -23,4 +23,4 @@
 </ul>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-summary.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-summary.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-summary.html
index bea6d73..687f2f5 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-summary.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-summary.html
@@ -173,6 +173,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-tree.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-tree.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-tree.html
index 8d83c19..ac16a8b 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-tree.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-tree.html
@@ -139,6 +139,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-use.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-use.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-use.html
index fdf6a7d..732f9d1 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-use.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/multipdf/package-use.html
@@ -145,6 +145,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/BaseParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/BaseParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/BaseParser.html
index 7bad63a..68e1c2c 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/BaseParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/BaseParser.html
@@ -1159,6 +1159,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/COSParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/COSParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/COSParser.html
index 6d2eb84..ab4d608 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/COSParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/COSParser.html
@@ -810,6 +810,6 @@ extends <a href="../../../../org/apache/pdfbox/pdfparser/BaseParser.html" title=
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/FDFParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/FDFParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/FDFParser.html
index 2f383c2..d93912f 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/FDFParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/FDFParser.html
@@ -351,6 +351,6 @@ extends <a href="../../../../org/apache/pdfbox/pdfparser/COSParser.html" title="
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFObjectStreamParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFObjectStreamParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFObjectStreamParser.html
index 556e043..773b3b8 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFObjectStreamParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFObjectStreamParser.html
@@ -314,6 +314,6 @@ extends <a href="../../../../org/apache/pdfbox/pdfparser/BaseParser.html" title=
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFParser.html
index d40b99e..e4e0bb2 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFParser.html
@@ -476,6 +476,6 @@ extends <a href="../../../../org/apache/pdfbox/pdfparser/COSParser.html" title="
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFStreamParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFStreamParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFStreamParser.html
index 40ba8c6..2fbae85 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFStreamParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFStreamParser.html
@@ -417,6 +417,6 @@ public&nbsp;PDFStreamParser(<a href="../../../../org/apache/pdfbox/cos/COSStream
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXRef.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXRef.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXRef.html
index 6d7e513..c47bc59 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXRef.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXRef.html
@@ -212,6 +212,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXRefStream.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXRefStream.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXRefStream.html
index cda7134..8aeb25a 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXRefStream.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXRefStream.html
@@ -340,6 +340,6 @@ implements <a href="../../../../org/apache/pdfbox/pdfparser/PDFXRef.html" title=
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXrefStreamParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXrefStreamParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXrefStreamParser.html
index 54097bf..b101be4 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXrefStreamParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/PDFXrefStreamParser.html
@@ -299,6 +299,6 @@ extends <a href="../../../../org/apache/pdfbox/pdfparser/BaseParser.html" title=
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/XrefTrailerResolver.XRefType.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/XrefTrailerResolver.XRefType.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/XrefTrailerResolver.XRefType.html
index 043a9e7..217c8fe 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/XrefTrailerResolver.XRefType.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/XrefTrailerResolver.XRefType.html
@@ -325,6 +325,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/XrefTrailerResolver.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/XrefTrailerResolver.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/XrefTrailerResolver.html
index 70eed02..40bd717 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/XrefTrailerResolver.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/XrefTrailerResolver.html
@@ -489,6 +489,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/BaseParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/BaseParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/BaseParser.html
index dc122ee..aceca6f 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/BaseParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/BaseParser.html
@@ -181,6 +181,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/COSParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/COSParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/COSParser.html
index ad747a2..c8c5e40 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/COSParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/COSParser.html
@@ -156,6 +156,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/FDFParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/FDFParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/FDFParser.html
index 9eb2811..e9f1875 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/FDFParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/FDFParser.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFObjectStreamParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFObjectStreamParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFObjectStreamParser.html
index ba5b4f4..83ce72d 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFObjectStreamParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFObjectStreamParser.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFParser.html
index 7a806fd..63124dc 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFParser.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFStreamParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFStreamParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFStreamParser.html
index 13af2dd..1e0d97a 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFStreamParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFStreamParser.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXRef.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXRef.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXRef.html
index 190b549..35164b0 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXRef.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXRef.html
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXRefStream.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXRefStream.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXRefStream.html
index 635aa26..13f1034 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXRefStream.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXRefStream.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXrefStreamParser.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXrefStreamParser.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXrefStreamParser.html
index 3a66112..de2e667 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXrefStreamParser.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/PDFXrefStreamParser.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/XrefTrailerResolver.XRefType.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/XrefTrailerResolver.XRefType.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/XrefTrailerResolver.XRefType.html
index d57e268..20b560c 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/XrefTrailerResolver.XRefType.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/XrefTrailerResolver.XRefType.html
@@ -183,6 +183,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/XrefTrailerResolver.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/XrefTrailerResolver.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/XrefTrailerResolver.html
index 14cac6f..81a21e6 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/XrefTrailerResolver.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/class-use/XrefTrailerResolver.html
@@ -170,6 +170,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-frame.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-frame.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-frame.html
index 148cff6..efe2c20 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-frame.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-frame.html
@@ -31,4 +31,4 @@
 </ul>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-summary.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-summary.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-summary.html
index 0ccfe70..3be098b 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-summary.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-summary.html
@@ -217,6 +217,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-tree.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-tree.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-tree.html
index aa48b3d..6e43d7d 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-tree.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-tree.html
@@ -153,6 +153,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-use.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-use.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-use.html
index 8ab7e39..06682e7 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-use.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfparser/package-use.html
@@ -168,6 +168,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSStandardOutputStream.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSStandardOutputStream.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSStandardOutputStream.html
index 94b3009..dc16ea3 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSStandardOutputStream.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSStandardOutputStream.html
@@ -520,6 +520,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Filter
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriter.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriter.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriter.html
index 0491c73..4271aef 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriter.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriter.html
@@ -259,6 +259,14 @@ implements <a href="../../../../org/apache/pdfbox/cos/ICOSVisitor.html" title="i
 <tr class="rowColor">
 <td class="colOne"><code><strong><a href="../../../../org/apache/pdfbox/pdfwriter/COSWriter.html#COSWriter(java.io.OutputStream,%20java.io.InputStream)">COSWriter</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;outputStream,
          <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;inputStream)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>Use <a href="../../../../org/apache/pdfbox/pdfwriter/COSWriter.html#COSWriter(java.io.OutputStream,%20org.apache.pdfbox.io.RandomAccessRead)"><code>COSWriter(OutputStream, RandomAccessRead)</code></a> instead</i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/apache/pdfbox/pdfwriter/COSWriter.html#COSWriter(java.io.OutputStream,%20org.apache.pdfbox.io.RandomAccessRead)">COSWriter</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;outputStream,
+         <a href="../../../../org/apache/pdfbox/io/RandomAccessRead.html" title="interface in org.apache.pdfbox.io">RandomAccessRead</a>&nbsp;inputData)</code>
 <div class="block">COSWriter constructor for incremental updates.</div>
 </td>
 </tr>
@@ -706,18 +714,34 @@ implements <a href="../../../../org/apache/pdfbox/cos/ICOSVisitor.html" title="i
 <a name="COSWriter(java.io.OutputStream, java.io.InputStream)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>COSWriter</h4>
 <pre>public&nbsp;COSWriter(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;outputStream,
          <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;inputStream)
           throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../../org/apache/pdfbox/pdfwriter/COSWriter.html#COSWriter(java.io.OutputStream,%20org.apache.pdfbox.io.RandomAccessRead)"><code>COSWriter(OutputStream, RandomAccessRead)</code></a> instead</i></div>
 <div class="block">COSWriter constructor for incremental updates.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>outputStream</code> - output stream where the new PDF data will be written</dd><dd><code>inputStream</code> - input stream containing source PDF data</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if something went wrong</dd></dl>
 </li>
 </ul>
+<a name="COSWriter(java.io.OutputStream, org.apache.pdfbox.io.RandomAccessRead)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>COSWriter</h4>
+<pre>public&nbsp;COSWriter(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;outputStream,
+         <a href="../../../../org/apache/pdfbox/io/RandomAccessRead.html" title="interface in org.apache.pdfbox.io">RandomAccessRead</a>&nbsp;inputData)
+          throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+<div class="block">COSWriter constructor for incremental updates.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>outputStream</code> - output stream where the new PDF data will be written</dd><dd><code>inputData</code> - random access read containing source PDF data</dd>
+<dt><span class="strong">Throws:</span></dt>
+<dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if something went wrong</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 <!-- ============ METHOD DETAIL ========== -->
@@ -1283,6 +1307,6 @@ implements <a href="../../../../org/apache/pdfbox/cos/ICOSVisitor.html" title="i
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html
index 544c689..1a8ef89 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html
@@ -391,6 +391,6 @@ implements <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/C
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/ContentStreamWriter.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/ContentStreamWriter.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/ContentStreamWriter.html
index e5de52f..cbf5c8b 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/ContentStreamWriter.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/ContentStreamWriter.html
@@ -380,6 +380,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Obje
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSStandardOutputStream.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSStandardOutputStream.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSStandardOutputStream.html
index f96bf41..3b6f19a 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSStandardOutputStream.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSStandardOutputStream.html
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriter.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriter.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriter.html
index 797022e..bf7dc14 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriter.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriter.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriterXRefEntry.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriterXRefEntry.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriterXRefEntry.html
index 16f095b..d975a15 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriterXRefEntry.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriterXRefEntry.html
@@ -229,6 +229,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/ContentStreamWriter.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/ContentStreamWriter.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/ContentStreamWriter.html
index 30d9baf..2088830 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/ContentStreamWriter.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/ContentStreamWriter.html
@@ -110,6 +110,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-frame.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-frame.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-frame.html
index 06de3a1..a89c06e 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-frame.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-frame.html
@@ -18,4 +18,4 @@
 </ul>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-summary.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-summary.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-summary.html
index 1f448da..4717899 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-summary.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-summary.html
@@ -158,6 +158,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-tree.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-tree.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-tree.html
index 06f8632..39a4032 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-tree.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-tree.html
@@ -134,6 +134,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-use.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-use.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-use.html
index cfc01d2..08ec1ec 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-use.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-use.html
@@ -177,6 +177,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/DefaultResourceCache.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/DefaultResourceCache.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/DefaultResourceCache.html
index 1fa878c..ac39fb0 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/DefaultResourceCache.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/DefaultResourceCache.html
@@ -577,6 +577,6 @@ implements <a href="../../../../org/apache/pdfbox/pdmodel/ResourceCache.html" ti
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/MissingResourceException.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/MissingResourceException.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/MissingResourceException.html
index 7c1479c..35bc75c 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/MissingResourceException.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/MissingResourceException.html
@@ -251,6 +251,6 @@ extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOExce
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDestinationNameTreeNode.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDestinationNameTreeNode.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDestinationNameTreeNode.html
index 7854488..cf70d3a 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDestinationNameTreeNode.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDestinationNameTreeNode.html
@@ -325,6 +325,6 @@ extends <a href="../../../../org/apache/pdfbox/pdmodel/common/PDNameTreeNode.htm
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html
index 3d41f06..d43e766 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html
@@ -257,7 +257,9 @@ implements <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Clo
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/pdfbox/pdmodel/PDPageTree.html" title="class in org.apache.pdfbox.pdmodel">PDPageTree</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getPages()">getPages</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getPages()">getPages</a></strong>()</code>
+<div class="block">Returns the page tree.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/pdfbox/pdmodel/ResourceCache.html" title="interface in org.apache.pdfbox.pdmodel">ResourceCache</a></code></td>
@@ -616,7 +618,7 @@ implements <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Clo
                 <a href="../../../../org/apache/pdfbox/pdmodel/interactive/digitalsignature/SignatureInterface.html" title="interface in org.apache.pdfbox.pdmodel.interactive.digitalsignature">SignatureInterface</a>&nbsp;signatureInterface)
                   throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Add a signature.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>sigObject</code> - is the PDSignatureField model</dd><dd><code>signatureInterface</code> - is a interface which provides signing capabilities</dd>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>sigObject</code> - is the PDSignatureField model</dd><dd><code>signatureInterface</code> - is an interface which provides signing capabilities</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an error creating required fields</dd></dl>
 </li>
@@ -631,8 +633,10 @@ implements <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Clo
                 <a href="../../../../org/apache/pdfbox/pdmodel/interactive/digitalsignature/SignatureInterface.html" title="interface in org.apache.pdfbox.pdmodel.interactive.digitalsignature">SignatureInterface</a>&nbsp;signatureInterface,
                 <a href="../../../../org/apache/pdfbox/pdmodel/interactive/digitalsignature/SignatureOptions.html" title="class in org.apache.pdfbox.pdmodel.interactive.digitalsignature">SignatureOptions</a>&nbsp;options)
                   throws <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
-<div class="block">This will add a signature to the document.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>sigObject</code> - is the PDSignatureField model</dd><dd><code>signatureInterface</code> - is a interface which provides signing capabilities</dd><dd><code>options</code> - signature options</dd>
+<div class="block">This will add a signature to the document. If the 0-based page number in the options
+ parameter is smaller than 0 or larger than max, the nearest valid page number will be used
+ (i.e. 0 or max) and no exception will be thrown.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>sigObject</code> - is the PDSignatureField model</dd><dd><code>signatureInterface</code> - is an interface which provides signing capabilities</dd><dd><code>options</code> - signature options</dd>
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if there is an error creating required fields</dd></dl>
 </li>
@@ -686,7 +690,12 @@ implements <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Clo
 <div class="block">This will import and copy the contents from another location. Currently the content stream is stored in a scratch
  file. The scratch file is associated with the document. If you are adding a page to this document from another
  document and want to copy the contents to this document's scratch file then use this method otherwise just use
- the addPage method.</div>
+ the <a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#addPage(org.apache.pdfbox.pdmodel.PDPage)"><code>addPage(org.apache.pdfbox.pdmodel.PDPage)</code></a> method.
+ 
+ Unlike <a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#addPage(org.apache.pdfbox.pdmodel.PDPage)"><code>addPage(org.apache.pdfbox.pdmodel.PDPage)</code></a>, this method does a deep copy. If your page has annotations, and if
+ these link to pages not in the target document, then the target document might become huge.
+ What you need to do is to delete page references of such annotations. See
+ <a href="http://stackoverflow.com/a/35477351/535646">here</a> for how to do this.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>page</code> - The page to import.</dd>
 <dt><span class="strong">Returns:</span></dt><dd>The page that was imported.</dd>
 <dt><span class="strong">Throws:</span></dt>
@@ -1173,6 +1182,8 @@ implements <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Clo
 <li class="blockList">
 <h4>getPages</h4>
 <pre>public&nbsp;<a href="../../../../org/apache/pdfbox/pdmodel/PDPageTree.html" title="class in org.apache.pdfbox.pdmodel">PDPageTree</a>&nbsp;getPages()</pre>
+<div class="block">Returns the page tree.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the page tree</dd></dl>
 </li>
 </ul>
 <a name="getNumberOfPages()">
@@ -1390,6 +1401,6 @@ implements <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Clo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentCatalog.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentCatalog.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentCatalog.html
index 93f94c5..774f7e6 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentCatalog.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentCatalog.html
@@ -966,6 +966,6 @@ implements <a href="../../../../org/apache/pdfbox/pdmodel/common/COSObjectable.h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/093b2e4c/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentInformation.html
----------------------------------------------------------------------
diff --git a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentInformation.html b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentInformation.html
index 2adfa3a..209994b 100644
--- a/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentInformation.html
+++ b/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentInformation.html
@@ -673,6 +673,6 @@ implements <a href="../../../../org/apache/pdfbox/pdmodel/common/COSObjectable.h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2015 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2002&#x2013;2016 <a href="http://pdfbox.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
-</html>
\ No newline at end of file
+</html>