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]
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]