This is the command pdf2brl 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
pdf2brl - Translate a PDF file into an embosser-ready Braille file.
DESCRIPTION
pdf2brl [options] infile outfile
OPTIONS
--help Print this message
--version
Print version information
Infile must be a pdf file. The script first calls the `pdftotext' program, so you must
have this installed on your machine. It is part of xpdf. `pdftotext' is called with the
'-raw' and '-' options, which cause it to place its output on stdout. This is piped to
`xml2brl', which is called with the '-p' option, since output from `pdftotext' is likely
to be poorly formatted. The output file from `xml2brl' is mostly in sensible paragraphs.
Use pdf2brl online using onworks.net services