We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I try the Example from README in python 3.1. there are two issues:
here is an diff to solve the second issue
--- ../../old_pdf.py/pdf.py 2009-10-15 10:56:54.000000000 +0200 +++ pdf.py 2010-05-12 18:19:45.000000000 +0200 @@ -47,7 +47,7 @@ from .generic import (readObject, DictionaryObject, DecodedStreamObject, NameObject, NumberObject, ArrayObject, IndirectObject, ByteStringObject, StreamObject, NullObject, TextStringObject,
createStringObject, BooleanObject)
createStringObject, BooleanObject, RectangleObject)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I try the Example from README in python 3.1. there are two issues:
here is an diff to solve the second issue
--- ../../old_pdf.py/pdf.py 2009-10-15 10:56:54.000000000 +0200
+++ pdf.py 2010-05-12 18:19:45.000000000 +0200
@@ -47,7 +47,7 @@
from .generic import (readObject, DictionaryObject, DecodedStreamObject,
NameObject, NumberObject, ArrayObject, IndirectObject,
ByteStringObject, StreamObject, NullObject, TextStringObject,
ConvertFunctionsToVirtualList, PdfReadError, RC4_encrypt)
thanks so far,
david wiesner
The text was updated successfully, but these errors were encountered: