Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: Ruben
I can confirm this formatting issue on Linux.
I tried it on Windows and Linux (RedHat) with exact the same code but only Linux yields wrong formatting (spaces/tab).
The error is still present in the last updater (7.0.2).
Probably other Unix based ColdFusion servers are affected too.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: ad96004
How about multipages with some images. Are you have a cutoff line height? I was failure to control line height as it cutoff half heght in last and first line.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Did you ever solve this? I'm having the same issue.
Copy link to clipboard
Copied
@tdaigle_2019 , this thread is ancient. ColdFusion has moved on since 2006. We're now 14 years and 8 ColdFusion generations later, analogous to over 200 years in human terms.
You should start a new thread. When you do, mention your ColdFusion version and Update level.
Copy link to clipboard
Copied
In the meantime, see if the following helps:
<cfdocument format="PDF">
<cfprocessingdirective suppresswhitespace="true">
<!--- Your HTML goes in here. --->
</cfprocessingdirective>
</cfdocument>
Copy link to clipboard
Copied
Was this issue resolved?