J.Pietschmann wrote:
> Karsten Ohme wrote:
> 
>> I get this error:
>>
>> java.lang.RuntimeException: Some content could not fit into a line/page
> 
> ...
> 
>> The location is this:
>>
>> <fo:block space-before.minimum="0.8em" space-before.optimum="1em"
>> space-before.maximum="1.2em" space-after.minimum="0.8em"
>> space-after.optimum="1em" space-after.maximum="1.2em" hyphenate="false"
>> background-color="#A5B6C6" font-family="monospace" text-align="start"
>> wrap-option="un-wrap" id="d0e3019" white-space-collapse="false"
>> white-space-treatment="preserve" linefeed-treatment="preserve">
>>
>> Now the content follows.
>>
>> The content does not fit on the page, it must be continued on the next
>> page.
>> I want, that the content is continued on the next page and no error is
>> thrown. Why does it not work?
> 
> 
> It looks like you want to process pre-formatted text.

Yes.

> I suspect
> there is a line too long to fit the available horizontal space.

No. Vertical space. If a line is too long it is simply going over the
border. If I separate the block into many blocks, everything works. But
this must be done by hand, this would be really really really cruel.

>> The content does not fit on the page, it must be continued on the next
>> page.

> 
> J.Pietschmann
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to