Skip to content
ComPDF

PDF Generation Template Editor

Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.

View on GitHub

Delete PDF Annotations with Eraser in Web

javascript
docViewer.setTool('eraser')

// You can also set the eraser to either full deletion mode or partial deletion mode when erasing ink.
docViewer.eraserTool.setEraseMode('whole') // whole | partial