An open API service indexing awesome lists of open source software.

https://github.com/go-on-the-way/electron-print

web端静默打印解决方案
https://github.com/go-on-the-way/electron-print

angular electron print

Last synced: about 1 year ago
JSON representation

web端静默打印解决方案

Awesome Lists containing this project

README

          

# electron-print
web端静默打印解决方案

### 两种实现

#### 一、Electron中嵌入本地页面-打印

![本地页面流程图](img/local_process.png)

#### 二、Electron中嵌入远程页面-打印

![远程页面流程图](img/remote_process.png)

### 运行
`npm install`
`npm run start`

### 效果

![效果图](img/result.gif)