pdf-to-powerpoint icon indicating copy to clipboard operation
pdf-to-powerpoint copied to clipboard

Convert PDF files to Powerpoint files (using images, no font problems!)

Results 3 pdf-to-powerpoint issues
Sort by recently updated
recently updated
newest added

In the convert.py script the format of the image conversion is set to TIFF, so each pdf slide is converted to a TIFF image. This works fine and creates a...

How can I set the output resolution in pixels? The current code has this: ``` # Set slide dimensions prs.slide_height = height * 9525 prs.slide_width = width * 9525 #...

Hi, I can see your code, but I can not run it, because there is a problem for me to install poppler. My operation system is win10, and the version...