Printer
Driver Resource Toolkit

Reconstructing
forms - Text file converter Sample
The printer driver can extract
the text information from the printed documents and save it into
a separate text file. The generated text file contains the text
position, font name and font size. The information stored in
the text file can be used to create or reconstruct forms.
This Text file
converter sample shows how to rebuild an invoice from
the generated text file by using a background image as a form
template.
The full source code for
the sample written in Visual C++ is available in the Resource Toolkit.

>>back
to the resource toolkit page
|