<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Greek Characters not displaying / parsing while using the HTML to PDF plugin</title><link>https://community.appian.com/discussions/f/plug-ins/39341/greek-characters-not-displaying-parsing-while-using-the-html-to-pdf-plugin</link><description>Hello, 
 I have a requirement where I want to build a html file out of a template which would have some special characters i.e Greek characters. 
 The html file is generated properly and even the alphabets are also displayed eg: alpha , beta etc. 
 But</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Greek Characters not displaying / parsing while using the HTML to PDF plugin</title><link>https://community.appian.com/thread/149265?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 10:58:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:20368122-4649-4359-88b4-69282420a87f</guid><dc:creator>salilr0401</dc:creator><description>&lt;p&gt;sure , thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Greek Characters not displaying / parsing while using the HTML to PDF plugin</title><link>https://community.appian.com/thread/149263?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 10:57:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5ac9b662-e928-48dd-826b-d67ceae027fb</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I suggest to post on the AppMarket Page of the plugin, asking the author to investigate this issue.&lt;/p&gt;
&lt;p&gt;I also did a test with Chinese characters which also failed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Greek Characters not displaying / parsing while using the HTML to PDF plugin</title><link>https://community.appian.com/thread/149262?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 10:53:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aa5152d0-ebd6-48e4-894f-96d18b9e8ad2</guid><dc:creator>salilr0401</dc:creator><description>&lt;p&gt;thanks for confirmation &lt;a href="/members/stefanhelzle0001"&gt;Stefan Helzle&lt;/a&gt;&amp;nbsp;, please keep me posted if you get the solution&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Greek Characters not displaying / parsing while using the HTML to PDF plugin</title><link>https://community.appian.com/thread/149260?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 10:53:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2ee13ffd-2540-435f-8ede-3ac5dc1f823d</guid><dc:creator>salilr0401</dc:creator><description>&lt;p&gt;this text is dynamically generated and the text &amp;lt;td rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;beta;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt; is copied from notepad only&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Greek Characters not displaying / parsing while using the HTML to PDF plugin</title><link>https://community.appian.com/thread/149258?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 10:45:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:476364df-ea5b-4666-bcdb-6deca711ce63</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Confirmed. Yeah, I did a small test using a Greek lorem ipsum text. I see the Greek letters in the HTML, but only ### in the PDF.&lt;/p&gt;
&lt;p&gt;Could be a font issue. I tried unicode characters and HTML entities. Did not work. I do not have a solution at the moment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Greek Characters not displaying / parsing while using the HTML to PDF plugin</title><link>https://community.appian.com/thread/149257?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 10:44:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b7226b46-e955-4cd8-94dd-cff7d7d7d429</guid><dc:creator>Alberto Cort&amp;#233;s</dc:creator><description>&lt;p data-start="98" data-end="353"&gt;What you&amp;rsquo;ve shown (&lt;code data-start="175" data-end="194"&gt;&amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;beta;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;&lt;/code&gt;) is a &lt;strong data-start="201" data-end="226"&gt;visual representation&lt;/strong&gt; of the character in the HTML &amp;mdash; but it doesn&amp;rsquo;t tell us how the character is actually &lt;strong data-start="311" data-end="340"&gt;encoded at the byte level&lt;/strong&gt; in the file.&lt;/p&gt;
&lt;p data-start="355" data-end="724"&gt;To properly verify the encoding, especially for special characters like Greek letters, it&amp;rsquo;s important to &lt;strong data-start="460" data-end="508"&gt;open the generated HTML file in a hex editor&lt;/strong&gt; (or a text editor that can show the file encoding). That way you can check whether the character &lt;code data-start="606" data-end="609"&gt;&amp;beta;&lt;/code&gt; is truly encoded as &lt;strong data-start="630" data-end="639"&gt;UTF-8&lt;/strong&gt; (which would be &lt;code data-start="656" data-end="663"&gt;CE B2&lt;/code&gt; in hex) or something else (like Windows-1252 or ISO-8859-1).&lt;/p&gt;
&lt;p data-start="726" data-end="1093"&gt;Also &amp;mdash; where is this character coming from in your case?&lt;br data-start="782" data-end="785" /&gt; Is it hardcoded in the template, or dynamically inserted from Appian (e.g., from a rule input or database)?&lt;br data-start="892" data-end="895" /&gt; If it&amp;rsquo;s coming from Appian, and your template is correctly encoded as UTF-8, it should normally be handled as Unicode without issues &amp;mdash; so the problem may lie with the font used during PDF rendering.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Greek Characters not displaying / parsing while using the HTML to PDF plugin</title><link>https://community.appian.com/thread/149255?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 10:29:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:458c7a77-5d09-4c3e-a473-66c77fc600c2</guid><dc:creator>salilr0401</dc:creator><description>&lt;p&gt;&amp;lt;td rowspan=&amp;quot;1&amp;quot; colspan=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;beta;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt; ,&lt;/p&gt;
&lt;p&gt;Here the Character Beta is not displayed in the converted PDF.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Greek Characters not displaying / parsing while using the HTML to PDF plugin</title><link>https://community.appian.com/thread/149253?ContentTypeID=1</link><pubDate>Tue, 24 Jun 2025 10:27:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f41d07b-ea2f-4ed6-be80-11c7db01c0d0</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;In the generated HTML, how are the greek characters represented? Can you share a HTML snippet?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>