You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, this is causing at least the following issues:
I believe app users need to install the pdfannots independently. A first test on another MacOS computer with a Mac App bundled with PyInstaller according to the flet Getting Started Guide did not work.
Using all possible options and parameters of pdfannots is very cumbersome.
Hence, I was wondering if the community could help me integrating pdfannots on a library-level?
I would be especially grateful if maybe @0xabu or maybe @IgorAvilaPereira would be interested in talking about this. Since the topic of building a GUI for pdfannots has already been discussed in the projects GitHub repo: 0xabu/pdfannots#64
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, the flet GUI is only using Python's
subprocess.run()
to utilise thepdfannots
library.As far as I can tell, this is causing at least the following issues:
pdfannots
independently. A first test on another MacOS computer with a Mac App bundled with PyInstaller according to the flet Getting Started Guide did not work.pdfannots
is very cumbersome.Hence, I was wondering if the community could help me integrating
pdfannots
on a library-level?I would be especially grateful if maybe @0xabu or maybe @IgorAvilaPereira would be interested in talking about this. Since the topic of building a GUI for
pdfannots
has already been discussed in the projects GitHub repo: 0xabu/pdfannots#64Beta Was this translation helpful? Give feedback.
All reactions