Changelog
This page lists updates to the SDO-Toolbox. The name in brackets indicates the relevant crate.
Version 0.3.1
28.02.2021
- Minor improvements to the CLI experience
- Converting (B)IMC files now requires a
--format
argument
26.02.2021
- Initial support for images in PDFs
- Introduce
log
crate for output to the console - Move chunk tables to delayed console output, requires
--format plain
now
23.02.2021
- [sdo-pdf] Added a proper
FontBBox
to resolve issues with Acrobat Reader - [sdo-pdf] Added Adobe CMap generation
- [mappings] Completed
MATHEM
mapping
22.02.2021
- [sdo-tool] Use mapping files in HTML export
- [signum] Added Unicode mapping files (Table A) parsing
21.02.2021
- [signum] Added visible page number column to
pbuf
table - [signum] Initial HTML export (use
--format html
)
20.02.2021
- [sdo-pdf] Re-work PDF font generation and positioning
19.02.2021
- [texfonts] Add initial PK-Font decoder library
Version 0.2
18.02.2021
- Split out sub-commands into separate executables:
<file> keyboard
→chset-kb <file>
<file> run
→sdo-batch <file>
<file> info
→signum-file <file>
<file> decode
→st-decode <file>
- Improve
--help
descriptions
15.09.2020
- The output folder parameter on
dump
was changed from a long argument--out
to a required positional one (<out>
). If you want to print to the console anyways, use the string-
for the path. - Removed the
--plain
parameter. - Added the
--format
parameter. Valid options includehtml
,plain
,ps
,png
andpdraw
. - Added a PostScript output. Currently only working for
L30
fonts, this output routine creates a PS file with embedded bitmap fonts (Adobe Type 3). You can use this to create a PDF using theps2pdf
program fromghostscript
.
12.09.2020 (Preview v0.2)
- Added
--plain
option to thedump
command to skip printing tags that provide debugging information on lines and paragraphs. - Minor improvements in image positioning and scaling.
11.09.2020
- Added recursive font search in
CHSETS
folder. Signum! doesn’t do that, but it’s useful if you have a large collection of fonts and want to find out whether you have the needed ones somewhere.
10.09.2020
- Added
--page
/-p
option todump
. Optional, can be used multiple times. Requires one logical page index as an argument. If used one or more times, only those pages are rendered to file. - Rendering a page to file (
<FILE> dump --out <OUT_DIR>
) now renders embedded images as well. This is WIP and positioning might not be perfect in all cases yet.