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) 255 B
import { PageAction } from "./PageAction"; import { PageRange } from "../../../params/PageRange"; export declare class RotatePageAction extends PageAction { protected readonly _angle: number; constructor(angle: number, pageRanges: PageRange[]); }