Socket
Socket
Sign inDemoInstall

@adobe/pdfservices-node-sdk

Package Overview
Dependencies
44
Maintainers
21
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.3.0

scripts/tessa-npm-plugin.sh

11

package.json
{
"name": "@adobe/pdfservices-node-sdk",
"version": "3.2.0",
"version": "3.3.0",
"author": "Adobe",

@@ -37,2 +37,3 @@ "description": "The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.",

"extract",
"accessibility",
"sdk",

@@ -58,3 +59,3 @@ "api"

"validate": "4.5.1",
"xml2js": "0.4.23"
"xml2js": "0.5.0"
},

@@ -69,3 +70,4 @@ "devDependencies": {

"json-bigint": "1.0.0",
"jszip": "^3.6.0"
"jszip": "^3.6.0",
"allure-mocha": "2.0.0-beta.23"
},

@@ -77,4 +79,5 @@ "scripts": {

"test": "./node_modules/mocha/bin/mocha test/js/*",
"generate-docs": "./node_modules/.bin/jsdoc -c js-doc-config.json"
"generate-docs": "./node_modules/.bin/jsdoc -c js-doc-config.json",
"test-dependencies-tessa": "bash ./scripts/tessa-npm-plugin.sh update"
}
}

@@ -86,2 +86,3 @@ /*

operationName: {
autotagPdf: 'Autotag PDF Operation',
createPdf: 'Create PDF Operation',

@@ -107,5 +108,6 @@ combinePdf: 'Combine Files Operation',

}
},
contentType: "content-type"
};
module.exports = defaultConfig;

@@ -13,2 +13,3 @@ /*

const pdfServicesConfig = {
autotagPdf: "autotag",
createPdf: "createpdf",

@@ -15,0 +16,0 @@ combinePdf: "combinepdf",

@@ -31,2 +31,3 @@ /*

CompressPDFOptions = require('./operation/option/compresspdf/compress-pdf-options'),
AutotagPDFOptions = require('./operation/option/autotagpdf/autotag-pdf-options'),
LinearizePDFOperation = require('./operation/linearize-pdf-operation'),

@@ -45,2 +46,4 @@ ProtectPDFOperation = require('./operation/protect-pdf-operation'),

SplitPDFOperation = require('./operation/split-pdf-operation'),
AutotagPDFOperation = require('./operation/autotag-pdf-operation'),
AutotagPDFOutput = require('./io/autotag/autotag-pdf-output'),
DocumentMergeOperation = require('./operation/document-merge-operation'),

@@ -187,2 +190,11 @@ DocumentMergeOptions = require('./operation/option/documentmerge/document-merge-options'),

AutotagPDF = {
Operation: AutotagPDFOperation,
SupportedSourceFormat: AutotagPDFOperation.SupportedSourceFormat,
options: {
AutotagPDFOptions
},
AutotagPDFOutput: AutotagPDFOutput
},
DocumentMerge = {

@@ -521,2 +533,19 @@ Operation: DocumentMergeOperation,

/**
* @summary Object containing references to classes required
* for creating PDF documents with enhanced readability from existing PDF documents.
* @memberOf module:PDFServicesSDK
* @instance
* @type {Object}
* @property {AutotagPDFOperation} Operation - Reference to the operation class required for creating PDF documents with
* enhanced readability from existing PDF documents.
* @property {AutotagPDFOptions} options - Reference to the {@link AutotagPDFOptions} class which provides parameters for
* creating a tagged PDF using {@link AutotagPDFOperation}.
* @property {AutotagPDFOperation.SupportedSourceFormat} SupportedSourceFormat - List of supported file formats
* for {@link AutotagPDFOperation}.
* @property {AutotagPDFOutput} AutotagPDFOutput - Reference to the {@link AutotagPDFOutput} class which
* represents output of {@link AutotagPDFOperation}.
*/
AutotagPDF,
/**
* @summary Object containing references to classes required for merging MS Word based document templates with

@@ -523,0 +552,0 @@ * the JSON data to generate output documents in the specified format.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc