atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

get_page_as_word is giving data in bytes for .doc format and not .docx. Do we have any method to get .docx format #1367

Open batchuchaitanya opened 2 months ago

batchuchaitanya commented 2 months ago

get_page_as_word is giving data in bytes for .doc format and not .docx. Do we have any method to get .docx format

gkowalc commented 2 months ago

It is a limitation/bug of confluence - see: https://jira.atlassian.com/browse/CONFSERVER-38237 and https://jira.atlassian.com/browse/CONFCLOUD-38237 So there is nothing we can do here to tune the code so that the export generates docx files.