Skip to content
Advertisement

Tag: wand

Converting PDF to Image without non-python dependencies

I want to create an exe that can be deployed onto other computers. The program needs to be able to read pdf’s and turn them into images, but I don’t want other users to have to download dependencies. My understanding is that py2image and wand both require external dependencies that, if you convert to a exe, other users would also

Advertisement