On Sat, Apr 05, 2008 at 03:26:46AM +0530, Novice Programmer <[EMAIL PROTECTED]> 
wrote:
> doc = gfx.open("pdf", "document.pdf")
> text = gfx.PlainText()

This device is just called "text". To create it, use
gfxdevice_text_init(). (defined in lib/devices/text.h)

You might also be interested in the new OCR device, which
you can initialize using
gfxdevice_ocr_init() (defined in lib/devices/ocr.h)
.

Greetings

Matthias




Reply via email to