KR20040084535A - Method and apparatus for generating printer driver - Google Patents

Method and apparatus for generating printer driver Download PDF

Info

Publication number
KR20040084535A
KR20040084535A KR1020030019680A KR20030019680A KR20040084535A KR 20040084535 A KR20040084535 A KR 20040084535A KR 1020030019680 A KR1020030019680 A KR 1020030019680A KR 20030019680 A KR20030019680 A KR 20030019680A KR 20040084535 A KR20040084535 A KR 20040084535A
Authority
KR
South Korea
Prior art keywords
printer driver
driver
printer
functions
function
Prior art date
Application number
KR1020030019680A
Other languages
Korean (ko)
Inventor
최인성
Original Assignee
삼성전자주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 삼성전자주식회사 filed Critical 삼성전자주식회사
Priority to KR1020030019680A priority Critical patent/KR20040084535A/en
Priority to US10/803,122 priority patent/US20050039193A1/en
Publication of KR20040084535A publication Critical patent/KR20040084535A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1224Client or server resources management
    • G06F3/1225Software update, e.g. print driver, modules, plug-ins, fonts
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1229Printer resources management or printer maintenance, e.g. device status, power levels
    • G06F3/123Software or firmware update, e.g. device firmware management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1253Configuration of print job parameters, e.g. using UI at the client
    • G06F3/1258Configuration of print job parameters, e.g. using UI at the client by updating job settings at the printer

Abstract

PURPOSE: A method and a device for generating a printer driver are provided to add/correct/delete a function included to the printer driver and/or a user interface by being separated from entire printer driver and reflect a processed result to the entire. CONSTITUTION: A program writer(50) divides respective functions of the printer driver and the user interface into a file independent to the driver, and edits the file corresponding to the function to be edited. The program writer writes a printer driver installation program by selectively extracting the file corresponding to the function to be included when the printer driver is generated to each model. A driver generator(52) reconfigures printer driver information by using the file corresponding to the function selected from the user in the printer driver installation program and generates the printer driver by using the reconfigured information.

Description

프린터 드라이버 생성 방법 및 장치{Method and apparatus for generating printer driver}Method and apparatus for generating printer driver

본 발명은 프린터에 관한 것으로서, 특히 프린터를 구동하는 프린터 드라이버(printer driver)를 생성하는 프린터 드라이버 생성 방법 및 장치에 관한 것이다.The present invention relates to a printer, and more particularly, to a method and apparatus for generating a printer driver for generating a printer driver for driving a printer.

종래의 프린터 드라이버 생성 방법은 프린터 드라이버가 갖는 모든 기능들을 포함하는 하나의 드라이버 파일과 사용자에게 드라이버의 구성을 디스플레이하는 사용자 인터페이스를 위한 파일로 구성된다. 이 때, 두 가지의 파일들을 사용하여 개인용 컴퓨터에 프린터 드라이버를 생성하고, 생성된 프린터 드라이버를 이용하여프린터 아이콘을 생성하며, 프린터 아이콘이 사용자에 의해 선택될 때 프린팅 작업을 수행한다.The conventional method of generating a printer driver is composed of one driver file including all functions of the printer driver and a file for a user interface for displaying the configuration of the driver to the user. At this time, a printer driver is created in a personal computer using two files, a printer icon is created using the generated printer driver, and printing is performed when the printer icon is selected by the user.

