• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

<cfhtmltopdf> and special caracter with CF2016

New Here ,
Nov 23, 2016 Nov 23, 2016

Copy link to clipboard

Copied

Hi,

Something strange concerning <cfhtmltopdf>.

The following html code is diplayed correctly in a cfm file:

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="utf-8">

</head>

<body>

Display block caracter : &#9608;

</body>

When using <cfhtmltopdf>, the Block caracter is replaced by another caracter (seems to be the broken bar caracter &brvbar;):

<cfprocessingdirective pageencoding = "utf-8">

<cfhtmltopdf unit="cm" margintop="1" marginbottom="1" marginleft="1" marginright="1" orientation="portrait" pagetype="a4">

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="utf-8">

</head>

<body>

Display block caracter : &#9608;

</body>

</cfhtmltopdf>

I did try on my local Windows 10 computer and on a Windows Server 2012 R2, and the result is the same.

Could anyone help me with this ?

Regards

Configuration CF2016 Update 3 on Windows computer

Views

265

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 23, 2016 Nov 23, 2016

Copy link to clipboard

Copied

Hi,

I tried that and getting this result.

Without <cfhtmltopdf>: Display block character : █ When using , the Block character is replaced by another character (seems to be the broken bar character ¦):

With <cfhtmltopdf>:

You can log a bug, we can take a look. Please visit the link: http://bugbase.adobe.com 

Thanks,

Priyank

Thanks,
Priyank Shrivastava

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 23, 2016 Nov 23, 2016

Copy link to clipboard

Copied

LATEST

I did log that bug. Thanks for your answer

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation