-
Notifications
You must be signed in to change notification settings - Fork 53
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
Support PDF imports #93
Labels
fixed
Fixed in develop or master, to be launched.
Comments
PyPDF2 seems like a good library: https://github.com/py-pdf/pypdf |
Is the license ok?
El El vie, ene. 5, 2024 a la(s) 12:11 a. m., Sinthoras39 <
***@***.***> escribió:
… PyPDF2 seems like a good library: https://github.com/py-pdf/pypdf
—
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMPWDIFEG363SWMA5P7PTLYM3PFJAVCNFSM6AAAAABBHRPURSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZXGQ3TANRVGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
As I understand it, we just have to include the copyright notice when redistriburing, so I don't think the license would cause problems. |
jzohrab
added
fixed
Fixed in develop or master, to be launched.
and removed
good first issue
Good for newcomers
labels
Jan 10, 2024
Merged into |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lute suuports txt and epub imports, it would be nice to support pdf as well.
For epub imports, a user had to make a new simple library to get around licensing problems, so if using a PDF library, it should be a good license, no real restrictions. The library should have some basic tests.
The changes in the Lute code to support PDF imports would likely be very similar to those for epub imports:
The text was updated successfully, but these errors were encountered: