You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a .docx file, and I want it to convert it into a PDF file, is there any method to do it using python-docx, I know that with pywin32 is easy to do it. Also, I want to save it as a stream and not in a file, using 'io' (BytesIO) library.