Roche, Conrad (Cognizant) wrote:

Hi,

I need to provide a border to the pages in the pdf file.

I tried specifing it thus -

<fo:layout-master-set>
    <fo:simple-page-master master-name="first-page">
      <fo:region-body margin="1in" border="thin silver ridge"
                                      padding="6pt"/>
    </fo:simple-page-master>

But the output didn't contain any borders!

The spec says borders are not valid on regions. See this thread from the archives:

http://marc.theaimsgroup.com/?l=fop-user&m=106392161016806&w=2


Trying the same on a block worked though.

the border style "ridge" is not implemented in FOP. It probably fell back to "solid"


<snip/>

Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to