UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

11 lines 459 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PdfEncryptionKey = void 0; var PdfEncryptionKey; (function (PdfEncryptionKey) { PdfEncryptionKey["RC4128"] = "RC4_128"; PdfEncryptionKey["AES128"] = "AES_128"; PdfEncryptionKey["AES256"] = "AES_256"; PdfEncryptionKey["RC440"] = "RC4_40"; })(PdfEncryptionKey || (exports.PdfEncryptionKey = PdfEncryptionKey = {})); //# sourceMappingURL=PdfEncryptionKey.js.map