# Msg_to_PDF **Repository Path**: yuziikuko/msg_to_pdf ## Basic Information - **Project Name**: Msg_to_PDF - **Description**: JQuery插件秀:生成PDF文件(文本+上传图片+电子签名) - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://yuziikuko.gitee.io/articles/00.html - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 4 - **Created**: 2023-03-13 - **Last Updated**: 2025-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ✨ Msg_to_PDF ✨ ## 🍬 博客 - [Gitee Page](https://yuziikuko.gitee.io/articles/00.html) - [稀土掘金](https://juejin.cn/post/7209928548601610296) - [CSDN](http://t.csdn.cn/WwqGp) ## 🍮 简介 - JQuery 插件秀:生成 PDF 文件(文本+上传图片+电子签名) - [在线尝试](https://codesandbox.io/s/msg-to-pdf-so1f4b?file=/index.html) - 效果预览: ![](./AnimateEffect.gif) ## 🍫 实现功能 - 根据 docx 模板形成页面,让用户直接填写相关信息,在线生成 PDF 文件,无需用户下载 docx 模板填完信息再转为 PDF。 - 填写信息包括普通文本、上传图片、在线电子签名。 ### 🍰 插件链接 - [Dropzone](https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/dropzone.min.js) - [jSignature](https://cdnjs.cloudflare.com/ajax/libs/jSignature/2.1.3/jSignature.min.js) - [html2canvas](https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js) - [jsPDF](https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.5.3/jspdf.min.js) ### 🍭 插件官网 - [Dropzone](https://docs.dropzone.dev/configuration/basics/configuration-options) - [jSignature](http://www.unbolt.net/jSignature/) - [html2canvas](https://html2canvas.hertzen.com/) - [jsPDF](https://parall.ax/products/jspdf)