사용자가 프린터 드라이버를 설치 및/또는 사용할 때 기본적인 기능 이외에 추가적으로 제공되는 많은 부가 기능들 예를 들면, 워터 마크 기능(Watermark), 오버 래이 기능(overlay) 및 포스트 기능(Poster) 따위에 대한 사용성이 현저히 저하되고 있다. 그러나, 프린터 드라이버를 제공하는 개발자의 입장에서, 프린터 드라이버가 제공할 수 있는 모든 기능들을 드라이버에 포함하여 제공할 수 있어야 한다. 게다가, 개별 사용자마다 사용 빈도 및 사용 필요성이 각기 다른 기능들에 대한 선택권을 사용자가 가질 수 있어야 한다. 그럼에도 불구하고, 종래의 프린터 드라이버 생성 방법에 의하면, 프린터 드라이버를 설치할 때 프린터 드라이버가 갖는 기능들중에서 원하는 기능만을 선택적으로 변경할 수 없는 문제점이 있다. 왜냐하면, 모델별로 프린터 드라이버나 사용자 인터페이스를 개발할 때 각 프린터 드라이버의 모든 기능들이 하나의 파일에 포함되기 때문이다. 즉, 원하는 기능을 변경하기 위해서 전체 드라이버를 재생(rebuild)해야 하고, 재생된 드라이버를 사용하여 드라이버 설치 프로그램을 작성하며, 사용자에 의해 드라이버 설치 프로그램이 클릭될 때 드라이버를 설치하여 프린터 드라이버를 생성한다.In addition to the basic functions when the user installs and / or uses the printer driver, many additional functions are provided, such as watermark, overlay, and post. It is falling. However, from a developer's point of view of providing a printer driver, the driver should be able to provide all the functions that the printer driver can provide. In addition, it should be possible for a user to have a choice of functions that differ in frequency and need for use. Nevertheless, according to the conventional printer driver generation method, there is a problem in that only a desired function can be selectively changed among the functions of the printer driver when the printer driver is installed. This is because when developing a printer driver or user interface for each model, all the functions of each printer driver are included in one file. That is, to change the desired function, the entire driver must be rebuilt, the driver installer is written using the reproduced driver, and the printer driver is created by installing the driver when the driver installer is clicked by the user. .

게다가, 종래의 프린터 드라이버 생성 방법에 의하면, 프린터 드라이버가 갖는 기능들중에서 한 가지의 기능이라도 변경하고자 할 경우, 개발자는 다른 기능의 소스를 포함하는 전체 기능들을 갖는 프로그램을 재생해야 한다. 그러므로, 종래의 프린터 드라이버 생성 방법은 개발자로 하여금 프린터 드라이버를 개발하는 시간을증가시키고, 사이드 효과(side effect)를 야기시킬 문제점을 갖는다.In addition, according to the conventional method of generating a printer driver, if one of the functions of the printer driver is to be changed, the developer has to reproduce a program having the full functions including the source of another function. Therefore, the conventional method of generating a printer driver has a problem in that the developer increases the time for developing the printer driver and causes a side effect.

본 발명이 이루고자 하는 기술적 과제는, 프린터 드라이버 및/또는 사용자 인터페이스에 포함시킬 기능을 프린터 드라이버 전체와는 독립적으로 첨가, 수정 및 삭제등의 처리하고, 처리된 결과를 전체에 반영할 수 있는 프린터 드라이버 생성 방법을 제공하는 데 있다.The technical problem to be achieved by the present invention is a printer driver capable of adding, modifying, and deleting functions to be included in the printer driver and / or user interface independently of the entire printer driver, and reflecting the processed results to the whole. To provide a method of generation.

본 발명이 이루고자 하는 다른 기술적 과제는, 프린터 드라이버 및/또는 사용자 인터페이스에 포함시킬 기능을 프린터 드라이버 전체와는 독립적으로 첨가, 수정 및 삭제등의 처리하고, 처리된 결과를 전체에 반영할 수 있는 프린터 드라이버 생성 장치를 제공하는 데 있다.Another technical problem to be achieved by the present invention is a printer capable of adding, modifying, and deleting functions to be included in the printer driver and / or user interface independently of the entire printer driver, and reflecting the processed result to the whole. To provide a driver generation device.

도 1은 본 발명에 의한 프린터 드라이버 생성 방법을 설명하기 위한 플로우차트이다.1 is a flowchart for explaining a method of generating a printer driver according to the present invention.

도 2 (a) 및 (b)는 도 1에 도시된 제18 단계를 설명하기 위한 사용자 인터페이스 화면들이다.2 (a) and 2 (b) are user interface screens for explaining the eighteenth step shown in FIG.

