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 bu...@apache.org on 2002/10/04 16:46:20 UTC

DO NOT REPLY [Bug 13295] New: - different results using xml or fo (from the same xml-file)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13295>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13295

different results using xml or fo (from the same xml-file)

           Summary: different results using xml or fo (from the same xml-
                    file)
           Product: Fop
           Version: 0.20.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: freibi@gmx.de


I've got two different results when I created pdf-files using fop:
1. I've created the pdf-file 
directly: fop -xml test.xml -xsl test.xsl -pdf test.pdf
2. first I've created a fo-file: saxon -o 
test.fo test.xml test.xsl
   then I've created the pdf: fop -fo test.fo -pdf test.pdf
In the 
second case, I've got one more (empty) page.
But: This only occurs, when the first page is 
'completely filled'.
I also tested xalan 2.3.1 to create the fo-file, but the result is the 
same.

Why are there different results, and how can I prevent the construction of the second, 
blank page?

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