mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #355] [MERGED] added print capability #1149
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/355
Author: @x-xx-o
Created: 12/15/2019
Status: ✅ Merged
Merged: 4/18/2020
Merged by: @GregorBiswanger
Base:
master← Head:print📝 Commits (1)
a3c452eadd print capability📊 Changes
6 files changed (+213 additions, -13 deletions)
View changed files
➕
ElectronNET.API/Entities/PrintOptions.cs(+107 -0)➕
ElectronNET.API/Entities/PrinterInfo.cs(+29 -0)📝
ElectronNET.API/WebContents.cs(+47 -0)📝
ElectronNET.Host/api/webContents.js(+19 -12)📝
ElectronNET.Host/api/webContents.js.map(+1 -1)📝
ElectronNET.Host/api/webContents.ts(+10 -0)📄 Description
Add print capability and also get printer list.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.