ashafaei / pdf2pptx

Convert your (Beamer) PDF slides to (Powerpoint) PPTX
MIT License
371 stars 88 forks source link

using pdftoppm from poppler instead of ImageMagick #10

Open luinaudt opened 3 years ago

luinaudt commented 3 years ago

Hello, I had a problem with the security from ImageMagicks. I had to use pdftoppm instead. I don't know if you are interested by this other solution.

On the modification part, I had to change the way slide number are generated since pdftoppm generate the number with more than one digit. As a result I added one argument to add_slide. The first one is the number with the right amount of digits. the second argument is for the Id.

Thank you for your work.