Bug 12650 - break-after="page" creates empty page at the end of the document
Summary: break-after="page" creates empty page at the end of the document
Status: CLOSED DUPLICATE of bug 7487
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: 0.20.4
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-14 19:46 UTC by Tim Lebedkov
Modified: 2012-04-01 13:51 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2002-09-14 19:46:19 UTC
Hi,

I use this FO to create PDF. It creates 2 pages instead of 1

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE fo:root SYSTEM "../fo.dtd">
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
	<fo:layout-master-set>
		<fo:simple-page-master master-name="simple">
			<fo:region-body/>
		</fo:simple-page-master>
	</fo:layout-master-set>

	<fo:page-sequence master-reference="simple">
		<fo:flow flow-name="xsl-region-body">
			<fo:block break-after="page">
				<fo:inline background-color="red">
					Some text
				</fo:inline>
			</fo:block>
		</fo:flow>
	</fo:page-sequence>
</fo:root>
Comment 1 Oleg Tkachenko 2002-11-14 18:59:03 UTC
Actually this one is duplicate of the bug #7487.

*** This bug has been marked as a duplicate of 7487 ***
Comment 2 Glenn Adams 2012-04-01 13:51:15 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs