Skip to content

Loccret/pdf2pptx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf2pptx

Convert a PDF file to a PPTX file, especially for LaTeX Beamer users. It was tested with Python 3.11.

how to use

  • Download all the files.
  • Install the following packages: pymupdf, python-pptx, pdf2image, tqdm.
  • Uncomment the following lines in pdf2pptx.py and run the file to see an example.
  • # pdf_path = "./demo.pdf"
    # pdf2pptx(pdf_path)

About

Convert pdf file to pptx file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages