UNPKG

@adobe/pdfservices-node-sdk

Version:

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

8 lines (7 loc) 241 B
import { PageAction } from "./PageAction"; export declare class PageActionCommand { private readonly _delete?; private readonly _rotate?; private constructor(); static createFrom(pageAction: PageAction): PageActionCommand; }