Professional JavaScript Page Printing Solution | 专业的 JavaScript 页面打印解决方案
HTML to PDF | Printer Management | WebSocket Printing | Node.js/Vue/React Printing
Keywords: web printing, pdf printing, html to pdf, silent printing, printer management, print automation, remote printing, websocket printing, batch printing, print queue, printer control, document printing, print server, network printing, pdf generator, printing service, web to pdf, playwright, sumatrapdf, playwright pdf, electron printing
WebPrintingExpert is a Windows desktop application built with Electron and Vue.js, specifically designed to solve web page printing challenges. The software provides powerful web printing services through WebSocket connections, supporting multiple document formats including HTML, PDF, and images. It integrates the Playwright HTML rendering engine and SumatraPDF printing tool to deliver intelligent printing solutions with bilingual support (English and Chinese).
⚠️ Note: This software only supports Windows 10 and above
Official Website: http://webprintpdf.com
Download:
- Official Site: http://webprintpdf.com/downloadApp/
- GitHub Releases: https://github.com/weixiaoyi/PrintWeb/releases
Main interface showing basic information and system status
Printer configuration and management interface with multiple printer settings support
Detailed print operation logs for tracking and debugging
Software running examples and feature demonstrations
Contact information and help interface
- 🖨️ Web Page Printing - High-quality printing for various web pages
- 📄 PDF Document Processing - View, print, and convert PDF documents
- 🖼️ Image Printing - Support for multiple image format printing
- 🔧 Printer Management - Smart recognition and management of system printers
- 📊 Print Logging - Detailed print operation records and statistics
- 🌐 WebSocket Service - Stable WebSocket connection service
- 🎨 Modern UI - Modern user interface based on Vue.js 3
- ⚡ High Performance - Native desktop application performance with Electron
- 🌍 Multilingual Support - English and Chinese interface support
- 🎭 HTML Rendering Engine - Playwright-based HTML rendering and PDF output engine
- 📖 PDF Print Output - Integrated SumatraPDF for PDF file printing
Download the Windows desktop client with full feature support:
- Download URL:
- Official Site: http://webprintpdf.com/downloadApp/
- GitHub Releases: https://github.com/weixiaoyi/PrintWeb/releases
- File Size: ~100MB
- Requirements: Windows 10 or above, at least 4GB RAM
- Installation: Download the exe file and run the installer directly
For building from source or contributing to development:
- Node.js 16.0 or higher
- npm or yarn package manager
- Windows 10 or above (Windows only)
# Install Vue app dependencies
npm run install-vue
# Install Electron app dependencies
npm run install-electron# Start development environment (Vue frontend + Electron app)
npm run start
# Or start separately
npm run start-vue # Start Vue dev server
npm run start-electron # Start Electron app# Build production version
npm run packagePrintWeb/
├── electronApp/ # Electron main process code
│ ├── server/ # WebSocket server
│ ├── pdf/ # PDF processing module
│ └── assets/ # Application resources
├── vueApp/ # Vue.js frontend application
│ ├── src/ # Source code
│ ├── public/ # Static assets
│ └── dist/ # Build output
├── core/ # Core functionality modules
│ ├── base/ # Base utility classes
│ ├── electron/ # Electron-related features
│ ├── generateHtml/ # HTML generator
│ ├── generatePdf/ # PDF generator
│ └── printPdf/ # PDF printing module
├── appAsarUnpack/ # Unpacked app files
└── dist/ # Final build output
- Vue.js 3.5.8 - Progressive JavaScript framework
- Ant Design Vue 4.2.6 - Enterprise-level UI component library
- Vite 5.3.1 - Fast frontend build tool
- Electron 36.3.1 - Cross-platform desktop application framework
- Express 4.18.2 - Web application framework
- WebSocket - Real-time communication protocol
- PDF-lib 1.17.1 - PDF document processing library
- Playwright 1.54.2 - HTML rendering and PDF output page engine
- SumatraPDF - PDF file printing output tool
- ESLint - Code quality checker
- Prettier - Code formatter
- Electron Builder - Application packaging tool
- Launch Application - Run
npm run startto start the application - Connect Service - Application will automatically start WebSocket service
- Select Printer - Choose the printer to use in settings
- Send Print Jobs - Send print jobs via WebSocket or API
- View Logs - Check print operation records in the logs page
- Connection URL:
ws://localhost:port - Protocol: Custom printing protocol support
- Base URL:
http://localhost:port/api - Documentation: See API documentation
We welcome all forms of contributions, including but not limited to:
- 🐛 Bug reports
- ✨ Feature requests
- 📝 Documentation improvements
- 🔧 Code fixes
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
- Official Website: http://webprintpdf.com
- Download:
- Official Site: http://webprintpdf.com/downloadApp/
- GitHub Releases: https://github.com/weixiaoyi/PrintWeb/releases
- Client Library: web-print-pdf
- Issue Tracker: GitHub Issues
- Company: Hangzhou BaBaHu Technology Co., Ltd.
- Website: http://webprintpdf.com
- Email: Contact us through the official website
⭐ If this project helps you, please give us a Star!
Add the following topics to your GitHub repository settings to improve search visibility:
web-printing pdf-printing html-to-pdf printing-service silent-printing printer-management print-automation remote-printing websocket-printing batch-printing print-queue printer-control document-printing web-to-pdf pdf-generator print-server playwright sumatrapdf playwright-pdf electron-printing electron vue