@jackgreen2018/pdf-engine 1.0.1 → 1.0.2
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/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,11 +48,11 @@ async function example() {
|
|
|
48
48
|
```
|
|
49
49
|
PDF Engine Benchmarks (20 iterations, avg ms)
|
|
50
50
|
========================================================
|
|
51
|
-
get_page_count (50 pages): 0.
|
|
52
|
-
split_pdf (8 pages): 1.
|
|
53
|
-
merge_pdfs (2 PDFs):
|
|
54
|
-
optimize_pdf (50 pages): 0.
|
|
55
|
-
get_pdf_info (50 pages): 0.
|
|
51
|
+
get_page_count (50 pages): 0.724 ms
|
|
52
|
+
split_pdf (8 pages): 1.449 ms
|
|
53
|
+
merge_pdfs (2 PDFs): 0.927 ms
|
|
54
|
+
optimize_pdf (50 pages): 0.810 ms
|
|
55
|
+
get_pdf_info (50 pages): 0.653 ms
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
## License
|