Skip to content
ComPDF
New Release

Open-Source PDF SDK & AI Document Processing

Get the full self-hosted SDK and AI document processing on GitHub. One-click deploy to quickly build your document workflows.

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