Hello,
When testing the online demo of OpenTBS the merged output document can not be opened using Pages or Preview or anything else (did not try Word though).
Further research learns that the built-in unzip tool of OS X Sierra can not unzip the file.docx bundle.
Unzipping with the command line tool /usr/bin/unzip works; then zipping the file using the command line zip tool results in a correct docx file.
What could be wrong?
commands:
mkdir test
cd test
/usr/bin/unzip ../testdoc.docx
/usr/bin/zip -r test.zip *
mv test.zip test.docx
open test.docx
|
And the document is correctly opened in Pages