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 vm...@apache.org on 2003/03/18 17:48:16 UTC

cvs commit: xml-fop/src/documentation/content/xdocs/dev faq.xml

vmote       2003/03/18 08:48:15

  Modified:    src/documentation/content/xdocs faq.xml
               src/documentation/content/xdocs/dev faq.xml
  Log:
  Patch submitted by Jeff Turner to clean up some broken links reported by forrest.
  
  Revision  Changes    Path
  1.13      +3 -3      xml-fop/src/documentation/content/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/faq.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- faq.xml	15 Mar 2003 19:55:49 -0000	1.12
  +++ faq.xml	18 Mar 2003 16:48:15 -0000	1.13
  @@ -957,10 +957,10 @@
               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 @@
       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();
  
  
  
  1.6       +1 -1      xml-fop/src/documentation/content/xdocs/dev/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/faq.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- faq.xml	12 Dec 2002 10:59:33 -0000	1.5
  +++ faq.xml	18 Mar 2003 16:48:15 -0000	1.6
  @@ -812,7 +812,7 @@
         <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).
  
  
  

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