Question
cfdocument: extra whitespace when converting HTML to PDF
Unwanted white-spaces appear when using inline HTML-tags,
while converting HTML to PDF:
<cfdocument format="PDF" pagetype="A4" orientation="portrait" overwrite="no" fontembed="yes">
This is a sentence with <i>italics</i>.<br />
And here <b>bold</b> is used.<br />
</cfdocument>
The <i> and <b>-tags (actually: any tag) generates extra whitespaces.
Anyone an idea to solve this problem/bug?
<cfdocument format="PDF" pagetype="A4" orientation="portrait" overwrite="no" fontembed="yes">
This is a sentence with <i>italics</i>.<br />
And here <b>bold</b> is used.<br />
</cfdocument>
The <i> and <b>-tags (actually: any tag) generates extra whitespaces.
Anyone an idea to solve this problem/bug?
