Skip to content

This pragram is main to transform pdf file into image.

Notifications You must be signed in to change notification settings

CCCzKen/pdf2image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Transform PDF to Image

This pragram is main to transform pdf file into image.


Requirements

code

  • Python 3.4+
  • Wand 0.4.2+
  • PyPDF2 1.25.1+

How to use ?

if __name__ == '__main__':
    pdf = 'test.pdf'
    path = 'image'   
    pdf2img(pdf, path)

pdf : the path of the pdf file you want to transform. image : the finder path of image save in.

When you ready for everything, and run : python transform.py

About

This pragram is main to transform pdf file into image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages