Skip to content
ComPDF
DemoAPI ReferenceFAQ

PDF Generation Template Editor

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

View on GitHub
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
  }
});