도 3은 본 발명에 의한 프린터 드라이버 생성 장치의 블럭도이다.3 is a block diagram of a printer driver generating apparatus according to the present invention.

상기 과제를 이루기 위해, 프린터를 구동하는 프린터 드라이버를 생성하는 본 발명에 의한 프린터 드라이버 생성 방법은, 상기 프린터 드라이버 및 사용자 인터페이스중 적어도 하나의 기능들 각각을 상기 드라이버에 독립된 파일로서 분리하고, 상기 기능들중 편집할 필요가 있는 기능에 해당하는 파일을 편집하며, 상기 기능들중에서, 모델별로 생성할 상기 프린터 드라이버에 포함시킬 적어도 하나의 기능에 해당하는 파일을 선택적으로 추출하여 프린터 드라이버 설치 프로그램을 작성하는 단계 및 상기 프린터 드라이버 설치 프로그램에서 사용자에 의해 선택된 기능에 해당하는 파일을 이용하여 설치될 상기 프린터 드라이버 정보를 재구성하고, 재구성된 정보를 이용하여 상기 프린터 드라이버를 생성하는 단계로 이루어지는 것이바람직하다.In order to achieve the above object, a printer driver generation method according to the present invention for generating a printer driver for driving a printer, each of at least one of the functions of the printer driver and the user interface is separated as a file independent of the driver, the function Edit a file corresponding to a function that needs to be edited, and extract a file corresponding to at least one function to be included in the printer driver to be generated for each model among the functions, and create a printer driver installation program. And reconfiguring the printer driver information to be installed using a file corresponding to a function selected by the user in the printer driver installation program, and generating the printer driver using the reconstructed information.

상기 다른 과제를 이루기 위해, 프린터를 구동하는 프린터 드라이버를 생성하는 본 발명에 의한 프린터 드라이버 생성 장치는, 상기 프린터 드라이버 및 사용자 인터페이스중 적어도 하나의 기능들 각각을 상기 드라이버에 독립된 파일로서 분리하고, 상기 기능들중 편집할 필요가 있는 기능에 해당하는 파일을 편집하며, 상기 기능들중에서, 모델별로 상기 프린터 드라이버를 생성할 때 포함시킬 적어도 하나의 기능에 해당하는 파일을 선택적으로 추출하여 프린터 드라이버 설치 프로그램을 작성하는 프로그램 작성부 및 상기 프린터 드라이버 설치 프로그램에서 사용자에 의해 선택된 기능에 해당하는 파일을 이용하여 설치될 상기 프린터 드라이버 정보를 재구성하고, 재구성된 정보를 이용하여 상기 프린터 드라이버를 생성하는 드라이버 생성부로 구성되는 것이 바람직하다.In order to achieve the above object, the printer driver generating apparatus according to the present invention for generating a printer driver for driving a printer, each of the functions of at least one of the printer driver and the user interface is separated as a file independent of the driver, Edits a file corresponding to a function that needs to be edited among the functions, and selectively extracts a file corresponding to at least one function to be included when generating the printer driver by model among the functions, and installs a printer driver installation program. A program generation unit for creating a printer and a driver generation unit for reconfiguring the printer driver information to be installed using a file corresponding to a function selected by the user in the printer driver installation program, and generating the printer driver using the reconstructed information. It is preferred to be configured.

이하, 본 발명에 의한 프린터 드라이버 생성 방법을 첨부한 도면들을 참조하여 다음과 같이 설명한다.Hereinafter, a method of generating a printer driver according to the present invention will be described with reference to the accompanying drawings.

도 1은 본 발명에 의한 프린터 드라이버 생성 방법을 설명하기 위한 플로우차트로서, 프린터 드라이버 설치 프로그램을 작성하는 단계(제10 ∼ 제16 단계들) 및 프린터 드라이버를 생성하는 단계(제18 및 제20 단계들)로 이루어진다.1 is a flowchart for explaining a method of generating a printer driver according to the present invention, which includes creating a printer driver installation program (steps 10 to 16) and generating a printer driver (steps 18 and 20). S).

