Hi, Please, attach a full XSL-FO example, as short as possible (not XSLT), this will help to reproduce the issue, then help you.
2016-01-28 6:50 GMT+01:00 Sireesha Boddapati <[email protected]>: > Hi > > I have a pdf file defined with 2 page masters. > First page with total width of 8.5in. In that i have defined xsl-body with > left margin 2.375in and right margin of 0.75 in. Normally text is displaying > correctly but the table text is overflowing to the right. > > Below are the two page masters i have > <fo:simple-page-master master-name="title_page_first" page-height="11in" > page-width="8.5in" margin-top = "0.5in"> > > <fo:region-body region-name="xsl-region-body" column-count="1" margin-top > = "1.925in" margin-left="2.375in" margin-right=".75in" margin-bottom="1.5in" > /> > <fo:region-after region-name="xsl-region-after-first-footer" extent="1in" > precedence="true"/> > <fo:region-start region-name="xsl-region-start-title-one" extent="2.26in"/> > </fo:simple-page-master> > > <fo:simple-page-master master-name="page_content" page-height="11in" > page-width="8.5in"> > <fo:region-body region-name="xsl-region-body" margin-top="1.125in" > margin-bottom="0.625in" margin-left="0.75in" margin-right="0.75in" /> > </fo:simple-page-master> > > And the table definition is like below > > <fo:table font-family="AmasisMT" font-size="8px" font-weight="normal" > font-style="normal" line-height="10px" border-collapse="collapse" > table-layout="fixed" space-after="0.12in"> > > </fo:table> > > From the second page, it is taking left and right margins and displaying > the tables correctly. > > Can you please suggest whats the issue with this and What could be the > possible solution for this? > > Thanks > Sireesha -- pascal --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
