swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Page wise conversion


From: Matthias Kramm
Subject: Re: [Swftools-common] Page wise conversion
Date: Sat, 5 Apr 2008 09:22:27 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Sat, Apr 05, 2008 at 03:26:46AM +0530, Novice Programmer <address@hidden> 
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

[Prev in Thread] Current Thread [Next in Thread]