PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
You can control the visibility of the bottom toolbar in signature mode by configuring CPDFConfiguration.
CPDFConfiguration configuration = CPDFConfiguration(
// Set whether the signature mode bottom toolbar is visible
toolbarConfig: const CPDFToolbarConfig(signatureToolbarVisible: false),
);