文件名称:htmltopdf:使用AWS Lambda函数和无服务器框架的图层将HTML转换为PDF
文件大小:18.54MB
文件格式:ZIP
更新时间:2024-05-21 13:19:24
nodejs html pdf aws lambda
使用AWS Lambda函数和无服务器层HTML转PDF 用于将html转换为pdf 先决条件 全局安装无服务器 npm i -g serverless 入门 安装所有依赖项 cd path/to/the/repo npm install 在本地运行 cd htmlToPdf/ sls offline start 确保将以下行注释为在本地运行 htmlToPdf / handler . js pdf . create ( html , { format : "Letter" , orientation : "portrait" , // phantomPath: '/opt/phantomjs_linux-x86_64' } ) . toBuffer ( ( err , buffer ) => { if ( err ) { reject
【文件预览】:
htmltopdf-master
----sample.pdf(8KB)
----layers()
--------executables()
--------serverless.yml(514B)
----sample(hbs).pdf(8KB)
----webpack.config.js(1KB)
----htmlToPdf()
--------serverless.yml(762B)
--------handler.js(2KB)
----README.md(3KB)
----.gitignore(170B)
----package-lock.json(379KB)
----package.json(975B)