Kylin V10 supported?
Yes—use the current deb from the official download page.
Deploy the deb client on Kylin and use web-print-pdf—same front-end code as Windows. See also Linux deployment.
| 版本 | 平台 | 打印后端 | 安装包 |
|---|---|---|---|
| Windows 版 | Windows 10/11 | 内置静默打印引擎 | .exe |
| Linux 版 | x64 / arm64 | 系统标准打印服务 | .deb / .rpm |
| macOS 版 | macOS 11+ | CUPS | .dmg |
Kylin is Linux-based—match deb architecture (x64/arm64) and intranet policies.
Common intranet issues:
Same as Windows/macOS:
npm install web-print-pdf
import webPrintPdf from 'web-print-pdf';
await webPrintPdf.printHtml(
'<h1>Hello Windows</h1>',
{ paperFormat: 'A4', printBackground: true },
{ printerName: '默认打印机' }
);
Same npm API as Windows—only the installer differs.
127.0.0.1Yes—use the current deb from the official download page.
Same API—see <a href="../uos-print/">UOS guide</a> for installer notes.
Yes—<a href="../wms-remote-print/">WMS remote print</a>.
See <a href="../vue-silent-print/">Vue silent printing</a>.
Yes—same printHtml code; only the desktop installer differs per OS. See Vue guide.
The same web-print-pdf front-end runs on Windows, macOS, and Linux/domestic OS—install the matching client on each desktop.