Segella PDFs en lot amb una imatge de signatura (o una insígnia amb nom + marca de temps generada automàticament) i signa'ls digitalment amb un certificat del magatzem de certificats de Windows — tot des d'una interfície d'escriptori senzilla.
Requereix Windows (llegeix els certificats i les claus privades del magatzem de certificats de Windows via CNG/NCrypt).
Sense Python, sense configuració.
- Ves a la pàgina de Releases
i descarrega
Diviloper-PDF-Signer.exede l'última versió. - Fes-hi doble clic per obrir-lo — Windows pot mostrar un avís de SmartScreen ("Windows ha protegit el vostre ordinador") perquè l'exe no està signat amb codi; fes clic a Més informació → Executa igualment.
- A l'aplicació:
- 1. Fitxers PDFs — fes clic a Afegeix fitxers PDF... i tria un o més PDFs per signar.
- 2. Certificat — tria el teu certificat de signatura del desplegable (obtingut del magatzem de certificats de Windows). Si té un nom/NIF, aquest nom s'omple automàticament a sota.
- 3. Segell — deixa que generi automàticament un segell a partir del nom del signant, o tria el teu propi fitxer d'imatge. Fes clic a la previsualització de la pàgina per triar on va el segell.
- 4. Sortida — tria la carpeta de sortida (per defecte, la carpeta del primer PDF que has afegit).
- 5. Executar — fes clic a Aplica segell i signa. Si la clau privada del certificat necessita un PIN, Windows el demanarà.
- En acabar, un missatge emergent et permet signar més documents, obrir els fitxers signats, obrir la carpeta de sortida o tancar l'aplicació.
Requereix uv i Windows.
git clone https://github.com/Diviloper/pdf-signer.git
cd pdf-signer
uv sync
uv run main.py
uv sync crea un .venv i instal·la tot des de pyproject.toml /
uv.lock; uv run main.py obre l'aplicació.
uv sync
uv run python scripts/build_icon.py
uv run pyinstaller pdf_signer.spec --noconfirm
El resultat és dist/Diviloper-PDF-Signer.exe. Això també s'executa
automàticament a cada push a main via .github/workflows/release.yml, que
publica l'exe compilat com una nova versió de GitHub.
Batch-stamp PDFs with a signature image (or an auto-generated name + timestamp badge) and digitally sign them with a certificate from the Windows certificate store — all from a simple desktop GUI.
Requires Windows (it reads certificates and private keys from the Windows certificate store via CNG/NCrypt).
No Python, no setup.
- Go to the Releases page
and download
Diviloper-PDF-Signer.exefrom the latest release. - Double-click it to launch — Windows may show a SmartScreen warning ("Windows protected your PC") since the exe isn't code-signed; click More info → Run anyway.
- In the app:
- 1. PDF Files — click Add PDF Files... and pick one or more PDFs to sign.
- 2. Certificate — pick your signing certificate from the dropdown (pulled from your Windows certificate store). If it has a name/NIF, that name is auto-filled below.
- 3. Stamp — either let it auto-generate a stamp from the signer name, or pick your own image file. Click on the page preview to choose where the stamp goes.
- 4. Output — pick the output folder (defaults to the folder of the first PDF you added).
- 5. Run — click Apply Stamp & Sign. If the certificate's private key needs a PIN, Windows will prompt for it.
- When done, a popup lets you sign more documents, open the signed files, open the output folder, or close the app.
Requires uv and Windows.
git clone https://github.com/Diviloper/pdf-signer.git
cd pdf-signer
uv sync
uv run main.py
uv sync creates a .venv and installs everything from pyproject.toml /
uv.lock; uv run main.py launches the app.
uv sync
uv run python scripts/build_icon.py
uv run pyinstaller pdf_signer.spec --noconfirm
The result is dist/Diviloper-PDF-Signer.exe. This also runs automatically
on every push to main via .github/workflows/release.yml, which publishes
the built exe as a new GitHub release.