This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, June 19, 2007 7:49:43 AM(UTC)
Groups: Registered
Posts: 37
Hi,
I'm trying to get my output from memory using L_DocSaveResultsToMemory . I am wondering though, the output seems to be saved into a UCHAR array. How does this play together with unicode output? Am I missing something?
tia
matthias
#2
Posted
:
Wednesday, June 20, 2007 5:44:45 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Matthias,
The results saved in the memory buffer are not only
characters. They are a complete file that corresponds to the output file format
you chose. For example, if you save as Acrobat PDF, the memory buffer will
contain complete PDF header and data. If you save as MS Word DOC, the buffer
will contain a complete MS Word document file in memory and so on.
If you only want the Unicode characters, you can
obtain them either using the L_DocGetRecognizedCharacters or the L_DocGetRecognizedWords
functions.
#3
Posted
:
Wednesday, June 20, 2007 5:55:31 AM(UTC)
Groups: Registered
Posts: 37
thanks for the clear explanation
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.