[ 
https://issues.apache.org/jira/browse/FOP-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kiran updated FOP-2641:
-----------------------
    Attachment: htmloutput.html
                FOPOutput.pdf

Please find the attached FOP output pdf file. I am trying to achieve  as 
similar to htmlouput file.

> Issue while handling <br/>
> --------------------------
>
>                 Key: FOP-2641
>                 URL: https://issues.apache.org/jira/browse/FOP-2641
>             Project: FOP
>          Issue Type: Bug
>            Reporter: Kiran
>         Attachments: FOPOutput.pdf, htmloutput.html
>
>
> Hi Team,
> I am trying to generate Fo for the below html content to render as pdf and 
> currently having problem while handling <br/>.
>  I'm using <fo:block role="br"/> for handling <br/>. 
> Below html uses <br/> twice in the lines to achieve "nextline" and "one 
> emtply line" but FOP is ignoring second tag to render "empty line"
> Html Content:
> --------------------------------
> <html>
> <body>
> <p style="text-align: right;">Re: Your account ending in 2007    </p>
> <p style="text-align: left;">Dear  62Theresa M Love,</p>
> <p>Thanks for contacting us about an authorized user on your Capital One 
> account.<br/>
> <br/>30.00 is an authorized user on this account.<br/>
> <br/>Remember that an authorized user:</p>
> </body>
> <html>
> -----------------------------------------------------------
> Fo Content:
> ---------------------------
> <fo:block role="p" text-align="left">Dear  62Theresa M Love,</fo:block>
>       <fo:block role="p">Thanks for contacting us about an authorized user on 
> your Capital One account.<fo:block role="br"/>
>       <fo:block role="br"/>30.00 is an authorized user on this 
> account.<fo:block role="br"/>
>       <fo:block role="br"/>Remember that an authorized user:</fo:block>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to