UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

7 lines (6 loc) 221 B
import { PageRange } from "../../../params/PageRange"; export declare abstract class PageAction { private readonly _pageRanges; protected constructor(pageRanges: PageRange[]); get pageRanges(): PageRange[]; }