A line in middle of a two column page
Posted: Fri Oct 27, 2006 7:26 pm
Every page in the PDF I am trying to generate must have two columns seperated by a solid line in the center. I am able to get the two columns in page by setting column-count property to 2. I would like to seperate the two columns by a solid line in the center. Does anyone have any thoughts on how to implement it?. Below is how i generate two-column page:
<fo:region-body
margin-left="54pt"
margin-right="54pt"
margin-top="1.5in"
margin-bottom="54pt"
column-count="2"
column-gap="0.01in" />
<fo:region-body
margin-left="54pt"
margin-right="54pt"
margin-top="1.5in"
margin-bottom="54pt"
column-count="2"
column-gap="0.01in" />