I can convert it using pdf2pptx only in anaconda prompt using the code: pdf2pptx slides.pdf. I can also convert using Aspose library, but it just converts 4 pages because it is not free.
My question is: Is it possible to convert pdf file to pptx using pdf2pptx on Jupyter Notebook? Second question: There is another library as Aspose which keeps all the pdf formatting, like text as text and image as image?
Thanks in advance
I can convert it using pdf2pptx only in anaconda prompt using the code: pdf2pptx slides.pdf. I can also convert using Aspose library, but it just converts 4 pages because it is not free.