
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
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)
The npm package pdfstamp receives a total of 15 weekly downloads. As such, pdfstamp popularity was classified as not popular.
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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.