-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
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
New ImagePart media added with extension .bin #1488
Comments
@tomjebo can the fix you did for this on the v3 release be back ported? |
@psyvision , The next release of v3.0.0 beta will have a fix for this issue and your code will work as is. A future release of v2.20.1 will also fix this issue, but the syntax will need to change to |
Thank you! Looking forward to the releases :) |
Hi @psyvision just an FYI, |
Describe the bug
This is a follow up to an original bug #1305 "New ImagePart is created as .bin instead of real extension" which is still an issue with the most recent 2.20.0 release.
When adding a new
ImagePart
the media in the bundled package has an extension of.bin
instead of.jpg
etc.Screenshots
If applicable, add screenshots to help explain your problem.
To Reproduce
Create a new document and add an
ImagePart
using the following code:Observed behavior
The media is added to the word document package with .bin extension
Expected behavior
The media is added to the word document package with .jpg extension
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: