Type alias PdfPage

PdfPage: {
    lines: string[];
}

A single page within a PDF file.

Type declaration

  • lines: string[]