Sends a PEF-file to an embosser for embossing.
One argument is required, and can be one of the following:
- path to a file
--clear
--setup
Upon the first run, the application will ask the user for the required setup:
- device
- embosser model
- embosser table (if applicable)
- paper size
- paper orientation
The file will be sent directly to the embosser on subsequent runs. To change settings, use either --setup
or --clear
.
When changing settings, the CLI will ask some questions about the device, model, braille table and paper size. See below for more information.
When using --setup
all setup details will be collected from the user interactively. If setup has already been performed, previous values will be used as defaults (if applicable).
When using --clear
, the current settings are deleted. The next time the application is started, it runs as on the first run.
The device is the address where the embosser can be contacted. In most cases this should be intuitive. If your device does not show up, make sure that the embosser is turned on.
Note that the same embosser model may communicate differently depending on firmware or hardware version. Make sure that the embosser version is correct.
Some embossers require that a table is chosen by the user for the purpose of communication. Make sure that the table chosen in the user interface matches the value expected by the embosser.
Verify that the paper in the embosser matches the value in the user interface. Some embossers uses rolls of paper. In this case, select a paper size that matches the intended paper size once cut.
...
The following optional arguments are available:
- range
- copies
- dir
Specifies the range of pages to emboss, for example --range=1-3
.
Specifies the number of copies.
Specifies an output directory for the embosser data. If this is set, no data will be sent to the embosser. Instead, the files will be saved to this folder. The contents of the files are exactly what the embosser would have received if this option was not set.