You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I tried to test the pdf reader using the SimpleReader.as class in the examples. But it throws errors with all pdfs I tested:
"Error: pdf header not found"
Then I changed the readInt() to readByte() in PRTokeniser readString function and now it throws this error:
RangeError: Error #1125: The index 1954050662 is out of range 257.
at org.purepdf.pdf::PRTokeniser/nextToken()[D:\home\Flash\classes3\org\purepdf\pdf\PRTokeniser.as:400]
The text was updated successfully, but these errors were encountered:
Hello, I tried to test the pdf reader using the SimpleReader.as class in the examples. But it throws errors with all pdfs I tested:
"Error: pdf header not found"
Then I changed the readInt() to readByte() in PRTokeniser readString function and now it throws this error:
RangeError: Error #1125: The index 1954050662 is out of range 257.
at org.purepdf.pdf::PRTokeniser/nextToken()[D:\home\Flash\classes3\org\purepdf\pdf\PRTokeniser.as:400]
The text was updated successfully, but these errors were encountered: