asposepdfnodejs 25.7.0 → 25.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AsposePDFforNode.cjs +2 -2
- package/AsposePDFforNode.mjs +2 -2
- package/AsposePDFforNode.wasm +0 -0
- package/README.md +4 -4
- package/package.json +1 -1
package/AsposePDFforNode.wasm
CHANGED
|
Binary file
|
package/README.md
CHANGED
|
@@ -17,13 +17,13 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
|
|
|
17
17
|
- **Concatenate**, **split**, or **reorganize** PDF files; delete specific or blank pages.
|
|
18
18
|
- **Linearize** PDF documents for web optimization and **optimize** internal structure and resources.
|
|
19
19
|
- **Convert** PDF documents to:
|
|
20
|
-
- **Office formats:** DOC, DOCX, XLS, XLSX, PPTX
|
|
20
|
+
- **Office formats:** DOC, DOCX, XLS, XLSX, PPTX, DOCX with Enhanced Recognition Mode
|
|
21
21
|
- **Web formats:** SVG, SVG (ZIP), XPS, EPUB
|
|
22
22
|
- **Image formats:** JPEG, PNG, BMP, TIFF, DICOM
|
|
23
23
|
- **Other formats:** Grayscale PDF, PDF/A, TeX, TXT, Markdown
|
|
24
24
|
- **Manipulate** PDF structure and content:
|
|
25
25
|
- Bookmarks, hyperlinks, annotations, attachments, JavaScript
|
|
26
|
-
- Fonts, metadata, layers, background color
|
|
26
|
+
- Fonts, metadata, layers, background color, tables
|
|
27
27
|
- **Secure PDF documents**:
|
|
28
28
|
- Encrypt, decrypt, set or change passwords
|
|
29
29
|
- Configure access permissions
|
|
@@ -40,7 +40,7 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
|
|
|
40
40
|
- PDF, PDF/A
|
|
41
41
|
|
|
42
42
|
**Save/Export As:**
|
|
43
|
-
- **Office:** DOC, DOCX, XLS, XLSX, PPTX
|
|
43
|
+
- **Office:** DOC, DOCX, DOCX(Enhanced Recognition Mode), XLS, XLSX, PPTX
|
|
44
44
|
- **Images:** JPEG, PNG, BMP, TIFF, DICOM
|
|
45
45
|
- **Other:** EPUB, SVG, SVG (ZIP), TeX, TXT, Grayscale PDF, PDF/A, XPS
|
|
46
46
|
|
|
@@ -53,7 +53,7 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
|
|
|
53
53
|
- **Metadata:** Set, extract, or remove metadata.
|
|
54
54
|
- **Layers:** Get list of layers, merge or flatten them.
|
|
55
55
|
- **Forms & Annotations:**
|
|
56
|
-
- Delete annotations, bookmarks, JavaScript
|
|
56
|
+
- Delete annotations, bookmarks, JavaScript, tables
|
|
57
57
|
- Flatten forms
|
|
58
58
|
- **Attachments:** Add, extract, or delete file attachments.
|
|
59
59
|
- **Text Tools:**
|
package/package.json
CHANGED