There are existing node packages for creating PDF, DOC and ODF files, and we should use those rather than trying to roll our own thing. They will likely be async, so we might have to rework some things (including the CLI -- either we'll need to make cmdr be able to handle async callbacks, or we switch to something like tink_cli. We should probably switch to tink_cli.)
There are existing node packages for creating PDF, DOC and ODF files, and we should use those rather than trying to roll our own thing. They will likely be async, so we might have to rework some things (including the CLI -- either we'll need to make
cmdrbe able to handle async callbacks, or we switch to something like tink_cli. We should probably switch to tink_cli.)