@softvision/webpdf-wsclient-typescript
Version:
A simplified and optimized API client library for the webPDF server
10 lines • 486 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PdfaEditProfile = void 0;
var PdfaEditProfile;
(function (PdfaEditProfile) {
PdfaEditProfile["NoEditRestrictions"] = "noEditRestrictions";
PdfaEditProfile["GeneralEditRestrictions"] = "generalEditRestrictions";
PdfaEditProfile["RemovePdfaMetadata"] = "removePdfaMetadata";
})(PdfaEditProfile || (exports.PdfaEditProfile = PdfaEditProfile = {}));
//# sourceMappingURL=PdfaEditProfile.js.map