본 발명에 의한 프린터 드라이버 생성 방법은 프린터를 구동하는 프린터 드라이버를 다음과 같이 생성한다.The printer driver generating method according to the present invention generates a printer driver for driving a printer as follows.

먼저, 프린터 드라이버 및 사용자 인터페이스중 적어도 하나의 기능들 각각을 드라이버에 독립된 파일로서 분리하고, 기능들중 편집할 필요가 있는 기능에 해당하는 파일을 편집하며, 기능들중에서, 모델별로 생성할 프린터 드라이버에 포함시킬 적어도 하나의 기능에 해당하는 파일을 선택적으로 추출하여 프린터 드라이버 설치 프로그램을 작성한다(제10 ∼ 제16 단계들).First, separate each of at least one of the functions of the printer driver and the user interface as a file independent of the driver, edit the file corresponding to the function that needs to be edited among the functions, and among the functions, the printer driver to be generated by model Selectively extract a file corresponding to at least one function to be included in the printer to create a printer driver installation program (steps 10 to 16).

예컨대, 프린터 드라이버 및/또는 사용자 인터페이스를 개발할 때, 프린터 드라이버 및 사용자 인터페이스중 적어도 하나의 기능들 각각을 드라이버에 독립된 파일로서 분리한다(제10 단계). 즉, 프린터 드라이버에 포함된 기능들 각각을 드라이버에 독립된 파일로서 분리하고/하거나 사용자 인터페이스에 포함된 기능들 각각을 독립된 파일로서 분리할 수 있다. 예컨대, 각 파일은 프린터 드라이버 또는 사용자 인터페이스의 고유한 기능에 해당하는 성분을 갖는다.For example, when developing a printer driver and / or a user interface, each of the functions of at least one of the printer driver and the user interface is separated as a file independent of the driver (step 10). That is, each of the functions included in the printer driver may be separated as a file independent of the driver and / or each of the functions included in the user interface may be separated as a separate file. For example, each file has a component corresponding to a unique function of the printer driver or user interface.

제10 단계후에, 분리된 파일들 각각을 개인용 컴퓨터의 운영 체재(OS:Operating System)에 맞도록 재구성한다(제12 단계). 즉, 각 기능에 해당하는 분리된 파일은 명세(specifications)에 의하여 정의된 디바이스 모드(DEVMODE:DEVice MODE)의 데이타 구조의 값을 파라미터로 갖는다.After the tenth step, each of the separated files is reconfigured to fit the operating system (OS) of the personal computer (step 12). That is, a separate file corresponding to each function has a parameter of a data structure of a device mode (DEVMODE: DEVice MODE) defined by specifications.

제12 단계후에, 기능들중 편집 즉, 수정, 삭제 또는 첨가할 필요가 있는 기능에 해당하는 파일을 전체와 무관하게 독립적이고 개별적으로 편집하여 전체에 오버랩(overlap)시킬 수 있도록 한다(제14 단계).After the twelfth step, the files corresponding to the functions that need to be edited, that is, modified, deleted, or added, can be edited independently and independently of the whole so as to overlap the whole (step 14). ).

제14 단계후에, 기능들중에서, 모델별로 프린터 드라이버를 생성할 때 포함시킬 적어도 하나의 기능에 해당하는 파일을 선택적으로 추출하고, 추출된 파일을 이용하여 프린터 드라이버 설치 프로그램을 작성한다(제16 단계).After the fourteenth step, among the functions, a file corresponding to at least one function to be included in generating the printer driver for each model is selectively extracted, and a printer driver installation program is created using the extracted file (step 16). ).

한편, 제16 단계후에, 프린터 드라이버 설치 프로그램을 수행할 때 사용자에의해 선택된 기능에 해당하는 파일을 이용하여 설치될 프린터 드라이버 정보를 프린터 드라이버의 생성 기준에 맞도록 런 타임(run-time)으로 재구성하고, 재구성된 정보를 이용하여 프린터 드라이버를 생성한다(제18 및 제20 단계).On the other hand, after step 16, when executing the printer driver installation program, the printer driver information to be installed is reconfigured at run-time to meet the generation criteria of the printer driver by using a file corresponding to a function selected by the user. Then, a printer driver is generated using the reconstructed information (steps 18 and 20).

