Skip to content

Could the default filename suffix be configurable somehow? #259

@qgustavor

Description

@qgustavor

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions