You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/11/22 19:53:46 UTC

svn commit: r348211 - in /xmlgraphics/fop/trunk/src/documentation/content/xdocs: 0.20.5/output.xml 0.90/output.xml trunk/output.xml

Author: jeremias
Date: Tue Nov 22 10:53:40 2005
New Revision: 348211

URL: http://svn.apache.org/viewcvs?rev=348211&view=rev
Log:
Bugzilla #37589:
Added note about iText's PDFStamper.
Submitted by: Jens Stavnstrup <js...@ddre.dk>

Modified:
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.20.5/output.xml
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.90/output.xml
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.20.5/output.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.20.5/output.xml?rev=348211&r1=348210&r2=348211&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.20.5/output.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.20.5/output.xml Tue Nov 22 10:53:40 2005
@@ -98,7 +98,11 @@
     <p>FOP does not currently support several desirable PDF features: document properties (title, author, etc.), and watermarks. One workaround is to use Adobe Acrobat (the full version, not the Reader) to process the file manually or with scripting that it supports.</p>
     <p>Another popular post-processing tool is <link href="http://www.lowagie.com/iText">iText</link>, which has tools for adding security features, document properties, watermarks, and many other features to PDF files.
     </p>
-    <warning>Caveat: iText swallows PDF bookmarks.</warning>
+    <warning>
+      Caveat: iText may swallow PDF bookmarks. But 
+      <link href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37589">Jens Stavnstrup tells us</link>
+      that this doesn't happen if you use iText's PDFStamper.
+    </warning>
     <p>Here is some sample code that uses iText to encrypt a FOP-generated PDF. (Note that FOP now supports <link href="pdfencryption.html">PDF encryption</link>. However the principles for using iText for other PDF features are similar.)</p>
     <source><![CDATA[public static void main(String args[]) {
   try {

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.90/output.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.90/output.xml?rev=348211&r1=348210&r2=348211&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.90/output.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/0.90/output.xml Tue Nov 22 10:53:40 2005
@@ -111,7 +111,11 @@
           which has tools for adding security features, document properties, watermarks, and many 
           other features to PDF files.
         </p>
-        <warning>Caveat: iText may swallow PDF bookmarks.</warning>
+        <warning>
+          Caveat: iText may swallow PDF bookmarks. But 
+          <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37589">Jens Stavnstrup tells us</a>
+          that this doesn't happen if you use iText's PDFStamper.
+        </warning>
         <p>
           Here is some sample code that uses iText to encrypt a FOP-generated PDF. (Note that FOP now 
           supports <a href="pdfencryption.html">PDF encryption</a>. However the principles for using 

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml?rev=348211&r1=348210&r2=348211&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml (original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/output.xml Tue Nov 22 10:53:40 2005
@@ -111,7 +111,11 @@
           which has tools for adding security features, document properties, watermarks, and many 
           other features to PDF files.
         </p>
-        <warning>Caveat: iText may swallow PDF bookmarks.</warning>
+        <warning>
+          Caveat: iText may swallow PDF bookmarks. But 
+          <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37589">Jens Stavnstrup tells us</a>
+          that this doesn't happen if you use iText's PDFStamper.
+        </warning>
         <p>
           Here is some sample code that uses iText to encrypt a FOP-generated PDF. (Note that FOP now 
           supports <a href="pdfencryption.html">PDF encryption</a>. However the principles for using 



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org