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

Integration of pdfannots as a library #5

Open
tgraupne opened this issue Feb 24, 2023 · 2 comments
Open

Integration of pdfannots as a library #5

tgraupne opened this issue Feb 24, 2023 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tgraupne
Copy link
Owner

Currently, this UI is using pdfannots within a subprocess.run() call:
https://github.com/tgraupne/pdfannots-app/blob/main/src/main.py#L18

I believe this is preventing the possibility to build an all-in-one executable with pdfannots integrated as a library.

Due to my lack of python knowledge in this area, I would really appreciate help on this issue.

@IgorAvilaPereira
Copy link
Contributor

@tgraupne The invitation has expired. Can you send again?

@IgorAvilaPereira
Copy link
Contributor

@tgraupne Today I implemented a function that don't need command line invocation (main_igor) in:

https://github.com/IgorAvilaPereira/pdfannots-tkinter-app/blob/master/pdfannots/cli.py

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants