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
Thank you for making this tool! :-) Some suggestions:
Remember input directory
Allow saving to a different directory
Success could me just a message in the main window. User shouldn't need to make extra click after all went OK. And success window has no OK button.
Add info how to run it from the source code. Typical location is in README or INSTALL file.
Add installation option (python setup.py)
Move from bash script to python. bash is not common everywhere, python is.
Use consistent file naming (currently: underscores, dashes, camel style)
Use python code quality checker like "black" or "pep8"
Move images to a subdirectory with resources - it will look cleaner.
Allow selection of files with different extension that pdf. pdf is not always pdf :-)
Capture errors from ghostscript. Right now if provided file is not pdf, but has pdf extension user is served with success message even when ghostscript shows error with exit status 1
The text was updated successfully, but these errors were encountered:
Thank you for making this tool! :-) Some suggestions:
The text was updated successfully, but these errors were encountered: