以下で説明するように、私は Apache FOP を使用して PDF を生成することをいとわない初心者です。
[ Imagine A4 page has dimensions 800pt x 600pt. The top 200pt x 600 pt will
hold a image and some meta data about the entity. The space below this region
needs to contain the description, but in two-column format (like newspapers).
Sometimes description is so-big, that it spans mutiple pages. ]
持っているデータを使って .fo ファイルを作成し、Apache FOP を使って PDF を取得する予定です。私が使うとき
<fo:region-body
margin-top="1cm" margin-bottom="0.25cm"
column-count="2" column-gap="0.25in"/>
:
<fo:external-graphic src="url('image.jpg')"/>
<fo:block ..... >
画像は表示されますが、テキストはページの 2 列目の上、つまり画像の上から始まります。このレイアウトの設計方法を教えてください。同様の設計へのポインタは役に立ちます。皆さんありがとう