
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
Easily add image signatures like signature.png to an existing pdf.
npm i -g pdfstamp.ImageMagick and pdftk) Run pdfstamp doctor to see if you have them!Usage: pdfstamp [options] [command]
Options:
-h, --help display help for command
Commands:
doctor Checks to make sure your dependencies are installed
stamp [options] Stamps the pdf document
help [command] display help for command
import { stamp } from 'pdfstamp';
async function StampThat() {
await stamp({
signature: './signature.png',
input: './sample.pdf',
output: './output-example-lib.pdf'
})
}
Usage: pdfstamp stamp [options]
Stamps the pdf document
Options:
-i, --input <inputPdfPath> Input document, e.g: file.pdf
-s, --signature <signaturePath> Signature file, e.g: signature.png
-p, --page <pageNum> Page to input the signature, default: 1 (default: 1)
-o, --output <outputPdfPath> Output stamped document, default: output.pdf (default: "output.pdf")
-l, --left <leftAmount> Signature position from page left (px), e.g: 120
-r, --right <rightAmount> Signature position from page right (px), e.g: 120
-t, --top <topAmount> Signature position from page top (px), e.g: 120
-b, --bottom <bottomAmount> Signature position from page bottom (px), e.g: 120
-z, --zoom <zoomPercent> Signature zoom percentage on page (100% is full pagewidth), default: 25 (default: 25)
--debug Keeps temporary PDF files (for development purposes)
-h, --help display help for command
pdfstamp stamp \
--input ./input.pdf \
--signature ./signature.png \
--output ./output.pdf \
--page 2 \
--bottom 300 \
--left 200

FAQs
A cli tool to stamp PDF's, using (ImageMagick and pdftk)
We found that pdfstamp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.