Generates a random PEF-file for testing purposes.
One argument is required: path to output file
Example:
dotify generate output.pef
The following optional arguments are available:
- volumes
- sections
- pages
- rows
- cols
Set the number of volumes to generate.
Example:
dotify generate output.pef --volumes=3
Sets the number of sections in each volume.
Example:
dotify generate output.pef --sections=3
Set the number of pages in each volume.
Example:
dotify generate output.pef --pages=50
Set the maximum numbers of rows on a page.
Example:
dotify generate output.pef --rows=29
Set the maximum number of characters on a row.
Example:
dotify generate output.pef --cols=28
The following switches are available:
- full-range (-f)
- simplex (-s)
Set to true to include 8-dot patterns.
Example:
dotify generate output.pef -f
Creates a single sided PEF-file.
Example:
dotify generate output.pef -s