RAA - rpdf2txt

rpdf2txt / 1.0.5

Short description: Pure Ruby PDF Text extractor
Category: Library/PDF
Status: stable
Created: 2006-01-09 07:54:44 GMT
Last update: 2006-01-11 18:52:46 GMT
Owner: Hannes Wyss (Projects of this owner)
Homepage: http://scm.ywesee.com/?p=rpdf2txt
Download: http://download.ywesee.com/rpdf2txt/rpdf2txt-1.0.5.tar.bz2
License: LGPL
Dependency:
None
Description:

No Documentation yet.
Redistributes Robert Feldt's rockit parser-generator

Synopsis:
Use as a commandline-tool:
rpdf2txt <source.pdf> <target.txt>

Or as a Library:
require 'rpdf2txt/parser'
parser = Rpdf2txt::Parser.new(input)
handler = Rpdf2txt::SimpleHandler.new(output)
parser.extract_text(handler)

Versions: [1.0.5 (2006-01-11)] [1.0.0 (2006-01-09)]

Edit this project (for project owner)

back to RAA top