도 2 (a) 및 (b)는 도 1에 도시된 제18 단계를 설명하기 위한 사용자 인터페이스 화면들로서, 도 2 (a)는 기능 선택 메뉴들(30, 32 및 34)을 나타내는 사용자 인터페이스 화면이고, 도 2 (b)는 기능 선택 메뉴(34)가 선택될 때 사용자에게 보여지는 사용자 인터페이스 화면을 나타낸다.2 (a) and (b) are user interface screens for explaining the eighteenth step shown in FIG. 1, and FIG. 2 (a) is a user interface screen showing the function selection menus 30, 32, and 34; 2 (b) shows a user interface screen shown to the user when the function selection menu 34 is selected.

예컨대, 프린터 드라이버 설치 프로그램에서 사용자에 의해 선택된 기능에 해당하는 파일을 이용하여 설치될 프린터 드라이버 정보를 재구성한다(제18 단계).For example, the printer driver installation program reconfigures the printer driver information to be installed using a file corresponding to a function selected by the user (step 18).

예를 들면, 먼저 도 2 (a)에 도시된 사용자 인터페이스 화면이 사용자에게 보여질 수 있다. 프린터 드라이버가 갖는 기능들중에서 가장 일반적인 기능들만을 선택하고자 할 경우, 사용자는 도 2 (a)에 도시된 전형(Typical)이라는 기능 선택 메뉴(30)를 선택하면 된다. 또한, 프린터 드라이버가 갖는 기능들중에서 최소한의 기능들 예를 들면 용지 복사(copy) 또는 용지의 크기 등과 같은 기능들을 선택하고자 할 경우, 사용자는 도 2 (a)에 도시된 컴팩트(compact)라는 기능 선택 메뉴(32)를 선택하면 된다. 게다가, 프린터 드라이버가 갖는 기능들중에서 프린터 드라이버에 포함시킬 기능을 하나씩 사용자가 직접 선택하고자 할 경우, 도 2 (a)에 도시된 커스텀(custom)이라는 기능 선택 메뉴(34)를 선택하면 된다. 이 때, 도 2 (a)에 도시된 기능 선택 메뉴(34)를 선택할 경우, 도 2 (b)에 도시된 사용자 인터페이스 화면이 사용자에게 보여진다. 예를 들면, 도 2 (b)에 도시된 바와 같이, 사용자는 여러 가지 기능들중에서 기본적인 기능(Basic Function), 워터 마크 기능(Watermark), 오버래이 기능(overlay) 및 포스트 기능(Poster)을 모두 선택할 수 있다.For example, first, the user interface screen illustrated in FIG. 2A may be displayed to the user. In order to select only the most general functions among the functions of the printer driver, the user may select the function selection menu 30 called typical shown in FIG. 2 (a). In addition, when a user wants to select a minimum of functions, such as paper copy or paper size, from among the functions of the printer driver, the user may use a function called compact shown in FIG. The selection menu 32 may be selected. In addition, when the user wants to directly select one of the functions included in the printer driver from among the functions possessed by the printer driver, the user selects the function selection menu 34 called custom shown in FIG. At this time, if the function selection menu 34 shown in Fig. 2 (a) is selected, the user interface screen shown in Fig. 2 (b) is shown to the user. For example, as shown in FIG. 2 (b), the user can perform all of the basic functions, the watermark function, the overlay function, and the post function among the various functions. You can choose.

제18 단계후에, 사용자가 설치하고자 하는 기능만을 갖는 프린터 드라이버를 재구성된 정보를 이용하여 생성한다(제20 단계). 이 경우, 프린터 아이콘이 개인용 컴퓨터 따위에 생성된다. 따라서, 사용자가 프린터 아이콘을 마우스(미도시) 같은 포인팅 디바이스를 클릭하여 선택하면, 프린터 드라이버가 생성되어 프린팅 동작이 수행될 수 있다.After the eighteenth step, a printer driver having only functions to be installed by the user is generated using the reconfigured information (step 20). In this case, a printer icon is created on the personal computer. Therefore, when a user clicks on a pointing device such as a mouse (not shown) to select a printer icon, a printer driver may be generated and a printing operation may be performed.

이하, 본 발명에 의한 프린터 드라이버 생성 장치의 구성 및 동작을 첨부한 도면을 참조하여 다음과 같이 설명한다.Hereinafter, with reference to the accompanying drawings, the configuration and operation of the printer driver generating apparatus according to the present invention will be described as follows.

도 3은 본 발명에 의한 프린터 드라이버 생성 장치의 블럭도로서, 프로그램 작성부(50) 및 드라이버 생성부(52)로 구성된다.3 is a block diagram of a printer driver generating apparatus according to the present invention, and is composed of a program creating unit 50 and a driver generating unit 52.

도 3에 도시된 프린터를 구동하는 프린터 드라이버를 생성하는 프린터 드라이버 생성 장치는 도 1에 도시된 프린터 드라이버 생성 방법을 수행할 수 있다.The printer driver generating apparatus generating the printer driver for driving the printer shown in FIG. 3 may perform the printer driver generating method shown in FIG. 1.

도 1에 도시된 제10 ∼ 제16 단계들을 수행하기 위해, 프로그램 작성부(50)는 프린터 드라이버 및 사용자 인터페이스중 적어도 하나의 기능들 각각을 드라이버에 독립된 파일로서 분리하고, 기능들중 편집할 필요가 있는 기능에 해당하는 파일을 편집하며, 기능들중에서, 모델별로 프린터 드라이버를 생성할 때 포함시킬 적어도 하나의 기능에 해당하는 파일을 선택적으로 추출하여 프린터 드라이버 설치 프로그램을 작성하며, 작성된 프린터 드라이버 설치 프로그램을 드라이버생성부(52)로 출력한다.In order to perform the tenth to sixteenth steps shown in FIG. 1, the program creating unit 50 needs to separate each of at least one function of the printer driver and the user interface as a file independent of the driver, and edit among the functions. Edit the file corresponding to the function that has the function, and among the functions, selectively extract the file corresponding to at least one function to be included when generating the printer driver by model, create the printer driver installation program, and install the created printer driver. The program is output to the driver generation unit 52.

제18 및 제20 단계들을 수행하기 위해, 드라이버 생성부(52)는 프로그램 작성부(50)로부터 입력한 프린터 드라이버 설치 프로그램에서 사용자에 의해 선택된 기능에 해당하는 파일을 이용하여 설치될 프린터 드라이버 정보를 재구성하고, 재구성된 정보를 이용하여 프린터 드라이버를 생성하며, 생성된 프린터 드라이버를 출력단자 OUT를 통해 출력한다.In order to perform the eighteenth and twentieth steps, the driver generation unit 52 uses the file corresponding to the function selected by the user in the printer driver installation program input from the program creation unit 50 to obtain the printer driver information to be installed. The printer driver is reconfigured, a printer driver is generated using the reconstructed information, and the generated printer driver is output through the output terminal OUT.

이상에서 설명한 바와 같이, 본 발명에 의한 프린터 드라이버 생성 방법 및 장치는 프린터 드라이버 및/또는 사용자 인터페이스의 기능들중에서 편집하고자 하는 기능만을 사용자가 직접 선택적으로 추출하여 독립적으로 편집한 후 전체 드라이버에 반영할 수 있기 때문에 사용자가 프린터 드라이버를 유연하게 설치하고 사용할 수 있도록 하며, 개발자가 프린터 드라이버를 개발할 때 모델별로 필요한 기능들만을 선택적으로 조합하여 전체 드라이버를 구성할 수 있기 때문에 모델별로 새로운 프로그램 소스 관리를 하지 않아도 되어 개발자의 개발 시간을 단축시키고 개발 손실을 줄이며 다른 기능에는 영향을 미치지 않고 해당하는 기능만을 수정하므로 사이드 효과를 줄일 수 있어, 결국은 프린터 드라이버를 재사용할 수 있도록 하여 프린터 드라이버를 효율적으로 개발하고 사용할 수 있도록 하는 효과를 갖는다.As described above, the method and apparatus for generating a printer driver according to the present invention may be applied to the entire driver after the user selectively selectively extracts only the functions to be edited among the functions of the printer driver and / or the user interface. This allows the user to flexibly install and use the printer driver, and does not manage new program sources by model because the developer can configure the entire driver by selectively combining only the functions required by the model when developing the printer driver. This reduces the developer's development time, reduces development losses, and modifies only those features without affecting other features, thereby reducing side effects, which in turn allows printer drivers to be reused. It has the effect of developing and using burrs efficiently.

