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 2005/03/07 07:25:45 UTC

DO NOT REPLY [Bug 33871] New: - problem with
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33871>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33871

           Summary: problem with <fo:simple-page-master  or  <fo:page-
                    sequence while creating PDF using FOP 0.20.5
           Product: Fop
           Version: 0.20.5
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: major
          Priority: P3
         Component: page-master/layout
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: venkat_cherukuri@yahoo.com


I am generating pdf using Xslt and Formatting Objects. 

I am not getting any error but erlier it was showing the content with(0.20.4) 
border after the fop version upgradation border got disappeared?
why it is happening? Is there any change in the fop regarding this?

I have upgraded the FOP version from 0.20.4 to 0.20.5 and I am using jars Jar-
Files fop_020_5.jar and batik_fop_020_5.jar instead of Jar-Files fop17.jar, 
fop.jar, batik.jar

have a look at this used with 0.20.5 after upgradation

<fo:layout-master-set>
	<fo:simple-page-master master-name="letter" page-height="{$pageHeight}
in" page-width="{$pageWidth}in" margin-left="{$marginLeft}in" margin-
right="{$marginRight}in">
		<fo:region-body margin="1in"/>
		<fo:region-before extent="1in" padding="0pt" margin-
top="0.4in" />
		<fo:region-after extent="1in" padding="0pt" margin-
bottom="0.5in"/>
	</fo:simple-page-master>
</fo:layout-master-set>

<fo:page-sequence master-reference="letter">
	<fo:static-content flow-name="xsl-region-before">
		<fo:block>
			<xsl:call-template name="header"/>
		</fo:block>
	</fo:static-content>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.