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
Currently, this UI is using pdfannots within a subprocess.run() call: https://github.com/tgraupne/pdfannots-app/blob/main/src/main.py#L18
pdfannots
subprocess.run()
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.
The text was updated successfully, but these errors were encountered:
@tgraupne The invitation has expired. Can you send again?
Sorry, something went wrong.
@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
No branches or pull requests
Currently, this UI is using
pdfannots
within asubprocess.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.
The text was updated successfully, but these errors were encountered: