Hi,
I have an html document which I allow the user to view via a WYSIWYG editor. Through the editor, and in the html, everything looks fine. But once I run the conversion, the pdf document contains a special character instead of the dash shown in the html. Upon careful observation I realized I actually have two different dash characters in my html. Both show up as dashes in the html and the WYSIWYG editor. One shows up fine in the pdf, the other one shows up as the special character, ‑
The html which shows up the way I want is:
Code: HTML/ASPX
<li>Exposes, develops, and mounts full mouth X-rays.</li>
pdf version is: Exposes, develops, and mounts full mouth x-rays.
The html which shows up with a special character in it is:
Code: HTML/ASPX
<li>Changes all chemical solutions, i.e., disinfectant soaks and sprays, sterilents, ultrasonic, presoak and x-ray processing.</li>
pdf version is: Changes all chemical solutions, i.e., disinfectant
soaks and sprays, sterilents, ultrasonic, presoak and x‑ray processing.
Do you know of anything I can do to correct this problem?
Thanks,
Becky