galkahana / HummusJS

Node.js module for high performance creation, modification and parsing of PDF files and streams
http://www.pdfhummus.com
Other
1.15k stars 169 forks source link

Delete a page in a Pdf #340

Open Vishnupriya112 opened 5 years ago

Vishnupriya112 commented 5 years ago

How do I delete a page in a single pdf using Hummus JS??

galkahana commented 5 years ago

You learn about page tree arrays in pdf using the pdf specs, and then you use hummus modification api to recreate a pages array without the page that you wish to delete

Vishnupriya112 commented 5 years ago

Ya thank you so much I tried .. Am just appending the page without that page .