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 have a pdf where the encoding does not seem to be supported, but I think you should check the error here, otherwise I get a runtime error.
runtime error: invalid memory address or nil pointer dereference
gofpdi/reader.go
Line 509 in cf771f6
The text was updated successfully, but these errors were encountered:
I'm running into the same issue, it's assuming zlib can de-compress it and is returning
// ErrHeader is returned when reading ZLIB data that has an invalid header. ErrHeader = errors.New("zlib: invalid header")
I fixed it in my fork chaintraced#1, but haven't opened a PR here yet since my previous one is still dangling. #60
Sorry, something went wrong.
No branches or pull requests
I have a pdf where the encoding does not seem to be supported, but
I think you should check the error here, otherwise I get a runtime error.
runtime error: invalid memory address or nil pointer dereference
gofpdi/reader.go
Line 509 in cf771f6
The text was updated successfully, but these errors were encountered: