Skip to content
ComPDF
DemoAPI ReferenceFAQ
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.

Guides

Signature Toolbar

Show or Hide Toolbar

You can control the visibility of the bottom toolbar in signature mode by configuring CPDFConfiguration.

tsx
let config = ComPDFKit.getDefaultConfig({
  toolbarConfig: {
    signatureToolbarVisible: false // or true to show the toolbar
  }
});