I have created an xlsx file in memory (BytesIO) with the help of the XLSXWriter Library. I now want to read that in-memory file and convert it into pdf format, and the result should also be a bytes object. Which library and how can I achieve this result? I'm facing trouble finding any Python library that might help me achieve this.
I have tried to find different solutions but all in vain.