christopher-ramirez / secretary

Take the power of Jinja2 templates to OpenOffice and LibreOffice.
Other
190 stars 48 forks source link

_pack_document() method changed. ODT files have to start mimetype with non-zipped #43

Closed xsetra closed 7 years ago

xsetra commented 7 years ago

https://www.oasis-open.org/committees/download.php/12572/OpenDocument-v1.0-os.pdf MIMEtype stream on Page : 685

Previously on : file rendered_document rendered_document.odt: Zip archive data, at least v2.0 to extract

Now : file rendered_document rendered_document.odt: OpenDocument Text

christopher-ramirez commented 7 years ago

Great! Will have a look into this.

christopher-ramirez commented 7 years ago

As I understand, this fix the issue #19. Correct me if I am wrong.

xsetra commented 7 years ago

Thank you chris. :) Yes this issue.