10.9.0-1 • Published 19 days ago

@pdftron/pdfnet-node-samples v10.9.0-1

Weekly downloads
-
License
Commercial
Repository
-
Last release
19 days ago

@pdftron/pdfnet-node

This package leverages the full power of Apryse's native SDK for maximal performance and accuracy. In order to maintain consistency across platforms the Javascript API is used in the same manner as the PDFNet API available in Apryse's Web platform. Since access to the filesystem is included in Node.js/Electron some additional APIs requiring filesystem access have also been included.

Supported platform, Node.js, and Electron versions

This package depends on unmanaged add-on binaries, and the add-on binaries are not cross-platform. At the moment we have support for

  • OS: Linux (excluding Alpine), Windows(x64), Mac
  • Node.js version: 8 - 21
  • Electron version: 26 - 26

Installation will fail if your OS, Node.js or Electron version is not supported.

To install for Electron, runtime and target options are needed. For example, For Electron 6, we need to run npm i @pdftron/pdfnet-node --runtime=electron --target=6.0.0. Note that we need to use 6.0.0 for all Electron 6 versions.

Usage

Here is a code snippet to demonstrate how to use this package.

const { PDFNet } = require('@pdftron/pdfnet-node');  // you may need to set up NODE_PATH environment variable to make this work.

const main = async() => {
  const doc = await PDFNet.PDFDoc.create();
  const page = await doc.pageCreate();
  doc.pagePushBack(page);
  doc.save('blank.pdf', PDFNet.SDFDoc.SaveOptions.e_linearized);
};

// add your own license key as the second parameter, e.g. in place of 'YOUR_LICENSE_KEY'.
PDFNet.runWithCleanup(main, 'YOUR_LICENSE_KEY').catch(function(error) {
  console.log('Error: ' + JSON.stringify(error));
}).then(function(){ return PDFNet.shutdown(); });

There are some code samples in the @pdftron/pdfnet-node-samples package.

To get started please see the documentation at https://www.apryse.com/documentation/nodejs/get-started/integration.

Licensing

Please go to https://www.apryse.com/pws/get-key to obtain a demo license or https://wwww.apryse.com/form/contact-sales to obtain a production key. For further information, please visit https://www.apryse.com/licensing.

10.9.0-1

19 days ago

10.9.0

19 days ago

10.9.0-2-beta

20 days ago

10.9.0-1-beta

20 days ago

10.9.0-beta

21 days ago

10.8.0-2

2 months ago

10.8.0-1

2 months ago

10.8.0

2 months ago

10.8.0-beta

2 months ago

10.7.0-2-beta

3 months ago

10.7.0-beta

3 months ago

10.7.0-1-beta

3 months ago

10.7.0

3 months ago

10.6.0-5

4 months ago

10.6.0-beta-2

5 months ago

10.6.0-beta-1

5 months ago

10.6.0-beta-4

5 months ago

10.6.0-beta-3

5 months ago

10.6.0-3

5 months ago

10.6.0-2

5 months ago

10.6.0-4

5 months ago

10.6.0

6 months ago

10.6.0-beta

6 months ago

10.5.0

7 months ago

10.5.0-a-beta

7 months ago

10.3.0

10 months ago

10.4.0

8 months ago

10.3.0-beta

10 months ago

10.4.0-beta

10 months ago

10.5.0-beta

7 months ago

10.3.1-beta

9 months ago

10.1.0

1 year ago

10.2.0

11 months ago

10.1.1

12 months ago

10.1.0-3-beta

1 year ago

10.2.0-beta

11 months ago

10.1.0-beta

1 year ago

10.1.1-beta

12 months ago

10.0.0-beta-3

1 year ago

10.0.0-4

1 year ago

10.0.0-3

1 year ago

9.5.0-4

1 year ago

9.5.0-6

1 year ago

9.5.0-5

1 year ago

10.0.0-beta

1 year ago

9.5.0-beta-3

1 year ago

9.5.0

1 year ago

9.5.0-2-beta-1

1 year ago

9.5.0-3

1 year ago

9.5.0-beta

1 year ago

9.5.0-2

1 year ago

9.5.0-1

1 year ago

9.4.2

1 year ago

9.4.2-beta.0

1 year ago

9.4.0

2 years ago

9.3.0

2 years ago

9.2.0-2

2 years ago

9.2.0-1

2 years ago

9.2.0

2 years ago

9.1.0-2

3 years ago

9.1.0

3 years ago

9.1.0-beta.1

3 years ago

9.1.0-beta

3 years ago