hkdb / Densify

A GTK+ GUI Application written in Python that simplifies compressing PDF files with Ghostscript
MIT License
88 stars 24 forks source link

Drag and drop fixes and special character errors #13

Closed batikstudio closed 1 week ago

batikstudio commented 1 week ago

When files were drag and drop, a wrong path was produced. I have changed the folder selector path with an absolute path os.path.dirname(iFile). Also some errors were produced when the program was launched produced by incorrect characters

hkdb commented 1 week ago

Thanks!