You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does DuckX support to create new docx files?
The README file says that it supports to create docx files, but I can only get damaged files after calling the Save function.
Maybe I made some mistakes. Could you give me a sample of create new docx files? Thanks a lot.
The text was updated successfully, but these errors were encountered:
I looked into this awhile a go and it seems that currently DuckX cannot create a docx file right now according to this: #23
One hacky way to get around is you can read an empty docx file, created by word or something, into a byte array then write that byte array into a header, basically embedded the empty docx file into your C++ program. After that just write back that byte array into file every time you want to create a new docx file, and then use DuckX to modify it.
Does DuckX support to create new docx files?
The README file says that it supports to create docx files, but I can only get damaged files after calling the Save function.
Maybe I made some mistakes. Could you give me a sample of create new docx files? Thanks a lot.
The text was updated successfully, but these errors were encountered: