Tag

printing

0 views collected around this technical thread.

DeWu Technology
DeWu Technology
May 13, 2024 · Operations

Cross-Platform PC Operational System for Warehouse Fulfillment: Design, Implementation, and Efficiency Metrics

The article describes a cross‑platform PC operational system for warehouse fulfillment that unifies touch, scanner, and keyboard inputs, employs concise QR‑based quick‑codes with visual/audio feedback, handles printing via a Chromium component, automatically detects and repairs environment settings, tracks efficiency metrics, and outlines future AI and micro‑frontend enhancements.

Cross-PlatformElectronWarehouse Automation
0 likes · 17 min read
Cross-Platform PC Operational System for Warehouse Fulfillment: Design, Implementation, and Efficiency Metrics
Laravel Tech Community
Laravel Tech Community
May 19, 2021 · Fundamentals

Apple’s CUPS Transition: From GPL to Apache and the Future with OpenPrinting

Apple, after acquiring the CUPS printing system in 2007 and switching its license to Apache 2.0, has ceased active development, delegating future enhancements to the OpenPrinting project, which is now building CUPS 2.4 with modern features and planning CUPS 3.0.

AppleCUPSOpen Source
0 likes · 3 min read
Apple’s CUPS Transition: From GPL to Apache and the Future with OpenPrinting
Zhengtong Technical Team
Zhengtong Technical Team
Jul 1, 2020 · Frontend Development

Design and Implementation of a Dynamic Printing Template System Using OnlyOffice Plugin

This article outlines the requirements, common approaches, drawbacks, and a comprehensive solution for creating flexible, visual printing templates in administrative workflows by leveraging OnlyOffice's extensible API, a custom JavaScript plugin, and backend integration to enable real‑time preview, variable insertion, and fine‑grained style control.

JavaScriptOnlyOfficeTemplate
0 likes · 9 min read
Design and Implementation of a Dynamic Printing Template System Using OnlyOffice Plugin
Youzan Coder
Youzan Coder
Apr 17, 2020 · Mobile Development

Design and Evolution of a Cross‑Platform Printing Library for Retail

The article describes how Youzan Retail built a unified, cross‑platform printing library—using JavaScript as a common runtime—to replace duplicated native implementations, evolve its template language from JSON to HTML, and translate rendered receipts into ESC/POS commands, supporting iOS, Android, Java, PC and future Node.js services.

Cross-PlatformESC/POSJavaScript
0 likes · 19 min read
Design and Evolution of a Cross‑Platform Printing Library for Retail
Java Captain
Java Captain
Dec 22, 2018 · Fundamentals

Why Printing a Null Object in Java Does Not Throw an Exception

This article explains why Java's print methods output the literal "null" instead of throwing a NullPointerException, by examining the source code of PrintStream.print for both String and Object arguments, the behavior of String.valueOf, and the compiler‑generated StringBuilder handling of null during concatenation.

JavaStringBuilderfundamentals
0 likes · 7 min read
Why Printing a Null Object in Java Does Not Throw an Exception