[ 
https://issues.apache.org/jira/browse/FOP-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955403#comment-13955403
 ] 

Glenn Adams commented on FOP-2361:
----------------------------------

Not a bug. You have to create your XSLT transform to eliminate white space 
between close and open inline tags if you don't want a space to appear there. 
See also white-space-collapse and white-space-treatment properties which may be 
of assistance.

> There are blank spaces between two <fo:inline> tags in pdf file's content
> -------------------------------------------------------------------------
>
>                 Key: FOP-2361
>                 URL: https://issues.apache.org/jira/browse/FOP-2361
>             Project: Fop
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Json
>         Attachments: Pdf result.jpg, htmlsource.html, the result display on 
> browser.jpg, the result of Fo.txt
>
>
> 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 the blank 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. Please help me !!!
> P/S : I think that these blank spaces will appear between an open tag and a 
> close tag



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to