vote up 0 vote down star
1

I have an item in an XML-FO page ( running through FOP ) when needs exact placement for an OCR. Whenever the page is edited (or an included page) its very difficult to get the OCR line back into place.

Is it possible with FOP to specify exact placement. rather than having the item being pushed around by the previous items on the page?

flag

80% accept rate

1 Answer

vote up 0 vote down check

All of these suggestions are at the XSL-FO level, which FOP just processes.

I don't know about exact placement, but this FAQ entry may be relevant. Basically indentation is inherited, so you may need to reset it.

Also; this link discusses ways to enable/disable whitespace collapse, etc.

Another link describes using absolute positioning attributes (from CSS) to position fo:block-containers

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.