]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Patch submitted by Jeff Turner to clean up some broken links reported by forrest.
authorWilliam Victor Mote <vmote@apache.org>
Tue, 18 Mar 2003 16:48:15 +0000 (16:48 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Tue, 18 Mar 2003 16:48:15 +0000 (16:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196117 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/dev/faq.xml
src/documentation/content/xdocs/faq.xml

index 800174f74b9eb21ff8dd4bc29b6fa118681a390a..16c3b2f19fd337ce51956a44351f582ac838f458 100644 (file)
@@ -812,7 +812,7 @@ transformer.transform(xmlsource, new SAXResult(driver.getContentHandler()));</so
       <answer>
         <p>Answers are that fonts must be available for the output format, and
   the selected font must contain glyphs for the desired character.
-PDF has a set of <link href="output.html#pdf-fonts">defined fonts</link>, other fonts can be embedded following the
+  PDF has a set of <link href="../output.html#pdf-fonts">defined fonts</link>, other fonts can be embedded following the
 <link href="fonts.html">instructions</link>.
 To find out if the characters you need are in the core fonts then
 (todo - find a glyph font table for the fonts).
index 998a68d76e2ed73cab2289a21549e1bdc792e29a..3bf567e7d913320c4153cdbbc967d3d64e7f13f2 100644 (file)
@@ -957,10 +957,10 @@ transformer.transform(xmlsource, new SAXResult(driver.getContentHandler()));</so
             for adding security features, document properties, watermarks, and
             many other features to PDF files. FOP and iText can be integrated
             into one Java application, see sample code for <link
-              href="pdf-security">encryption</link>.
+              href="#pdf-security">encryption</link>.
             The bad news is that iText swallows PDF bookmarks.
           </li>
-          
+
           <li>
             You can use Adobe Acrobat (the full version, not the Reader) to
             process the file manually or with scripting that it supports.
@@ -996,7 +996,7 @@ transformer.transform(xmlsource, new SAXResult(driver.getContentHandler()));</so
     int n = reader.getNumberOfPages();
     Document document = new Document(reader.getPageSizeWithRotation(1));
     PdfWriter writer = PdfWriter.getInstance(document, outfile);
-    writer.setEncryption(PdfWriter.STRENGTH40BITS, "pdf", null, 
+    writer.setEncryption(PdfWriter.STRENGTH40BITS, "pdf", null,
       PdfWriter.AllowCopy);
     document.open();
     PdfContentByte cb = writer.getDirectContent();