UNPKG

@adobe/pdfservices-node-sdk

Version:

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

6 lines (5 loc) 188 B
import { PageActionCommand } from "./PageActionCommand"; export declare class PageActionParams { private readonly _pageAction; constructor(pageActionCommand: PageActionCommand); }