wailsapp / wailsapp/wails

Feature: Allow silent printing

Open
#3,259 6 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Enhancement Linux MacOS P2 v3 Windows
Dominant language
Go
Stars
36.3k
Forks
1.9k
Avg merge
2d 11h
Merged PRs (30d)
33

Description

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

First of all, thank you very much for this project. :)

As a devleoper, I would like to have the option to print a page "silently", meaning without showing the print dialog.
This is usually used in kiosk environments, e.g. for printing photos.

Electron already does this with the webContents.print function.

Wails only has the WindowPrint function which calls window.print (see frontend.go.

Describe alternatives you've considered

No response

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with WindowPrint and the referenced v2/internal/frontend/desktop/windows/frontend.go implementation, then compare the platform-specific printing paths. Use Electron's webContents.print options as the behavioral reference. Done means Wails exposes a silent-print option for kiosk-style printing without showing the print dialog.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
desktop
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.