A JavaScript PDF generation library for Node and the browser
翻译 - 用于Node和浏览器的JavaScript PDF生成库
A Ruby gem to transform HTML + CSS into PDFs using the command-line utility wkhtmltopdf
翻译 - 使用命令行工具wkhtmltopdf将Ruby gem转换为HTML + CSS的PDF
Wkhtmltopdf python wrapper to convert html to pdf
Generate PDF Invoices with PDFKit
Insert SVG into a PDF document created with PDFKit
Sample code for PDFKit on iOS 11, clone of iBooks.app built on top of PDFKit.
An IOS PDF Framework written in Objective-C
Helps to draw informations in simple tables using pdfkit. #server-side. Generate pdf tables with javascript (PDFKIT plugin)
WYSIWYG PDF-Editor, plugin-free, using pdfkit and pdf.js
小工具:合并pdf、为pdf自动生成书签
Exploit for CVE-2022-25765 command injection in pdfkit < 0.8.6
pdfkit <0.8.6 command injection shell. The package pdfkit from 0.0.0 are vulnerable to Command Injection where the URL is not properly sanitized. (Tested on ver 0.8.6) - CVE-2022-25765
基于 pdfkit 将微信公众号「全部历史文章」或「合集文章」批量导出为pdf,每天增量更新并将更新信息在微信群进行通知,文件自动上传至阿里云盘备份
微信公众号文章导出为pdf。 1、爬取任意某个公众号的全部历史文章url并保存到csv文件中。 2、提取csv文件中的url链接,经过处理后,通过pdfkit模块导出带图片的pdf文档。 目前第二步只实现了将单篇公众号文章导出生成带图片的pdf,但没有实现批量一次性将一个公众号的所有文章导出为一个带图片的pdf文档。 邀请各位探讨解决批量导出一个公众号的所有历史文章生成【带图片】pdf文档这个问题...