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 2015/03/30 07:51:24 UTC

svn commit: r1669997 [18/49] - in /pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs: ./ org/apache/pdfbox/contentstream/ org/apache/pdfbox/contentstream/class-use/ org/apache/pdfbox/contentstream/operator/ org/apache/pdfbox/contentstream/opera...

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:34 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:21:56 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>COSWriterXRefEntry (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -106,9 +106,7 @@ extends <a href="http://download.oracle.
 implements <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html" title="class in org.apache.pdfbox.pdfwriter">COSWriterXRefEntry</a>&gt;</pre>
 <div class="block">this is en entry in the xref section of the physical pdf document
  generated by the COSWriter.</div>
-<dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Revision: 1.7 $</dd>
-<dt><span class="strong">Author:</span></dt>
+<dl><dt><span class="strong">Author:</span></dt>
   <dd>Michael Traut</dd></dl>
 </li>
 </ul>
@@ -128,9 +126,9 @@ implements <a href="http://download.orac
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html#COSWriterXRefEntry(long, org.apache.pdfbox.cos.COSBase, org.apache.pdfbox.persistence.util.COSObjectKey)">COSWriterXRefEntry</a></strong>(long&nbsp;start,
+<td class="colOne"><code><strong><a href="../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html#COSWriterXRefEntry(long, org.apache.pdfbox.cos.COSBase, org.apache.pdfbox.cos.COSObjectKey)">COSWriterXRefEntry</a></strong>(long&nbsp;start,
                   <a href="../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&nbsp;obj,
-                  <a href="../../../../org/apache/pdfbox/persistence/util/COSObjectKey.html" title="class in org.apache.pdfbox.persistence.util">COSObjectKey</a>&nbsp;keyValue)</code>
+                  <a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>&nbsp;keyValue)</code>
 <div class="block">COSWriterXRefEntry constructor comment.</div>
 </td>
 </tr>
@@ -154,7 +152,7 @@ implements <a href="http://download.orac
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html#compareTo(org.apache.pdfbox.pdfwriter.COSWriterXRefEntry)">compareTo</a></strong>(<a href="../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html" title="class in org.apache.pdfbox.pdfwriter">COSWriterXRefEntry</a>&nbsp;obj)</code></td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/persistence/util/COSObjectKey.html" title="class in org.apache.pdfbox.persistence.util">COSObjectKey</a></code></td>
+<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html#getKey()">getKey</a></strong>()</code>
 <div class="block">This will get the Object key.</div>
 </td>
@@ -162,7 +160,7 @@ implements <a href="http://download.orac
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html" title="class in org.apache.pdfbox.pdfwriter">COSWriterXRefEntry</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html#getNullEntry()">getNullEntry</a></strong>()</code>
-<div class="block">This will return a null entry: 0000000000 65535 f</div>
+<div class="block">This will return a null entry: 0000000000 65535 f.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -217,7 +215,7 @@ implements <a href="http://download.orac
 <!--   -->
 </a>
 <h3>Constructor Detail</h3>
-<a name="COSWriterXRefEntry(long, org.apache.pdfbox.cos.COSBase, org.apache.pdfbox.persistence.util.COSObjectKey)">
+<a name="COSWriterXRefEntry(long, org.apache.pdfbox.cos.COSBase, org.apache.pdfbox.cos.COSObjectKey)">
 <!--   -->
 </a>
 <ul class="blockListLast">
@@ -225,7 +223,7 @@ implements <a href="http://download.orac
 <h4>COSWriterXRefEntry</h4>
 <pre>public&nbsp;COSWriterXRefEntry(long&nbsp;start,
                   <a href="../../../../org/apache/pdfbox/cos/COSBase.html" title="class in org.apache.pdfbox.cos">COSBase</a>&nbsp;obj,
-                  <a href="../../../../org/apache/pdfbox/persistence/util/COSObjectKey.html" title="class in org.apache.pdfbox.persistence.util">COSObjectKey</a>&nbsp;keyValue)</pre>
+                  <a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>&nbsp;keyValue)</pre>
 <div class="block">COSWriterXRefEntry constructor comment.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>start</code> - The start attribute.</dd><dd><code>obj</code> - The COS object that this entry represents.</dd><dd><code>keyValue</code> - The key to the COS object.</dd></dl>
 </li>
