'How can I create a PDF page with two columns with xsl-fo

I want to create a pdf file from two blocks. The first block should always be oriented to the left side of the page and the second block should always be to the right side. It is very important that the second block is always oriented to the right side. Even if a text in the block will be several pages, it should be only on the right side.

To get a look. I made an example with microsoft Word. Please open it to know exactly, what i mean:

Example made with ms-word

Note: Its not important, what should be used (Table, blocks, container..etc). As long as I am able to have columns, which flow across pages, that is what is important.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source