Claims (4)

프린터를 구동하는 프린터 드라이버를 생성하는 프린터 드라이버 생성 방법에 있어서,In the printer driver generating method for generating a printer driver for driving the printer, (a) 상기 프린터 드라이버 및 사용자 인터페이스중 적어도 하나의 기능들 각각을 상기 드라이버에 독립된 파일로서 분리하고, 상기 기능들중 편집할 필요가 있는 기능에 해당하는 파일을 편집하며, 상기 기능들중에서, 모델별로 생성할 상기 프린터 드라이버에 포함시킬 적어도 하나의 기능에 해당하는 파일을 선택적으로 추출하여 프린터 드라이버 설치 프로그램을 작성하는 단계; 및(a) separating each of at least one of the functions of the printer driver and the user interface as a file independent of the driver, editing a file corresponding to a function that needs to be edited among the functions, wherein the model includes Selectively extracting files corresponding to at least one function to be included in the printer driver to be generated for each printer and creating a printer driver installation program; And (b) 상기 프린터 드라이버 설치 프로그램에서 사용자에 의해 선택된 기능에 해당하는 파일을 이용하여 설치될 상기 프린터 드라이버 정보를 재구성하고, 재구성된 정보를 이용하여 상기 프린터 드라이버를 생성하는 단계를 구비하는 것을 특징으로 하는 프린터 드라이버 생성 방법.(b) reconfiguring the printer driver information to be installed using a file corresponding to a function selected by a user in the printer driver installation program, and generating the printer driver using the reconstructed information. How to Create a Printer Driver 제1 항에 있어서, 상기 (a) 단계는The method of claim 1, wherein step (a) (a1) 상기 적어도 하나의 기능들 각각을 상기 드라이버에 독립된 상기 파일로서 분리하는 단계;(a1) separating each of the at least one functions as the file independent of the driver; (a2) 상기 기능들중 편집할 필요가 있는 기능에 해당하는 상기 파일을 편집하는 단계; 및(a2) editing the file corresponding to a function that needs to be edited among the functions; And (a3) 상기 기능들중에서, 모델별로 상기 프린터 드라이버를 생성할 때 포함시킬 적어도 하나의 기능에 해당하는 상기 파일을 선택적으로 추출하여 상기 프린터 드라이버 설치 프로그램을 작성하고, 상기 (b) 단계로 진행하는 단계를 구비하는 것을 특징으로 하는 프린터 드라이버 생성 방법.(a3) Among the functions, selectively extract the file corresponding to at least one function to be included when generating the printer driver for each model to create the printer driver installation program, and proceed to step (b). And generating a printer driver. 제2 항에 있어서, 상기 (a) 단계는The method of claim 2, wherein step (a) 상기 (a1) 단계후에, 상기 분리된 파일들 각각을 운영 체재에 맞도록 재구성하고, 상기 (a2) 단계로 진행하는 것을 특징으로 하는 프린터 드라이버 생성 방법.After the step (a1), reconstruct each of the separated files to fit the operating system, and proceeds to the step (a2). 프린터를 구동하는 프린터 드라이버를 생성하는 프린터 드라이버 생성 장치에 있어서,In the printer driver generating device for generating a printer driver for driving the printer, 상기 프린터 드라이버 및 사용자 인터페이스중 적어도 하나의 기능들 각각을 상기 드라이버에 독립된 파일로서 분리하고, 상기 기능들중 편집할 필요가 있는 기능에 해당하는 파일을 편집하며, 상기 기능들중에서, 모델별로 상기 프린터 드라이버를 생성할 때 포함시킬 적어도 하나의 기능에 해당하는 파일을 선택적으로 추출하여 프린터 드라이버 설치 프로그램을 작성하는 프로그램 작성부; 및Separating each of at least one of the functions of the printer driver and the user interface as a file independent of the driver, editing a file corresponding to a function that needs to be edited among the functions, and among the functions, the printer by model A program generator for selectively extracting a file corresponding to at least one function to be included when generating a driver and creating a printer driver installation program; And 상기 프린터 드라이버 설치 프로그램에서 사용자에 의해 선택된 기능에 해당하는 파일을 이용하여 설치될 상기 프린터 드라이버 정보를 재구성하고, 재구성된 정보를 이용하여 상기 프린터 드라이버를 생성하는 드라이버 생성부를 구비하는 것을 특징으로 하는 프린터 드라이버 생성 방법.And a driver generation unit configured to reconfigure the printer driver information to be installed using a file corresponding to a function selected by a user in the printer driver installation program and to generate the printer driver using the reconstructed information. How to create a driver.
KR1020030019680A 2003-03-20 2003-03-28 Method and apparatus for generating printer driver KR20040084535A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020030019680A KR20040084535A (en) 2003-03-28 2003-03-28 Method and apparatus for generating printer driver
US10/803,122 US20050039193A1 (en) 2003-03-20 2004-03-18 Method and apparatus for generating device driver and user interface screen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020030019680A KR20040084535A (en) 2003-03-28 2003-03-28 Method and apparatus for generating printer driver

