Skip to content

Commit 363cf21

Browse files
committed
update npm/README.md
1 parent b1b9e09 commit 363cf21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

npm/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Library provides functions to parse, create and modify PDF.
66

77
## Why podofo.js
88

9+
Podofo.js is a JavaScript library that leverages the speed and efficiency of the PoDoFo C++ library for advanced PDF manipulation.
10+
11+
- **High Performance**: Utilizes C++ under the hood for fast and efficient PDF operations.
12+
- **Comprehensive Functionality**: Offers extensive features for creating, modifying, and extracting information from PDFs, including advanced operations like signing and font embedding.
13+
- **Ease of Use**: Provides a developer-friendly JavaScript API, making it easy to integrate powerful PDF capabilities without needing deep C++ knowledge.
14+
- **Built-in Signing methods**: Supports digital signatures, encryption.
15+
916
## Example
1017
```js
1118
import PodofoModule from 'podofo.js'

0 commit comments

Comments
 (0)