Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 787 Bytes

PefToText.md

File metadata and controls

32 lines (24 loc) · 787 Bytes

Table of Contents

PEF to Text

Converts a PEF-file document into a text braille file.

Two arguments are required path to input file and path to output file.

Optional Arguments

The following optional arguments are available:

  • range
  • table
  • breaks
  • fallback
  • replacement

Range

Output a range of pages.

Table

Set the table (character mapping) to use.

Breaks

Set the line break style. Most braille applications use DOS line breaks.

Fallback

Set the action to use if an eight dot pattern is encountered and the current table does not support eight dot:

  • mask
  • replace
  • remove

Replacement

Set the replacement character to use if an eight dot pattern is encountered and fallback is set to "replace".