gpt4 book ai didi

xml - 使用 FOP 在生成的 PDF 中保留空格

转载 作者:数据小太阳 更新时间:2023-10-29 02:24:25 24 4
gpt4 key购买 nike

我正在使用 XSLTXML 文件实现 FOP,我希望在其中保留单词之间的空格。
这是我的 XML 的样子:

   <lines>
<line1> My Creation </line1>
<line2> address one AAAAAAAAAAA</line2>
<line3> This is the address of creation</line3>
<lines>

下面是PDF形式的结果:

  My Creation
address one AAAAAAAAAAA
This is address of creation

但我需要它是这样的:

                My Creation       
address one AAAAAAAAAAA
This is the address of creation

因此保留所有空格。我使用了以下行:

  <xsl:preserve-space elements="*"/>

但无济于事。
我在谷歌上搜索了解决方案,但没有成功。
任何帮助将不胜感激。

最佳答案

<fo:block font-family="monospace" white-space="pre" text-align="left">
<xsl:value-of select="." />
</fo:block>
  1. white-space="pre" 将保留空格
  2. font-family="monospace" 将平衡空间大小到角色的

关于xml - 使用 FOP 在生成的 PDF 中保留空格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11829304/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com