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 Patrick Louis <Pa...@eurecom.fr> on 2000/04/27 12:16:36 UTC

bug with "page-witdh" property

Hi all,
I've tried to specify "page-width" in simple-page-master field and FOP generate thousands of areas.
does anybody knows where it com from and if its easy to fix?
sample code :

-         <fo:layout-master-set>
-             <fo:simple-page-master page-master-name="one" page-width="21mm" margin-left="10mm" margin-right="7mm">
                  <fo:region-body margin-top="15mm" margin-bottom="50pt" /> 
          </fo:simple-page-master>
      </fo:layout-master-set>

I like your job,
tanks
Patrick



Re: bug with "page-witdh" property

Posted by Tibor Földes <tf...@micos.at>.
Patrick Louis wrote:

> Hi all,
> I've tried to specify "page-width" in simple-page-master field and FOP
> generate thousands of areas.
> does anybody knows where it com from and if its easy to fix?
> sample code :
>
> - <file:///C:/_Test/low_used/contractxsl.xml#>
> <fo:layout-master-set>
> - <file:///C:/_Test/low_used/contractxsl.xml#>
> <fo:simple-page-master page-master-name="one" page-width="21mm"
> margin-left="10mm" margin-right="7mm">
>                  <fo:region-body margin-top="15mm" margin-bottom="50pt"
> />
>          </fo:simple-page-master>
>       </fo:layout-master-set>
>
> I like your job,
> tanks
> Patrick
>
>

Your content rectangle is 3mm after these . Was it your intention?

Tibor