add PDFLib package
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good

This commit is contained in:
Dany LE 2023-06-27 10:08:46 +02:00
parent b3ea32f4bc
commit e8aa62735a
12 changed files with 139 additions and 1 deletions

7
PDFLib/README.md Normal file
View 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

45
PDFLib/build.json Normal file
View File

@ -0,0 +1,45 @@
{
"name": "PDFLib",
"targets":{
"clean": {
"jobs": [
{
"name": "vfs-rm_no_error",
"data": ["build/debug","build/release"]
},
{
"name": "vfs-mkdir",
"data": ["build/debug","build/release"]
}
]
},
"copy": {
"jobs": [
{
"name": "vfs-cp",
"data": {
"src": [
"main.js",
"package.json",
"README.md"
],
"dest":"build/debug"
}
}
]
},
"release": {
"depend": ["clean", "copy"],
"require": ["zip"],
"jobs": [
{
"name": "zip-mk",
"data": {
"src":"build/debug",
"dest":"build/release/PDFLib.zip"
}
}
]
}
}
}

View 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

File diff suppressed because one or more lines are too long

View 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": {}
}

Binary file not shown.

16
PDFLib/main.js Normal file

File diff suppressed because one or more lines are too long

15
PDFLib/package.json Normal file
View 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": {}
}

View File

@ -329,6 +329,16 @@
"dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/OnlyOffice/build/release/OnlyOffice.zip"
},
{
"pkgname": "PDFLib",
"name": "PDFLib",
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/PDFLib/README.md",
"category": "Library",
"author": "pdf-lib.js.org",
"version": "1.17.1",
"dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/2.0.x/PDFLib/build/release/PDFLib.zip"
},
{
"pkgname": "Preview",
"name": "Preview",

7
release/PDFLib.md Normal file
View 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

BIN
release/PDFLib.zip Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long