NG Kit

PDF Export Button

The PDF Export Button is a standalone button for exporting data to PDF, with fixed styling and a red background. It does not extend the Base Button.

Usage

Use the button through its directive selector on any element, or through its component selector. The directive form is preferred for new code; the component form remains supported.

html
<button pdfExportButton (click)="exportPdf()" mat-raised-button>Export to PDF</button>

API

A standalone export button with fixed styling for PDF export. It does not extend the base button and exposes no configurable inputs or outputs.

This button exposes no configurable inputs of its own.