[PR #355] [MERGED] added print capability #1149

Open
opened 2026-01-29 16:57:49 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: print


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ElectronNET/Electron.NET/pull/355 **Author:** [@x-xx-o](https://github.com/x-xx-o) **Created:** 12/15/2019 **Status:** ✅ Merged **Merged:** 4/18/2020 **Merged by:** [@GregorBiswanger](https://github.com/GregorBiswanger) **Base:** `master` ← **Head:** `print` --- ### 📝 Commits (1) - [`a3c452e`](https://github.com/ElectronNET/Electron.NET/commit/a3c452eea5ed8bee5bbbb0b22fc6badfac98d88b) add print capability ### 📊 Changes **6 files changed** (+213 additions, -13 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Add print capability and also get printer list. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:57:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1149