Skip to content
ComPDF
DemoFAQ
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

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

dart
CPDFConfiguration configuration = CPDFConfiguration(
  // Set whether the signature mode bottom toolbar is visible
  toolbarConfig: const CPDFToolbarConfig(signatureToolbarVisible: false),
);