Apache FOP浮动文本正确

时间:2017-01-15 13:39:02

标签: html xslt xsl-fo apache-fop

我使用Apache FOP将Html文档转换为PDF。 在我的文档中,我需要正确对齐。我使用的是http://webcoder.info/downloads/xhtml2fo.xsl样式表,但浮动功能无效。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <title>W22</title>
    </head>
    <body>
      <p style= "float: right">
          Invoice No : $invoiceId  <br>
          Date : $date  <br>
          Client Ref : $customerAccount  <br>
          Email : $email
      </p>

    </body>
    </html>

0 个答案:

没有答案