-
-
Notifications
You must be signed in to change notification settings - Fork 486
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
Rotate images #815
Comments
Gladly Could you provide the associated specification/documentation for this Thanks |
Will be included in: #822 I took most of your API advice, I like Thanks |
small question: did you publish this change to npm? I'm not getting the updated code of #822. |
@ivschukin I don't think there was a release yet but if you really need this functionality you could try pointing your {
"name": "foo",
"version": "0.0.0",
"dependencies": {
"docx": "https://github.com/dolanmiu/docx.git#9557015c6cef7bcae6e7d61b8b20dd0ac44c5b8d", // add commit hash here
}
} If you decide to do this, you will also need to build the {
"name": "foo",
"version": "0.0.0",
"scripts": {
"postinstall": "cd ./node_modules/docx && yarn install && yarn build || rm -rf node_modules/ && cd ../..",
}
} |
i did not publish yet, its coming very soon though |
I am embedding images into the document but I am noticing if the orientation of the jpeg image isn't correct. It is due to the EXIF metadata for orientation being something other than 1.
Would it be possible to specify rotation when creating the media object within
drawingOptions
:The text was updated successfully, but these errors were encountered: