mugli / demo-adding-header-to-pdf

This code uses "pdf-lib" to add a header to the first page of a pdf file. It works for one input, but doesn't for another.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo: Adding header with pdf-lib

This code uses pdf-lib to add a header to the first page of a pdf file.

Two sample pdf files provided. This code works for input-working.pdf, but NOT for input-problematic.pdf

How to start

npm install
npm start

The paths of the generated output files will be printed in the console

About

This code uses "pdf-lib" to add a header to the first page of a pdf file. It works for one input, but doesn't for another.


Languages

Language:JavaScript 100.0%