I am using Python cloud SDK for conversion from PDF to Docx, but the size after conversion is a bit more from the original file.
for example, if the pdf is 780KB, the converted Docx will be 2.7MB
and I tested for simple doc files also, on average almost all converted docs were above 2.8 MB.
is there any way we can reduce the size, please advice