Json created FOP-2361:
-------------------------
Summary: There are spaces between two <fo:inline> tags
Key: FOP-2361
URL: https://issues.apache.org/jira/browse/FOP-2361
Project: Fop
Issue Type: Bug
Affects Versions: 1.1
Reporter: Json
I want to convert html tags to fo tags by Apache FO 1.1 . But when I convert
two <span> tags to two <fo:inline> tags , there are spaces between two
<fo:inline> tags.
For Example :
1)The result when I open html file on browser :
ABCDEFGGHSG TRASGRSA FEGT ASFEFDFSDASA (correct)
2) After I convert it to pdf by Apache FO 1.1. The pdf output is :
A B CDEFGGHSG TRASGRSA FEGT AS FE FDFSDASA (incorrect)
For more details please see the attachment
--
This message was sent by Atlassian JIRA
(v6.2#6252)