mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 14:14:27 +02:00
add PDFLib package
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
This commit is contained in:
7
PDFLib/build/debug/README.md
Normal file
7
PDFLib/build/debug/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# PDFLib
|
||||
Create and modify PDF documents in any JavaScript environment.
|
||||
(Not to be confused wtih PDF.js which is for PDF rendering)
|
||||
|
||||
https://pdf-lib.js.org/
|
||||
|
||||
This package is the AntOS wrapper of the PDFLib version 1.17.1
|
16
PDFLib/build/debug/main.js
Normal file
16
PDFLib/build/debug/main.js
Normal file
File diff suppressed because one or more lines are too long
15
PDFLib/build/debug/package.json
Normal file
15
PDFLib/build/debug/package.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"pkgname": "PDFLib",
|
||||
"name":"PDFLib",
|
||||
"description":"Create and modify PDF documents in any JavaScript environment",
|
||||
"info":{
|
||||
"author": "pdf-lib.js.org",
|
||||
"email": ""
|
||||
},
|
||||
"version":"1.17.1",
|
||||
"category":"Library",
|
||||
"iconclass":"fa fa-cog",
|
||||
"mimes":["none"],
|
||||
"dependencies":[],
|
||||
"locale": {}
|
||||
}
|
BIN
PDFLib/build/release/PDFLib.zip
Normal file
BIN
PDFLib/build/release/PDFLib.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user