We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have this piece of code :
let path = format!("{}/src/assets/WordTemplate.docx", env!("CARGO_MANIFEST_DIR")); let docx = DocxFile::from_file(path).unwrap(); let mut docx: Docx<'_> = docx.parse().unwrap(); let mut buffer = Cursor::new(Vec::new()); docx.write(&mut buffer).unwrap();
This compiles and runs, but generates a corrupted file for templates containing images in headers or footers. Do you plan to support that ?
This one for instance : WordTemplate.docx
Thank you anyway, the crate is already great !
Thomas
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I have this piece of code :
This compiles and runs, but generates a corrupted file for templates containing images in headers or footers. Do you plan to support that ?
This one for instance : WordTemplate.docx
Thank you anyway, the crate is already great !
Thomas
The text was updated successfully, but these errors were encountered: