Up |
_SetPdfDocumentCharset
Set the current charset of a PDF document.
Prototype :
fun [ObjPdfDoc S] I
- ObjPdfDoc : a ObjPdfDoc object to detroy
- S : new charset :
- StandardEncoding :It is the default encoding of PDF
- MacRomanEncoding :The standard encoding of Mac OS
- WinAnsiEncoding :The standard encoding of Windows
- FontSpecific :Use the built-in encoding of a font.
- ISO8859-2 :Latin Alphabet No.2
- ISO8859-3 :Latin Alphabet No.3
- ISO8859-4 :Latin Alphabet No.4
- ISO8859-5 :Latin Cyrillic Alphabet
- ISO8859-6 :Latin Arabic Alphabet
- ISO8859-7 :Latin Greek Alphabet
- ISO8859-8 :Latin Hebrew Alphabet
- ISO8859-9 :Latin Alphabet No. 5
- ISO8859-10 :Latin Alphabet No. 6
- ISO8859-11 :Thai, TIS 620-2569 character set
- ISO8859-13 :Latin Alphabet No. 7
- ISO8859-14 :Latin Alphabet No. 8
- ISO8859-15 :Latin Alphabet No. 9
- ISO8859-16 :Latin Alphabet No. 10
- CP1250 :Microsoft Windows Codepage 1250 (EE)
- CP1251 :Microsoft Windows Codepage 1251 (Cyrl)
- CP1252 :Microsoft Windows Codepage 1252 (ANSI)
- CP1253 :Microsoft Windows Codepage 1253 (Greek)
- CP1254 :Microsoft Windows Codepage 1254 (Turk)
- CP1255 :Microsoft Windows Codepage 1255 (Hebr)
- CP1256 :Microsoft Windows Codepage 1256 (Arab
- CP1257 :Microsoft Windows Codepage 1257 (BaltRim)
- CP1258 :Microsoft Windows Codepage 1258 (Viet)
- KOI8-R :Russian Net Character Set
Return : I 0 if success, NIL otherwise
See also :
Example :