Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in pdf.py #2

Merged
merged 1 commit into from
Dec 29, 2012
Merged

Fix typo in pdf.py #2

merged 1 commit into from
Dec 29, 2012

Conversation

flyser
Copy link
Contributor

@flyser flyser commented Jul 31, 2012

No description provided.

knowah added a commit that referenced this pull request Dec 29, 2012
Fix typo in pdf.py (flyser)
@knowah knowah merged commit 1caec56 into py-pdf:master Dec 29, 2012
@flyser flyser deleted the patch-1 branch December 29, 2012 23:23
@claird
Copy link
Contributor

claird commented Dec 30, 2012

On Wed, Nov 28, 2012 at 10:05:01AM -0800, HackAck wrote:
.
.
.

The version:

pyPdf.pdf.version_info
sys.version_info(major=2, minor=7, micro=3, releaselevel='final', serial=0)

The error:
return pyPdf.PdfFileReader(file(fileName, "r")).getNumPages()
.
.
.
You might have better success with "... file(fileName, 'rb') ..."

vashek pushed a commit to vashek/PyPDF2 that referenced this pull request May 12, 2021
Fix getObject on missing '/Annots'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants