Page 1 of 1

A line in middle of a two column page

Posted: Fri Oct 27, 2006 7:26 pm
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" />

Posted: Mon Oct 30, 2006 5:45 pm
by sorin_ristache
Hello,

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


Regards,
Sorin

Posted: Fri Nov 03, 2006 12:38 am
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.

Posted: Fri Nov 03, 2006 10:37 am
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