@@ -258,7 +256,7 @@ implements <a href="http://download.orac
 <li class="blockList">
 <h4>getNullEntry</h4>
 <pre>public static&nbsp;<a href="../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html" title="class in org.apache.pdfbox.pdfwriter">COSWriterXRefEntry</a>&nbsp;getNullEntry()</pre>
-<div class="block">This will return a null entry: 0000000000 65535 f</div>
+<div class="block">This will return a null entry: 0000000000 65535 f.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>null COSWriterXRefEntry</dd></dl>
 </li>
 </ul>
@@ -268,7 +266,7 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getKey</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/persistence/util/COSObjectKey.html" title="class in org.apache.pdfbox.persistence.util">COSObjectKey</a>&nbsp;getKey()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/pdfbox/cos/COSObjectKey.html" title="class in org.apache.pdfbox.cos">COSObjectKey</a>&nbsp;getKey()</pre>
 <div class="block">This will get the Object key.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The object key.</dd></dl>
 </li>
@@ -312,7 +310,7 @@ implements <a href="http://download.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setOffset</h4>
-<pre>public&nbsp;void&nbsp;setOffset(long&nbsp;newOffset)</pre>
+<pre>public final&nbsp;void&nbsp;setOffset(long&nbsp;newOffset)</pre>
 <div class="block">The offset attribute.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>newOffset</code> - The new value for the offset.</dd></dl>
 </li>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/ContentStreamWriter.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/ContentStreamWriter.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/ContentStreamWriter.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/ContentStreamWriter.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:34 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:21:56 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>ContentStreamWriter (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -100,10 +100,8 @@
 <pre>public class <span class="strong">ContentStreamWriter</span>
 extends <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
 <div class="block">A class that will take a list of tokens and write out a stream with them.</div>
-<dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Revision: 1.8 $</dd>
-<dt><span class="strong">Author:</span></dt>
-  <dd><a href="mailto:ben@benlitchfield.com">Ben Litchfield</a></dd></dl>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Ben Litchfield</dd></dl>
 </li>
 </ul>
 </div>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSFilterInputStream.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSFilterInputStream.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSFilterInputStream.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSFilterInputStream.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:02 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.pdfwriter.COSFilterInputStream (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSStandardOutputStream.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSStandardOutputStream.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSStandardOutputStream.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSStandardOutputStream.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:02 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.pdfwriter.COSStandardOutputStream (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriter.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriter.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriter.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriter.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:02 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.pdfwriter.COSWriter (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriterXRefEntry.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriterXRefEntry.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriterXRefEntry.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/COSWriterXRefEntry.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:02 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.pdfwriter.COSWriterXRefEntry (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -127,7 +127,7 @@
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html" title="class in org.apache.pdfbox.pdfwriter">COSWriterXRefEntry</a></code></td>
 <td class="colLast"><span class="strong">COSWriterXRefEntry.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html#getNullEntry()">getNullEntry</a></strong>()</code>
-<div class="block">This will return a null entry: 0000000000 65535 f</div>
+<div class="block">This will return a null entry: 0000000000 65535 f.</div>
 </td>
 </tr>
 </tbody>
@@ -174,7 +174,7 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>protected <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>[]</code></td>
+<td class="colFirst"><code>protected static <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>[]</code></td>
 <td class="colLast"><span class="strong">COSWriter.</span><code><strong><a href="../../../../../org/apache/pdfbox/pdfwriter/COSWriter.html#getXRefRanges(java.util.List)">getXRefRanges</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/pdfbox/pdfwriter/COSWriterXRefEntry.html" title="class in org.apache.pdfbox.pdfwriter">COSWriterXRefEntry</a>&gt;&nbsp;xRefEntriesList)</code>
 <div class="block">check the xref entries and write out the ranges.</div>
 </td>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/ContentStreamWriter.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/ContentStreamWriter.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/ContentStreamWriter.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/class-use/ContentStreamWriter.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:02 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Class org.apache.pdfbox.pdfwriter.ContentStreamWriter (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-frame.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-frame.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-frame.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-frame.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.pdfbox.pdfwriter (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-summary.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-summary.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-summary.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-summary.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.pdfbox.pdfwriter (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-tree.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-tree.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-tree.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-tree.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:38 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>org.apache.pdfbox.pdfwriter Class Hierarchy (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-use.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-use.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-use.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdfwriter/package-use.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:39 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:03 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>Uses of Package org.apache.pdfbox.pdfwriter (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/MissingResourceException.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/MissingResourceException.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/MissingResourceException.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/MissingResourceException.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:34 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>MissingResourceException (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -37,7 +37,7 @@
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/pdfbox/pdmodel/ConformingPDDocument.html" title="class in org.apache.pdfbox.pdmodel"><span class="strong">Prev Class</span></a></li>
+<li>Prev Class</li>
 <li><a href="../../../../org/apache/pdfbox/pdmodel/PageLayout.html" title="enum in org.apache.pdfbox.pdmodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -212,7 +212,7 @@ extends <a href="http://download.oracle.
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../org/apache/pdfbox/pdmodel/ConformingPDDocument.html" title="class in org.apache.pdfbox.pdmodel"><span class="strong">Prev Class</span></a></li>
+<li>Prev Class</li>
 <li><a href="../../../../org/apache/pdfbox/pdmodel/PageLayout.html" title="enum in org.apache.pdfbox.pdmodel"><span class="strong">Next Class</span></a></li>
 </ul>
 <ul class="navList">

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDestinationNameTreeNode.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDestinationNameTreeNode.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDestinationNameTreeNode.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDestinationNameTreeNode.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:34 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PDDestinationNameTreeNode (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -109,10 +109,8 @@
 <pre>public class <span class="strong">PDDestinationNameTreeNode</span>
 extends <a href="../../../../org/apache/pdfbox/pdmodel/common/PDNameTreeNode.html" title="class in org.apache.pdfbox.pdmodel.common">PDNameTreeNode</a></pre>
 <div class="block">This class holds all of the name trees that are available at the document level.</div>
-<dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Revision: 1.2 $</dd>
-<dt><span class="strong">Author:</span></dt>
-  <dd><a href="mailto:ben@benlitchfield.com">Ben Litchfield</a></dd></dl>
+<dl><dt><span class="strong">Author:</span></dt>
+  <dd>Ben Litchfield</dd></dl>
 </li>
 </ul>
 </div>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocument.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:34 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PDDocument (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -99,10 +99,6 @@
 <dt>All Implemented Interfaces:</dt>
 <dd><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></dd>
 </dl>
-<dl>
-<dt>Direct Known Subclasses:</dt>
-<dd><a href="../../../../org/apache/pdfbox/pdmodel/ConformingPDDocument.html" title="class in org.apache.pdfbox.pdmodel">ConformingPDDocument</a></dd>
-</dl>
 <hr>
 <br>
 <pre>public class <span class="strong">PDDocument</span>
@@ -203,25 +199,6 @@ implements <a href="http://download.orac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#decrypt(java.lang.String)">decrypt</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;password)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>This method is provided for compatibility reasons only. User should use the new
- security layer instead and the openProtection method especially.</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#encrypt(java.lang.String, java.lang.String)">encrypt</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;ownerPassword,
-       <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;userPassword)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>This method is provided for compatibility reasons only. User should use the new security layer 
- instead and the openProtection method especially.</i></div>
-</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/pdfbox/pdmodel/encryption/AccessPermission.html" title="class in org.apache.pdfbox.pdmodel.encryption">AccessPermission</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getCurrentAccessPermission()">getCurrentAccessPermission</a></strong>()</code>
 <div class="block">Returns the access permissions granted when the document was decrypted.</div>
@@ -258,33 +235,17 @@ implements <a href="http://download.orac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/pdmodel/encryption/PDEncryption.html" title="class in org.apache.pdfbox.pdmodel.encryption">PDEncryption</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getEncryptionDictionary()">getEncryptionDictionary</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getEncryption()"><code>getEncryption()</code></a> instead.</i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSignature.html" title="class in org.apache.pdfbox.pdmodel.interactive.digitalsignature">PDSignature</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getLastSignatureDictionary()">getLastSignatureDictionary</a></strong>()</code>
 <div class="block">This will return the last signature.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getNumberOfPages()">getNumberOfPages</a></strong>()</code>
 <div class="block">This will return the total page count of the PDF document.</div>
 </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/pdmodel/PDDocument.html#getOwnerPasswordForEncryption()">getOwnerPasswordForEncryption</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Do not rely on this method anymore.</i></div>
-</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/pdfbox/pdmodel/PDPage.html" title="class in org.apache.pdfbox.pdmodel">PDPage</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getPage(int)">getPage</a></strong>(int&nbsp;pageIndex)</code>
@@ -296,73 +257,62 @@ implements <a href="http://download.orac
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getPages()">getPages</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../org/apache/pdfbox/pdmodel/encryption/SecurityHandler.html" title="class in org.apache.pdfbox.pdmodel.encryption">SecurityHandler</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getSecurityHandler()">getSecurityHandler</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getEncryption()"><code>getEncryption()</code></a>.
- <a href="../../../../org/apache/pdfbox/pdmodel/encryption/PDEncryption.html#getSecurityHandler()"><code>PDEncryption.getSecurityHandler()</code></a></i></div>
-</div>
-</td>
-</tr>
-<tr class="altColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSignature.html" title="class in org.apache.pdfbox.pdmodel.interactive.digitalsignature">PDSignature</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getSignatureDictionaries()">getSignatureDictionaries</a></strong>()</code>
 <div class="block">Retrieve all signature dictionaries from the document.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/pdmodel/interactive/form/PDSignatureField.html" title="class in org.apache.pdfbox.pdmodel.interactive.form">PDSignatureField</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getSignatureFields()">getSignatureFields</a></strong>()</code>
 <div class="block">Retrieve all signature fields from the document.</div>
 </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/pdmodel/PDDocument.html#getUserPasswordForEncryption()">getUserPasswordForEncryption</a></strong>()</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Do not rely on this method anymore.</i></div>
-</div>
+<tr class="rowColor">
+<td class="colFirst"><code>float</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getVersion()">getVersion</a></strong>()</code>
+<div class="block">Returns the PDF specification version this document conforms to.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/pdfbox/pdmodel/PDPage.html" title="class in org.apache.pdfbox.pdmodel">PDPage</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#importPage(org.apache.pdfbox.pdmodel.PDPage)">importPage</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/PDPage.html" title="class in org.apache.pdfbox.pdmodel">PDPage</a>&nbsp;page)</code>
 <div class="block">This will import and copy the contents from another location.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#isAllSecurityToBeRemoved()">isAllSecurityToBeRemoved</a></strong>()</code>
 <div class="block">Indicates if all security is removed or not when writing the pdf.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#isEncrypted()">isEncrypted</a></strong>()</code>
 <div class="block">This will tell if this document is encrypted or not.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <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/pdmodel/PDDocument.html#load(java.io.File)">load</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</code>
 <div class="block">Parses PDF with non sequential parser.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <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/pdmodel/PDDocument.html#load(java.io.File, boolean)">load</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
     boolean&nbsp;useScratchFiles)</code>
 <div class="block">Parses PDF with non sequential parser.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <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/pdmodel/PDDocument.html#load(java.io.File, java.lang.String)">load</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
     <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;password)</code>
 <div class="block">Parses PDF with non sequential parser.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <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/pdmodel/PDDocument.html#load(java.io.File, java.lang.String, boolean)">load</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
     <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;password,
@@ -370,7 +320,7 @@ implements <a href="http://download.orac
 <div class="block">Parses PDF with non sequential parser.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <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/pdmodel/PDDocument.html#load(java.io.File, java.lang.String, java.io.InputStream, java.lang.String)">load</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
     <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;password,
@@ -379,7 +329,7 @@ implements <a href="http://download.orac
 <div class="block">Parses PDF with non sequential parser.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <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/pdmodel/PDDocument.html#load(java.io.File, java.lang.String, java.io.InputStream, java.lang.String, boolean)">load</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
     <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;password,
@@ -389,27 +339,27 @@ implements <a href="http://download.orac
 <div class="block">Parses PDF with non sequential parser.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <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/pdmodel/PDDocument.html#load(java.io.InputStream)">load</a></strong>(<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;input)</code>
 <div class="block">Parses PDF with non sequential parser.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <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/pdmodel/PDDocument.html#load(java.io.InputStream, boolean)">load</a></strong>(<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;input,
     boolean&nbsp;useScratchFiles)</code>
 <div class="block">Parses PDF with non sequential parser.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <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/pdmodel/PDDocument.html#load(java.io.InputStream, java.lang.String)">load</a></strong>(<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;input,
     <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;password)</code>
 <div class="block">Parses PDF with non sequential parser.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>static <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/pdmodel/PDDocument.html#load(java.io.InputStream, java.lang.String, java.io.InputStream, java.lang.String)">load</a></strong>(<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;input,
     <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;password,
@@ -418,7 +368,7 @@ implements <a href="http://download.orac
 <div class="block">Parses PDF with non sequential parser.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <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/pdmodel/PDDocument.html#load(java.io.InputStream, java.lang.String, java.io.InputStream, java.lang.String, boolean)">load</a></strong>(<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;input,
     <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;password,
@@ -428,38 +378,6 @@ implements <a href="http://download.orac
 <div class="block">Parses PDF with non sequential parser.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <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/pdmodel/PDDocument.html#loadLegacy(java.io.File)">loadLegacy</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</code>
-<div class="block">This will load a document from a file.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <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/pdmodel/PDDocument.html#loadLegacy(java.io.File, boolean)">loadLegacy</a></strong>(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
-          boolean&nbsp;useScratchFiles)</code>
-<div class="block">This will load a document from a file.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>static <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/pdmodel/PDDocument.html#loadLegacy(java.io.InputStream)">loadLegacy</a></strong>(<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;input)</code>
-<div class="block">This will load a document from an input stream.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>static <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/pdmodel/PDDocument.html#loadLegacy(java.io.InputStream, boolean)">loadLegacy</a></strong>(<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;input,
-          boolean&nbsp;useScratchFiles)</code>
-<div class="block">This will load a document from an input stream.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#openProtection(org.apache.pdfbox.pdmodel.encryption.DecryptionMaterial)">openProtection</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/encryption/DecryptionMaterial.html" title="class in org.apache.pdfbox.pdmodel.encryption">DecryptionMaterial</a>&nbsp;decryptionMaterial)</code>
-<div class="block">Tries to decrypt the document in memory using the provided decryption material.</div>
-</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#protect(org.apache.pdfbox.pdmodel.encryption.ProtectionPolicy)">protect</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/encryption/ProtectionPolicy.html" title="class in org.apache.pdfbox.pdmodel.encryption">ProtectionPolicy</a>&nbsp;policy)</code>
@@ -498,23 +416,8 @@ implements <a href="http://download.orac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#saveIncremental(java.io.InputStream, java.io.OutputStream)">saveIncremental</a></strong>(<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;input,
-               <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;output)</code>
-<div class="block">Save the PDF as an incremental update, explicitly providing the original input stream again.</div>
-</td>
-</tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#saveIncremental(java.io.OutputStream)">saveIncremental</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;output)</code>
-<div class="block">Save the PDF as an incremental update, if it was loaded from a File.</div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#saveIncremental(java.lang.String)">saveIncremental</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;fileName)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use <a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#saveIncremental(java.io.OutputStream)"><code>saveIncremental(OutputStream output)</code></a> instead.</i></div>
-</div>
+<div class="block">Save the PDF as an incremental update.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -542,11 +445,9 @@ implements <a href="http://download.orac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#setSecurityHandler(org.apache.pdfbox.pdmodel.encryption.SecurityHandler)">setSecurityHandler</a></strong>(<a href="../../../../org/apache/pdfbox/pdmodel/encryption/SecurityHandler.html" title="class in org.apache.pdfbox.pdmodel.encryption">SecurityHandler</a>&nbsp;securityHandler)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>Use protection policies instead.</i></div>
-</div>
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#setVersion(float)">setVersion</a></strong>(float&nbsp;newVersion)</code>
+<div class="block">Sets the PDF specification version for this document.</div>
 </td>
 </tr>
 </table>
@@ -780,18 +681,6 @@ implements <a href="http://download.orac
 <dl><dt><span class="strong">Returns:</span></dt><dd>true If this document is encrypted.</dd></dl>
 </li>
 </ul>
-<a name="getEncryptionDictionary()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getEncryptionDictionary</h4>
-<pre><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a href="../../../../org/apache/pdfbox/pdmodel/encryption/PDEncryption.html" title="class in org.apache.pdfbox.pdmodel.encryption">PDEncryption</a>&nbsp;getEncryptionDictionary()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getEncryption()"><code>getEncryption()</code></a> instead.</i></div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>The encryption dictionary(most likely a PDStandardEncryption object)</dd></dl>
-</li>
-</ul>
 <a name="getEncryption()">
 <!--   -->
 </a>
@@ -862,131 +751,6 @@ public&nbsp;<a href="../../../../org/apa
 <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 no document catalog can be found.</dd></dl>
 </li>
 </ul>
-<a name="decrypt(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>decrypt</h4>
-<pre><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;void&nbsp;decrypt(<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;password)
-             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>This method is provided for compatibility reasons only. User should use the new
- security layer instead and the openProtection method especially.</i></div>
-<div class="block">This will decrypt a document.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>password</code> - Either the user or owner password.</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 getting the stream data.</dd></dl>
-</li>
-</ul>
-<a name="encrypt(java.lang.String, java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>encrypt</h4>
-<pre><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;void&nbsp;encrypt(<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;ownerPassword,
-                      <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;userPassword)
-             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>This method is provided for compatibility reasons only. User should use the new security layer 
- instead and the openProtection method especially.</i></div>
-<div class="block">This will <b>mark</b> a document to be encrypted. The actual encryption will occur when the document is saved.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>ownerPassword</code> - The owner password to encrypt the document.</dd><dd><code>userPassword</code> - The user password to encrypt the document.</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 accessing the data.</dd></dl>
-</li>
-</ul>
-<a name="getOwnerPasswordForEncryption()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getOwnerPasswordForEncryption</h4>
-<pre><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-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;getOwnerPasswordForEncryption()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Do not rely on this method anymore.</i></div>
-<div class="block">The owner password that was passed into the encrypt method. You should never use this method. This will not
- longer be valid once encryption has occured.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>The owner password passed to the encrypt method.</dd></dl>
-</li>
-</ul>
-<a name="getUserPasswordForEncryption()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getUserPasswordForEncryption</h4>
-<pre><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-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;getUserPasswordForEncryption()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Do not rely on this method anymore.</i></div>
-<div class="block">The user password that was passed into the encrypt method. You should never use this method. This will not longer
- be valid once encryption has occured.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>The user password passed to the encrypt method.</dd></dl>
-</li>
-</ul>
-<a name="loadLegacy(java.io.File)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>loadLegacy</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;loadLegacy(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
-                             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 load a document from a file.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - The name of the file to load.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The document that was loaded.</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 reading from the stream.</dd></dl>
-</li>
-</ul>
-<a name="loadLegacy(java.io.File, boolean)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>loadLegacy</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;loadLegacy(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file,
-                    boolean&nbsp;useScratchFiles)
-                             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 load a document from a file. Allows for skipping corrupt pdf objects</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>file</code> - The name of the file to load.</dd><dd><code>useScratchFiles</code> - enables the usage of a scratch file if set to true</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The document that was loaded.</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 reading from the stream.</dd></dl>
-</li>
-</ul>
-<a name="loadLegacy(java.io.InputStream)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>loadLegacy</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;loadLegacy(<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;input)
-                             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 load a document from an input stream.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>input</code> - The stream that contains the document.</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The document that was loaded.</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 reading from the stream.</dd></dl>
-</li>
-</ul>
-<a name="loadLegacy(java.io.InputStream, boolean)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>loadLegacy</h4>
-<pre>public static&nbsp;<a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html" title="class in org.apache.pdfbox.pdmodel">PDDocument</a>&nbsp;loadLegacy(<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;input,
-                    boolean&nbsp;useScratchFiles)
-                             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 load a document from an input stream. Allows for skipping corrupt pdf objects</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>input</code> - The stream that contains the document.</dd><dd><code>useScratchFiles</code> - enables the usage of a scratch file if set to true</dd>
-<dt><span class="strong">Returns:</span></dt><dd>The document that was loaded.</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 reading from the stream.</dd></dl>
-</li>
-</ul>
 <a name="load(java.io.File)">
 <!--   -->
 </a>
@@ -1214,39 +978,6 @@ public&nbsp;<a href="http://download.ora
 <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 the output could not be written</dd></dl>
 </li>
 </ul>
-<a name="saveIncremental(java.lang.String)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>saveIncremental</h4>
-<pre><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;void&nbsp;saveIncremental(<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;fileName)
-                     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/pdmodel/PDDocument.html#saveIncremental(java.io.OutputStream)"><code>saveIncremental(OutputStream output)</code></a> instead.</i></div>
-<div class="block">Save the pdf as incremental.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>fileName</code> - the filename to be used</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 the output could not be written</dd></dl>
-</li>
-</ul>
-<a name="saveIncremental(java.io.InputStream, java.io.OutputStream)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>saveIncremental</h4>
-<pre>public&nbsp;void&nbsp;saveIncremental(<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;input,
-                   <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;output)
-                     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">Save the PDF as an incremental update, explicitly providing the original input stream again.
-
- Use of this method is discouraged, use <a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#saveIncremental(java.io.OutputStream)"><code>saveIncremental(OutputStream)</code></a> instead.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>input</code> - stream to read, must contain the same data used in the call to load().</dd><dd><code>output</code> - stream to write</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 the output could not be written</dd></dl>
-</li>
-</ul>
 <a name="saveIncremental(java.io.OutputStream)">
 <!--   -->
 </a>
@@ -1255,9 +986,7 @@ public&nbsp;void&nbsp;saveIncremental(<a
 <h4>saveIncremental</h4>
 <pre>public&nbsp;void&nbsp;saveIncremental(<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;output)
                      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">Save the PDF as an incremental update, if it was loaded from a File.
- This method can only be used when the PDDocument was created by passing a File or filename
- to one of the load() constructors.</div>
+<div class="block">Save the PDF as an incremental update.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>output</code> - stream to write</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 the output could not be written</dd></dl>
@@ -1329,21 +1058,6 @@ public&nbsp;void&nbsp;saveIncremental(<a
 <a href="../../../../org/apache/pdfbox/pdmodel/encryption/PublicKeyProtectionPolicy.html" title="class in org.apache.pdfbox.pdmodel.encryption"><code>PublicKeyProtectionPolicy</code></a></dd></dl>
 </li>
 </ul>
-<a name="openProtection(org.apache.pdfbox.pdmodel.encryption.DecryptionMaterial)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>openProtection</h4>
-<pre>public&nbsp;void&nbsp;openProtection(<a href="../../../../org/apache/pdfbox/pdmodel/encryption/DecryptionMaterial.html" title="class in org.apache.pdfbox.pdmodel.encryption">DecryptionMaterial</a>&nbsp;decryptionMaterial)
-                    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">Tries to decrypt the document in memory using the provided decryption material.</div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>decryptionMaterial</code> - The decryption material (password or certificate).</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 reading cryptographic information.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../org/apache/pdfbox/pdmodel/encryption/StandardDecryptionMaterial.html" title="class in org.apache.pdfbox.pdmodel.encryption"><code>StandardDecryptionMaterial</code></a>, 
-<a href="../../../../org/apache/pdfbox/pdmodel/encryption/PublicKeyDecryptionMaterial.html" title="class in org.apache.pdfbox.pdmodel.encryption"><code>PublicKeyDecryptionMaterial</code></a></dd></dl>
-</li>
-</ul>
 <a name="getCurrentAccessPermission()">
 <!--   -->
 </a>
@@ -1358,33 +1072,6 @@ public&nbsp;void&nbsp;saveIncremental(<a
 <dl><dt><span class="strong">Returns:</span></dt><dd>the access permissions for the current user on the document.</dd></dl>
 </li>
 </ul>
-<a name="getSecurityHandler()">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>getSecurityHandler</h4>
-<pre><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;<a href="../../../../org/apache/pdfbox/pdmodel/encryption/SecurityHandler.html" title="class in org.apache.pdfbox.pdmodel.encryption">SecurityHandler</a>&nbsp;getSecurityHandler()</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a href="../../../../org/apache/pdfbox/pdmodel/PDDocument.html#getEncryption()"><code>getEncryption()</code></a>.
- <a href="../../../../org/apache/pdfbox/pdmodel/encryption/PDEncryption.html#getSecurityHandler()"><code>PDEncryption.getSecurityHandler()</code></a></i></div>
-<div class="block">Get the security handler that is used for document encryption.</div>
-<dl><dt><span class="strong">Returns:</span></dt><dd>The handler used to encrypt/decrypt the document.</dd></dl>
-</li>
-</ul>
-<a name="setSecurityHandler(org.apache.pdfbox.pdmodel.encryption.SecurityHandler)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setSecurityHandler</h4>
-<pre><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
-public&nbsp;boolean&nbsp;setSecurityHandler(<a href="../../../../org/apache/pdfbox/pdmodel/encryption/SecurityHandler.html" title="class in org.apache.pdfbox.pdmodel.encryption">SecurityHandler</a>&nbsp;securityHandler)</pre>
-<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>Use protection policies instead.</i></div>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>securityHandler</code> - security handler to be assigned to document</dd>
-<dt><span class="strong">Returns:</span></dt><dd>true if security handler was set</dd></dl>
-</li>
-</ul>
 <a name="isAllSecurityToBeRemoved()">
 <!--   -->
 </a>
@@ -1421,7 +1108,7 @@ public&nbsp;boolean&nbsp;setSecurityHand
 <a name="setDocumentId(java.lang.Long)">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>setDocumentId</h4>
 <pre>public&nbsp;void&nbsp;setDocumentId(<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&nbsp;docId)</pre>
@@ -1429,6 +1116,28 @@ public&nbsp;boolean&nbsp;setSecurityHand
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>docId</code> - the new document ID</dd></dl>
 </li>
 </ul>
+<a name="getVersion()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getVersion</h4>
+<pre>public&nbsp;float&nbsp;getVersion()</pre>
+<div class="block">Returns the PDF specification version this document conforms to.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the PDF version (e.g. 1.4f)</dd></dl>
+</li>
+</ul>
+<a name="setVersion(float)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setVersion</h4>
+<pre>public&nbsp;void&nbsp;setVersion(float&nbsp;newVersion)</pre>
+<div class="block">Sets the PDF specification version for this document.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>newVersion</code> - the new PDF version (e.g. 1.4f)</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentCatalog.html
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentCatalog.html?rev=1669997&r1=1669996&r2=1669997&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentCatalog.html (original)
+++ pdfbox/cmssite/trunk/content/docs/2.0.0-SNAPSHOT/javadocs/org/apache/pdfbox/pdmodel/PDDocumentCatalog.html Mon Mar 30 05:51:10 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (version 1.7.0_55) on Sun Jan 04 20:50:34 CET 2015 -->
+<!-- Generated by javadoc (version 1.7.0_55) on Mon Mar 30 07:22:01 CEST 2015 -->
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
 <title>PDDocumentCatalog (Apache PDFBox 2.0.0-SNAPSHOT API)</title>
-<meta name="date" content="2015-01-04">
+<meta name="date" content="2015-03-30">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -214,7 +214,7 @@ implements <a href="../../../../org/apac
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/pdmodel/graphics/color/PDOutputIntent.html" title="class in org.apache.pdfbox.pdmodel.graphics.color">PDOutputIntent</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocumentCatalog.html#getOutputIntent()">getOutputIntent</a></strong>()</code>
+<td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocumentCatalog.html#getOutputIntents()">getOutputIntents</a></strong>()</code>
 <div class="block">Get the list of OutputIntents defined in the document.</div>
 </td>
 </tr>
@@ -251,7 +251,7 @@ implements <a href="../../../../org/apac
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/pdmodel/interactive/pagenavigation/PDThread.html" title="class in org.apache.pdfbox.pdmodel.interactive.pagenavigation">PDThread</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/pdfbox/pdmodel/PDDocumentCatalog.html#getThreads()">getThreads</a></strong>()</code>
-<div class="block">Returns the document?</div>
+<div class="block">Returns the document's article threads.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -530,7 +530,7 @@ implements <a href="../../../../org/apac
 <li class="blockList">
 <h4>getThreads</h4>
 <pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/pdmodel/interactive/pagenavigation/PDThread.html" title="class in org.apache.pdfbox.pdmodel.interactive.pagenavigation">PDThread</a>&gt;&nbsp;getThreads()</pre>
-<div class="block">Returns the document?s article threads.</div>
+<div class="block">Returns the document's article threads.</div>
 </li>
 </ul>
 <a name="setThreads(java.util.List)">
@@ -657,13 +657,13 @@ implements <a href="../../../../org/apac
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>markInfo</code> - The new MarkInfo data.</dd></dl>
 </li>
 </ul>
-<a name="getOutputIntent()">
+<a name="getOutputIntents()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getOutputIntent</h4>
-<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/pdmodel/graphics/color/PDOutputIntent.html" title="class in org.apache.pdfbox.pdmodel.graphics.color">PDOutputIntent</a>&gt;&nbsp;getOutputIntent()</pre>
+<h4>getOutputIntents</h4>
+<pre>public&nbsp;<a href="http://download.oracle.com/javase/1.6.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/pdfbox/pdmodel/graphics/color/PDOutputIntent.html" title="class in org.apache.pdfbox.pdmodel.graphics.color">PDOutputIntent</a>&gt;&nbsp;getOutputIntents()</pre>
 <div class="block">Get the list of OutputIntents defined in the document.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The list of PDOutputIntent</dd></dl>
 </li>