Publications (1)

Publication Number Publication Date
KR20040084535A true KR20040084535A (en) 2004-10-06

Family

ID=37368088

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020030019680A KR20040084535A (en) 2003-03-20 2003-03-28 Method and apparatus for generating printer driver

Country Status (1)

Country Link
KR (1) KR20040084535A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8305590B2 (en) 2005-07-05 2012-11-06 Samsung Electronics Co., Ltd. Driver of server managing image forming device drivers, and data printing method using the same

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8305590B2 (en) 2005-07-05 2012-11-06 Samsung Electronics Co., Ltd. Driver of server managing image forming device drivers, and data printing method using the same

Similar Documents

Publication Publication Date Title
US8792116B2 (en) Printing controller, GUI display method, printer driver, and recording medium
US20090006951A1 (en) Document processing method
JPH1083269A (en) User interface converting device
JP2000003274A (en) Method for generating text element of editor executable on computer and device therefor and computer-readable storing medium for storing program constituted for generating text element on editor
JP2003179709A (en) Dedicated purpose device
JP5416112B2 (en) Interactive user interface definition
JP4962841B2 (en) Operation screen generator, electronic device, program
JP2009251803A (en) Information processing apparatus, data processing method, and program
JP2006107142A (en) Document processor, and method
CN108228170A (en) A kind of embedded software componentization customizes assemble method
JP2003108373A (en) Versatile software development system, program therefor, and software component for use in the system
JP2005190426A (en) Data processing method, data processor, and computer program
KR20040084535A (en) Method and apparatus for generating printer driver
JP2010186423A (en) Systeme for management of distributed application setting information
JP6795767B2 (en) Information processing device and its processing method and program
JP2010033360A (en) Information processor, job processing method, storage medium and program
JP2001273125A (en) Method and system for automatically generating source program, and program recording medium therefor
JP2007004332A (en) Information processor, print control method and program
JP2006011950A (en) Installer creating apparatus, its method, and program therefor
JP5544064B2 (en) Software development support system, development support method and program
JP6652724B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP7048912B2 (en) Information processing equipment and its processing method and program
WO2023248307A1 (en) Operation support system, operation support method, and operation support program
JPH1011271A (en) Version down inputting system
JP3417318B2 (en) Document creation management method and apparatus, and machine-readable recording medium recording program

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application