# pdf-signature **Repository Path**: weizi1919/pdf-signature ## Basic Information - **Project Name**: pdf-signature - **Description**: VUE版本的PDF合同电子签(含生成端+渲染端)。可实现预定义表单,前端填写业务数据后发送后端进行生成PDF。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 18 - **Created**: 2024-07-22 - **Last Updated**: 2024-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Web端实现PDF预定义表单渲染定位 如果本项目对您有帮助,请给个star鼓励一下,谢谢! 环境: Bun 依赖库:
[pdfjs-dist](https://github.com/mozilla/pdfjs-dist) [pdf-lib](https://github.com/Hopding/pdf-lib) ## 启动项目 ```bash bun install && bun dev cd ./backend && bun install && bun app.ts ``` ## 实现效果 [√] 实现渲染器 ![实现效果](./.assets/render.gif) [√] 实现web端form创建器 ![alt text](./.assets/render.gif)