python pypdf2 pdf to text conversion

48 Views Asked by At

When I tried to create blank page I am getting this error new_page = PyPDF2.PageObject.create_blank_page( page_width, page_height) AttributeError: 'decimal.Decimal' object has no attribute 'pages'

Why this class is not working?

0

There are 0 best solutions below