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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]