Skip to content

woohp/pdfrender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdfrender

Renders a PDF document as images directly using poppler.

Example

from pdfrender import PDFDocument

with PDFDocument.open('/path/to/myfile.pdf') as doc:
    for i in range(len(doc)):
        image = doc.render_page(i, dpi=200)  # image is a PIL image
        image.show()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •