[pdftohtml] problems again with pdf convertot...
Status: Beta
Brought to you by:
meshko
|
From: Dimov, V. <VD...@zg...> - 2002-07-16 13:13:49
|
I download corect cyrillic Unicode map file, but convertor don't
convert...corectly.
Can you help me?
Thanx
Venci Dimov
-----Original Message-----
From: Dimov, Vencislav =20
Sent: Monday, July 15, 2002 3:08 PM
To: 'pdf...@li...'
Subject: Trouble wirh Unicode Cyrillic...
Hallo,
I try to compile PdfToHtml source files in Microsoft Visual C++.
Successfuly! I start pdftohtml.exe and convert for example small.pdf
file to html files.
But in currently developed version (0.34) I do not understand
fully Unicode Table maintanance... I have trouble with Cyrrilic fonts &
character set.
There is header file UnicodeMapTables.h including in project.
I have one question: What is this format :
static UnicodeMapRange latin1UnicodeMapRanges[] =3D {
{ 0x000a, 0x000a, 0x5a, 1 },
{ 0x000c, 0x000d, 0x5a, 1 },
& e.t.c.
Can I change this array, to support Cyrillic Unicode instead of
Latin1 unicode? What is that format - value from first column, value
from second , thitd and fourth column column?
Venci Dimov
|