UNPKG

@adobe/pdfservices-node-sdk

Version:

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

20 lines (19 loc) 705 B
export declare class PermissionsSettingsProperties { private readonly _assistiveTechnology; private readonly _formFilling; private readonly _copying; private readonly _pageExtraction; private readonly _documentAssembly; private readonly _commenting; private readonly _printing; private readonly _editing; constructor(permissions: any); get hasAssistiveTechnology(): boolean; get isFormFillingAllowed(): boolean; get isCopyingAllowed(): boolean; get isPageExtractionAllowed(): boolean; get isDocumentAssemblyAllowed(): boolean; get isCommentingAllowed(): boolean; get printingPermissionLevel(): string; get isEditingAllowed(): boolean; }