Inksign v0.2.0
Prepare a document, then sign it
New in 0.2.0 — build the document you need to sign, all on your machine:
- Combine PDFs — merge several into one, in the order you choose.
- Split a PDF — extract pages (e.g.
1-3,5) into a new file, or burst every page into its own. - Markdown & Word → PDF — convert a
.mdor.docxinto a clean, signable PDF (headings, styled text, lists, tables, images). - A Prepare button in the header opens these tools; each result opens straight into signing.
- Remove signing identities from the app (previously only via the CLI).
Prepared files are ordinary, unsigned PDFs you then seal with the usual signature — nothing here touches your keys, and no file ever leaves your machine.
Install
| System | File | Install |
|---|---|---|
| Debian / Ubuntu | Inksign-amd64.deb |
sudo dpkg -i Inksign-amd64.deb |
| Fedora / openSUSE | Inksign-x86_64.rpm |
sudo dnf install ./Inksign-x86_64.rpm |
An AppImage build is in the works.