@cantoo/pdf-lib
Version:
Create and modify PDF files with JavaScript
11 lines (10 loc) • 452 B
TypeScript
import PDFDict from '../objects/PDFDict';
import PDFAcroButton from './PDFAcroButton';
import PDFContext from '../PDFContext';
import PDFRef from '../objects/PDFRef';
declare class PDFAcroPushButton extends PDFAcroButton {
static fromDict: (dict: PDFDict, ref: PDFRef) => PDFAcroPushButton;
static create: (context: PDFContext) => PDFAcroPushButton;
}
export default PDFAcroPushButton;
//# sourceMappingURL=PDFAcroPushButton.d.ts.map