https://issues.apache.org/bugzilla/show_bug.cgi?id=53316
Priority: P2
Bug ID: 53316
Assignee: [email protected]
Summary: Obscure algorithm of lines break in output PDF
Severity: normal
Classification: Unclassified
OS: All
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: 1.0
Component: page-master/layout
Product: Fop
Created attachment 28853
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28853&action=edit
screenshots
Some words that can be fit into a one line moved to the following line. In my
screenshot (line-width-problem.png) I have big space after word "interface".
The word "its" can fit in the first line of the paragraph - page witdh allows
it. But as a result that word was moved to the second line.
I tried to reduce word "aaaaaaaaa-aaaaaaaa-integration-pack.zip" in middle of
the paragraph to "pack.zip" and as a result the word "its" moved to the first
line from second (line-width-problem2.png)
The code of the paragraph looks like
<fo:block font-size="10pt">
For performing your tasks, you use the public Web service interface of
BSS. This interface its documentation and additional resources, templates,
samples, and utilities are provided in the BSS integration package
(aaaaaaaaa-aaaaaaaa-integration-pack.zip file). A detailed documentation for
these resources is provided as Javadoc. By opening the readme.htm file of the
integration package, you can access the available Javadoc documentation as well
as the resources themselves.
</fo:block>
Could you explain what affects to lines break?
--
You are receiving this mail because:
You are the assignee for the bug.