Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这里有人知道如何在jquery fullcalendar上放置“另存为PDF”按钮吗?我希望我的日历保存在 pdf 文件中,以便我可以通过电子邮件发送。谢谢
您可以使用jspdf,但更复杂的图形可能会出现问题,因此如果您想将文本转换为 pdf,这只是一种解决方案。
对于更复杂的 PDF,您必须使用服务器端的东西(或依赖于安装了 Print-To-Pdf 程序的用户)。由于您没有指定您的服务器是什么,因此很难提出建议。