You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by jt...@hyperreal.org on 1999/11/23 08:47:31 UTC

cvs commit: xml-fop/src/org/apache/fop/pdf PDFPage.java

jtauber     99/11/22 23:47:31

  Modified:    src/org/apache/fop/pdf PDFPage.java
  Log:
  typo fixed in PDF produced that caused PDFs to be unreable
  
  Revision  Changes    Path
  1.7       +2 -2      xml-fop/src/org/apache/fop/pdf/PDFPage.java
  
  Index: PDFPage.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/pdf/PDFPage.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- PDFPage.java	1999/11/22 17:37:17	1.6
  +++ PDFPage.java	1999/11/23 07:47:30	1.7
  @@ -1,4 +1,4 @@
  -/*-- $Id: PDFPage.java,v 1.6 1999/11/22 17:37:17 jtauber Exp $ -- 
  +/*-- $Id: PDFPage.java,v 1.7 1999/11/23 07:47:30 jtauber Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -130,7 +130,7 @@
   	StringBuffer sb = new StringBuffer();
   
   	sb = sb.append(this.number + " " + this.generation + " obj\n" +
  -		"<< / Type /Page\n" +
  +		"<< /Type /Page\n" +
   		"/Parent " + this.parent.referencePDF() + "\n" +
   		"/MediaBox [ 0 0 " + this.pagewidth + " " +
   		this.pageheight + " ]\n" +