-
Notifications
You must be signed in to change notification settings - Fork 133
Description
| File signedPDF = new File(f.getParentFile(), justName + "_signed.pdf"); |
The "_signed.pdf" suffix is hardcoded in the line above and I have to edit it or rename the file after signing every time. Since I often sign documents to people who don't speak English, I need to rename this prefix to their language.
I was considering forking the code, but writing this issue report I noticed I could rethink this idea and write a new GUI for this tool, using the CLI, which would also solve one other issue I had which is "it's hard to place visible signatures in A0 files". And, also, since I had a client that asked me to sign every single page (despite it being weird, because you sign the entire file, not just a page) I could add a way to add multiple signatures in case someone asks the same thing again.
That being said, I still think the configurable suffix is a good thing to add. At least, it could be localized and not hardcoded.