UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

11 lines 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CertificationLevel = void 0; var CertificationLevel; (function (CertificationLevel) { CertificationLevel["NoChanges"] = "noChanges"; CertificationLevel["FormFillingAndSignatures"] = "formFillingAndSignatures"; CertificationLevel["None"] = "none"; CertificationLevel["FormFillingAndSignaturesAndAnnotations"] = "formFillingAndSignaturesAndAnnotations"; })(CertificationLevel || (exports.CertificationLevel = CertificationLevel = {})); //# sourceMappingURL=CertificationLevel.js.map