EnglishFrenchSpanish

OnWorks favicon

pdf2txt - Online in the Cloud

Run pdf2txt in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command pdf2txt that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


pdf2txt - extracts text contents of PDF files

SYNOPSIS


pdf2txt [option...] file...

DESCRIPTION


pdf2txt extracts text contents from a PDF file. It extracts all the text that is to be
rendered programmatically, i.e. text represented as ASCII or Unicode strings. It cannot
recognize text drawn as images that would require optical character recognition. It also
extracts the corresponding locations, font names, font sizes, writing direction
(horizontal or vertical) for each text portion. You need to provide a password for
protected PDF documents when its access is restricted. You cannot extract any text from a
PDF document which does not have extraction permission.

OPTIONS


-o file
Specifies the output file name. The default is to print the extracted contents to
standand output in text format.

-p pageno[,pageno,...]
Specifies the comma-separated list of the page numbers to be extracted. Page numbers
start at one. By default, it extracts text from all the pages.

-c codec
Specifies the output codec.

-t type
Specifies the output format. The following formats are currently supported:

text
Text format. This is the default.

html
HTML format. It is not recommended.

xml
XML format. It provides the most information.

tag
“Tagged PDF” format. A tagged PDF has its own contents annotated with HTML-like
tags. pdf2txt tries to extract its content streams rather than inferring its text
locations. Tags used here are defined in the PDF Reference, Sixth Edition[1]
(§10.7 “Tagged PDF”).

-D writing-mode
Specifies the writing mode of text outputs:

lr-tb
Left-to-right, top-to-bottom.

tb-rl
Top-to-bottom, right-to-left.

auto
Determine writing mode automatically

-M char-margin, -L line-margin, -W word-margin
These are the parameters used for layout analysis. In an actual PDF file, text
portions might be split into several chunks in the middle of its running, depending on
the authoring software. Therefore, text extraction needs to splice text chunks. In the
figure below, two text chunks whose distance is closer than the char-margin is
considered continuous and get grouped into one. Also, two lines whose distance is
closer than the line-margin is grouped as a text box, which is a rectangular area that
contains a “cluster” of text portions. Furthermore, it may be required to insert blank
characters (spaces) as necessary if the distance between two words is greater than the
word-margin, as a blank between words might not be represented as a space, but
indicated by the positioning of each word.

Each value is specified not as an actual length, but as a proportion of the length to
the size of each character in question. The default values are char-margin = 1.0,
line-margin = 0.3, and W = 0.2, respectively.

-n
Suppress layout analysis.

-A
Force layout analysis for all the text strings, including text contained in figures.

-V
Enable detection of vertical writing.

-s scale
Specifies the output scale. This option can be used in HTML format only.

-m n
Specifies the maximum number of pages to extract. By default, all the pages in a
document are extracted.

-P password
Provides the user password to access PDF contents.

-d
Increase the debug level.

EXAMPLES


Extract text as an HTML file whose filename is output.html:

$ pdf2txt -o output.html samples/naacl06-shinyama.pdf

Extract a Japanese HTML file in vertical writing:

$ pdf2txt -c euc-jp -D tb-rl -o output.html samples/jo.pdf

Extract text from an encrypted PDF file:

$ pdf2txt -P mypassword -o output.txt secret.pdf

Use pdf2txt online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    archlabs_repo
    archlabs_repo
    Package repo for ArchLabs This is an
    application that can also be fetched
    from
    https://sourceforge.net/projects/archlabs-repo/.
    It has been hosted in OnWorks in...
    Download archlabs_repo
  • 2
    Zephyr Project
    Zephyr Project
    The Zephyr Project is a new generation
    real-time operating system (RTOS) that
    supports multiple hardware
    architectures. It is based on a
    small-footprint kernel...
    Download Zephyr Project
  • 3
    SCons
    SCons
    SCons is a software construction tool
    that is a superior alternative to the
    classic "Make" build tool that
    we all know and love. SCons is
    implemented a...
    Download SCons
  • 4
    PSeInt
    PSeInt
    PSeInt is a pseudo-code interpreter for
    spanish-speaking programming students.
    Its main purpose is to be a tool for
    learning and understanding the basic
    concep...
    Download PSeInt
  • 5
    oStorybook
    oStorybook
    oStorybook l'outil privil�gi� des
    �crivains. ATTENTION : voir sur
    http://ostorybook.tuxfamily.org/v5/
    --en_EN oStorybook the right tool for
    writers. WARNIN...
    Download oStorybook
  • 6
    Asuswrt-Merlin
    Asuswrt-Merlin
    Asuswrt-Merlin is a third party
    firmware for select Asus wireless
    routers. Based on the Asuswrt firmware
    developed by Asus, it brings tweaks, new
    features and ...
    Download Asuswrt-Merlin
  • More »

Linux commands

  • 1
    aafigure
    aafigure
    aafigure - convert ASCII art to an
    image ...
    Run aafigure
  • 2
    aafire
    aafire
    aafire, aainfo, aasavefont, aatest -
    aalib example programs ...
    Run aafire
  • 3
    coqtop.opt
    coqtop.opt
    coqtop.opt - The native-code Coq
    toplevel ...
    Run coqtop.opt
  • 4
    coqwc
    coqwc
    coqwc - print the number of
    specification, proof and comment lines
    in Coq files ...
    Run coqwc
  • 5
    g15composer
    g15composer
    g15composer - Scriptable command
    interface to libg15render(3) drawing
    functions DESCRIPTION: G15composer is a
    scriptable command interface to the
    libg15render ...
    Run g15composer
  • 6
    g15daemon
    g15daemon
    g15daemon - provides access to extra
    keys and the LCD available on the
    logitech G15 keyboard. DESCRIPTION:
    G15Daemon allows users access to all
    extra keys by d...
    Run g15daemon
  • More »

Ad