Printer Driver Architecture for Multi-Model Compatibility

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The transition from V3 to V4 printer drivers presents a challenge in creating universal printer drivers, as the V4 architecture is significantly different, making it difficult to support various printing devices with a single driver.

Innovation Solution

A printer driver architecture that includes a configuration processing unit for generating configuration data, a user interface for displaying print settings, and a drawing unit with specific and common drawing units to perform model-group-specific and common drawing processes, allowing selection based on the printing device model.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If a single printer driver is used to support multiple printing device models, then the number of drivers to be managed is reduced and memory usage is minimized, but the architecture becomes significantly more complex due to the need to accommodate different model-specific drawing processes

Engineering Contradiction:
Improvecompatibility with various printing device modelsVSAvoiddriver architecture complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The drawing unit is segmented into multiple specific drawing units (first specific drawing unit, second specific drawing unit, etc.), each dedicated to handling drawing processes for specific groups of printing devices. The selection unit selects the appropriate specific drawing unit based on the target printing device model, thereby managing complexity through modular organization while maintaining multi-model compatibility

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The selection unit acts as an intermediary between the configuration processing unit and the multiple specific drawing units. It receives configuration data indicating the printing device model and automatically selects the appropriate specific drawing unit, shielding users from the complexity of model-specific configurations while enabling versatile compatibility

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If separate child drivers are prepared for respective models as in V3 printer drivers, then model-specific functionality is achieved, but the approach cannot be directly applied to V4 printer driver architecture which has completely different structural principles

Engineering Contradiction:
Improvemodel-specific drawing process supportVSAvoiddifficulty in forming universal printer driver
Core Design Contradiction:
Adaptability or versatilityVSEase of manufacture

Solution Approach 1:

Instead of static model-specific drivers, the invention implements a dynamic selection mechanism where the selection unit automatically chooses the appropriate specific drawing unit based on runtime configuration data. This dynamic approach adapts to different printing device models without requiring separate compiled drivers, making it compatible with V4 architecture's different structural principles

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The single printer driver incorporates multiple specific drawing units within one universal driver structure, enabling it to perform multiple model-specific drawing processes. This multi-functional design allows one driver to serve multiple printing device models, achieving universality while maintaining model-specific capabilities through internal modularity

Inventive Principle:
Principle #6Universality (Multi-functionality)

Data Source

PatentUS9965231B2Printer driver and information processing device
Publication Date: 2018.05.08 KONICA MINOLTA INC
  • US9965231B2 patent drawing
  • US9965231B2 patent drawing
  • US9965231B2 patent drawing

AI summary

A printer driver operating in an information processing device transmitting print job data to printing devices causes the information processing device to function as: a configuration processing unit configured to hold configuration information about the printer driver, and generate configuration data; a user interface unit configured to generate a print setting screen, and cause a display unit to display the print setting screen; and a drawing unit configured to perform a drawing process on print job data generated in the information processing device, wherein the drawing unit includes specific drawing units prepared for respective model groups classifying the printing devices in accordance with attributes of models of the printing devices, the specific drawing units being configured to perform a model-group-specific drawing process, and selects an appropriate specific drawing unit from among the plurality of specific drawing units, to perform a drawing process with the selected specific drawing unit.