UNPKG

@pdfme/pdf-lib

Version:

Create and modify PDF files with JavaScript

10 lines (9 loc) 382 B
import PDFDict from '../objects/PDFDict'; import PDFAcroChoice from './PDFAcroChoice'; import PDFContext from '../PDFContext'; import PDFRef from '../objects/PDFRef'; declare class PDFAcroListBox extends PDFAcroChoice { static fromDict: (dict: PDFDict, ref: PDFRef) => PDFAcroListBox; static create: (context: PDFContext) => PDFAcroListBox; } export default PDFAcroListBox;