PdfExportAfterEvent

Represents event arguments triggered after the PDF export operation completes. Provides information about the export outcome and applied settings for post-export processing. Extends PdfExportResult to include success status and optional error information.

Props

The following table outlines the props for the PdfExportAfterEvent:

NameTypeDefaultDescription
config
-

PDF export configuration settings applied during the export operation. Contains range, file name, dimensions, and other settings used.

error
Error
undefined

Contains error information if the export operation failed. Only populated when success is false.

promise
Promise<Object>
-

Promise resolving to blob data when isBlob is true in settings. Undefined when isBlob is false or not provided.

success
boolean
-

Indicates whether the PDF export operation completed successfully.