This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Special Chars

djmatrix1987 wrote on 2011-07-10:
Hello,
sorry for my bad english, i'm from germany :)


I use pdfcrowd with the php API to convert my HTML outputs to PDF

But there is one problem:
All special chars are not aviable.

See here:


Please help me

ben
support wrote on 2011-07-10:
Hi Ben,

you need to specify encoding of your HTML document. For German, try to add the following to the <head> section.
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
</head>