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

Is slate dead? What is an alternative? #51

Open
MartinThoma opened this issue Aug 20, 2020 · 5 comments
Open

Is slate dead? What is an alternative? #51

MartinThoma opened this issue Aug 20, 2020 · 5 comments

Comments

@MartinThoma
Copy link

Hi Tim, as the last commit was in 2017, I assume slate is dead. Maybe you can set the development status to Development Status :: 7 - Inactive?

Which libraries would you recommend for reading PDF files?

@zoldaten
Copy link

Why dead ?
Everything works.
Just try this way:
with open('example.pdf','rb') as f:
doc = slate.PDF(f)

If you have error with import utils - just install it -
pip install utils

@MartinThoma
Copy link
Author

Dead in the sense that no development / maintenance happens. The fact that it took a year to get an answer speaks for itself.

@gabema
Copy link

gabema commented Oct 6, 2022

A lot of this would be fixed by PR #53

@MartinThoma
Copy link
Author

In the meantime I became the maintainer of PyPDF2. I can recommend to use PyPDF2 as we cover many use cases, have a large user base and some very active contributors

@violet4
Copy link

violet4 commented Sep 1, 2024

i finally went reviewing all my old issues and PRs and saw i had a PR here from 6 years ago. i just closed it because i imagine it won't ever get merged and i don't want to see 50-year old PRs when i'm 70 :)

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

No branches or pull requests

4 participants