galkahana / HummusJS

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

How to remove Rectangle using position? #459

Open lephuhai opened 2 years ago

lephuhai commented 2 years ago

How can I remove rectangle on the page?

I got position value of Rectangle every page like this:

[
  PDFReal { value: 61.332 },
  PDFReal { value: 4.5 },
  PDFReal { value: 122.586 },
  PDFReal { value: 16.2 }
]

Thank you so much for your help.