A line in middle of a two column page

Here should go questions about transforming XML with XSLT and FOP.
docu_consultant
Posts: 2
Joined: Fri Oct 27, 2006 7:12 pm

A line in middle of a two column page

Post by docu_consultant »

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" />
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

I think you will find this post on the XSL-FO list useful.


Regards,
Sorin
docu_consultant
Posts: 2
Joined: Fri Oct 27, 2006 7:12 pm

Post by docu_consultant »

Sorin,

Thanks...

I looked at the link you posted in the XSLFO user list. But do you have any sample demonstrating the two approaches.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

I don't have a sample, I am sorry. I think you can receive such a sample on the list.

Regards,
Sorin
Post Reply