fraserxu/electron-pdf

Generate PDFs from javascript project file instead of CLI

开放

#183 创建于 2017年3月28日

 (6 条评论) (0 个反应) (0 位负责人)JavaScript (138 个派生)batch import
help wanted

仓库指标

星标
 (1,169 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Question: I know this specifically says it's a CLI tool, but is it possible to generate PDFs from a javascript file within the project instead (i.e. what the BrowserWindow loads)? I ask because my Electron app dynamically configures information based on the user's selections and then compiles a summary report PDF once an event is triggered by the user. Additionally, the app will be packaged with electron-packager.

Thank you!

贡献者指南