Hi,
I am search for a way to correctly print on address-labels, which have fixed sizes.
Is there a way to stop FOP from resizing a table-row, when the content would need more height than specified?
Here is my code:
<xsl:template match="address">
<fo:table-row height="40mm">
<fo:table-cell border-width="0.1pt" border-color="#000000" border-style="solid">
<fo:block white-space-collapse="false" linefeed-treatment="preserve" font-size="10pt" margin="5mm">
<xsl:value-of select="." />
</fo:block>
</fo:table-cell>
</fo:table-row>
</xsl:template>
I thought maybe my problem can be solved by creating a SVG-Graphic for each label?
Can may be anyone give me an example, how to create and embed a simple, fixed-sized, text-based svg?
Thank you very much in advance,
Alex
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]