KR20080063061A - System for printing and control method thereof - Google Patents

System for printing and control method thereof Download PDF

Info

Publication number
KR20080063061A
KR20080063061A KR1020070120015A KR20070120015A KR20080063061A KR 20080063061 A KR20080063061 A KR 20080063061A KR 1020070120015 A KR1020070120015 A KR 1020070120015A KR 20070120015 A KR20070120015 A KR 20070120015A KR 20080063061 A KR20080063061 A KR 20080063061A
Authority
KR
South Korea
Prior art keywords
terminal device
print
document
terminal
printing
Prior art date
Application number
KR1020070120015A
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 US11/965,195 priority Critical patent/US20080158595A1/en
Publication of KR20080063061A publication Critical patent/KR20080063061A/en

Links

Images

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Human Computer Interaction (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

A printing system and a control method thereof are provided to perform a printing job efficiently and shorten printing time by distributing and printing a document through a plurality of networked terminal devices, and enable a user to obtain prints conveniently without any collecting and arranging process by arranging printing data converted in the printing system and printing the printing data in arranged order. A first terminal(110a) converts a part of printing data of a document to be printed. Other terminals(110n) receive the remaining part of the document from the first terminal and convert the received document into printing data. An image forming device(120) prints the printing data received from the first and other terminals. The first terminal includes a printer driver(113a) dividing the document into a plurality of parts and a controller(112a) transmitting the divided documents to other terminals. The image forming device includes the controller(123) searching the terminal having the same printer driver as the first terminal and informing the first terminal of the searched terminals, and a storing part(122) storing information for the printer driver of the first and other terminals. A printing engine part(124) receives one document in which arranged printing data are integrated, and prints the arranged printing data on a paper.

Description

인쇄 시스템 및 그 제어방법{System for printing and control method thereof} Printing system and control method thereof

도 1은 본 발명의 제1 실시예에 따른 인쇄 시스템의 블록 구성도이다.1 is a block diagram of a printing system according to a first embodiment of the present invention.

도 2는 본 발명의 제1 실시예에 따른 인쇄과정을 설명하기 위한 제어흐름도이다.2 is a control flowchart illustrating a printing process according to the first embodiment of the present invention.

도 3은 본 발명의 제2 실시예에 따른 인쇄 시스템의 블록 구성도이다.3 is a block diagram of a printing system according to a second embodiment of the present invention.

도 4는 본 발명의 제2 실시예에 따른 인쇄과정을 설명하기 위한 제어흐름도이다.4 is a control flowchart illustrating a printing process according to a second embodiment of the present invention.

*도면의 주요부분에 대한 부호 설명** Description of symbols on the main parts of the drawings *

100, 300...인쇄 시스템 100, 300 ... printing system

110a~110n, 310a~310n...단말장치 120, 330...화상형성장치110a ~ 110n, 310a ~ 310n ... terminal device 120, 330 ... image forming device

320...서버 320 ... server

111a~111n...응용 프로그램부 111a ~ 111n ... Application section

112a~112n, 312a~312n, 123, 323...제어부112a to 112n, 312a to 312n, 123, 323

113a~113n, 311a~311n, 322...프린터 드라이버113a ~ 113n, 311a ~ 311n, 322 ... printer driver

114a~114n, 313a~313n, 121, 321...인터페이스부114a to 114n, 313a to 313n, 121, 321

122, 324...저장부 124...인쇄엔진부122, 324 ... storage 124 ... print engine

본 발명은 인쇄 시스템 및 그 제어방법에 관한 것으로, 보다 상세하게는 네트워크로 연결된 복수의 단말장치에서 하나의 인쇄문서를 나누어 인쇄데이터로 변환하고 인쇄하는 인쇄 시스템 및 그 제어방법에 관한 것이다.The present invention relates to a printing system and a control method thereof, and more particularly, to a printing system and a control method for converting and printing one print document into print data in a plurality of terminal devices connected via a network.

프린터는 다양한 분류기준에 따라 구분할 수 있으나 인쇄데이터의 변환방식에 따르면 크게 PDL프린터(또는 PCL프린터)와 GDI프린터로 나눌 수 있다. Printers can be classified according to various classification criteria, but they can be classified into PDL printers (or PCL printers) and GDI printers according to the conversion method of print data.

PDL(Printer Description Language)프린터는 인쇄 시 프린터 드라이버에서 PCL 등으로 변환된 인쇄데이터를 전달받아 비트맵데이터로 변환하고 이를 출력하는 프린터이며, GDI(Graphics Device Interface)프린터는 프린터 드라이버에서 비트맵 데이터로 변환되어 전달된 인쇄데이터를 출력하는 프린터이다. A printer description language (PDL) printer is a printer that receives the print data converted from the printer driver to PCL and prints it, converts it into bitmap data, and outputs it.GDI (Graphics Device Interface) printer converts the bitmap data from the printer driver. The printer outputs the converted print data.

GDI프린터는 위에서 언급한 바와 같이 물리적인 인쇄를 제외한 대부분의 프린터 작업을 호스트 컴퓨터의 프린터 드라이버에서 처리하기 때문에 프린터 컨트롤러와 메모리 등을 최소화할 수 있어 프린터 생산원가를 절감시킬 수 있다. As mentioned above, the GDI printer handles most of the printer operations except for physical printing in the printer driver of the host computer, thereby minimizing the printer controller and memory, thereby reducing the cost of printer production.

반면에, GDI프린터는 프린팅이미지작업을 호스트 컴퓨터의 프린터 드라이버에서 모두 수행해야 하기 때문에 인쇄해야 할 인쇄데이터의 양이 많을 경우에는, 인쇄시간이 오래 걸리는 문제점이 있었다. 또한, 이러한 문제점은 GDI프린터가 복수의 호스트 컴퓨터와 네트워크로 연결된 인쇄시스템에서도 동일하게 발생하였다.On the other hand, since the GDI printer has to perform all the printing image operations in the printer driver of the host computer, when the amount of print data to be printed is large, there is a problem that the printing takes a long time. This problem also occurs in a printing system in which a GDI printer is networked with a plurality of host computers.

본 발명은 상술한 문제점을 해결하기 위하여 창안된 것으로, 하나의 문서를 네트워크로 연결된 복수의 단말장치에서 인쇄데이터로 변환할 수 있도록 그 구조를 개선한 인쇄 시스템 및 그 제어방법을 제공하는데 그 목적이 있다.SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem, and provides a printing system and a control method thereof, the structure of which is improved so that a single document can be converted into print data in a plurality of terminal devices connected through a network. have.

상기와 같은 목적을 달성하기 위한 본 발명은 인쇄명령의 입력 시 인쇄대상 문서의 분할개수를 결정하는 단계와, 분할개수에 따라 인쇄대상 문서를 분할하는 단계와, 분할된 인쇄대상 문서를 복수의 단말장치에서 나누어 인쇄데이터로 변환하는 단계와, 인쇄데이터를 화상형성장치로 전달하여 인쇄하는 단계를 포함한다.In order to achieve the above object, the present invention provides a method of determining a number of divisions of a document to be printed upon inputting a print command, dividing a document to be printed according to the number of divisions, and a plurality of terminals to divide the document to be printed. Converting the print data into printing data, and transferring the printing data to the image forming apparatus for printing.

여기서, 분할개수는 인쇄명령을 입력받은 단말장치에서 결정하며, 단말장치는 인쇄대상 문서를 분할하여 일부는 다른 단말장치로 보내는 것을 특징으로 한다.Here, the number of divisions is determined by the terminal device receiving the print command, and the terminal device divides the print target document and sends a part of the document to another terminal device.

또한, 분할개수는 인쇄명령을 입력받은 단말장치와 동일한 프린터 드라이버를 가지는 다른 단말장치의 수에 따라 결정되는 것을 특징으로 한다.The number of divisions may be determined according to the number of other terminal devices having the same printer driver as the terminal device receiving the print command.

게다가, 화상형성장치에서 인쇄명령을 입력받은 단말장치와 동일한 프린터 드라이버를 가지는 다른 단말장치를 검색하여 단말장치에 알려 주는 단계를 더 포함하는 것을 특징으로 한다.In addition, the method may further include searching and informing the terminal apparatus of another terminal apparatus having the same printer driver as the terminal apparatus that receives the print command from the image forming apparatus.

또한, 화상형성장치에서 인쇄데이터를 소정의 순서대로 정렬하는 단계를 더 포함하는 것을 특징으로 한다.The method may further include arranging print data in a predetermined order in the image forming apparatus.

한편, 분할개수는 서버에서 결정하며, 서버는 인쇄대상 문서를 분할하여 복수의 단말장치로 보내는 것을 특징으로 한다.The number of divisions is determined by the server, and the server divides the print target document and sends the divided document to the plurality of terminal devices.

또한, 서버는 인쇄명령을 입력받은 단말장치와 동일한 프린터 드라이버를 가 지는 다른 단말장치를 검색하여 단말장치에 알려 주는 것을 특징으로 한다.The server may search for another terminal device having the same printer driver as the terminal device receiving the print command and notify the terminal device.

게다가, 서버에서 인쇄데이터를 소정의 순서대로 정렬하는 단계를 더 포함하는 것을 특징으로 한다.In addition, the method may further include arranging print data in a predetermined order at the server.

상기와 같은 목적을 달성하기 위한 본 발명은 인쇄대상 문서의 일부를 인쇄데이터로 변환하는 제1 단말장치와, 인쇄대상 문서의 나머지를 제1 단말장치로부터 수신받아 인쇄데이터로 변환하는 제N(N:자연수) 단말장치와, 제1 및 제N 단말장치로부터 수신받은 인쇄데이터를 인쇄하는 화상형성장치를 포함한다.The present invention for achieving the above object is a first terminal device for converting a part of the print target document to the print data, and the N (N) for receiving the rest of the print target document from the first terminal device to convert into the print data (N (Natural number) A terminal apparatus and an image forming apparatus for printing the print data received from the first and Nth terminal apparatuses.

여기서, 제1 단말장치는 인쇄대상 문서를 복수 개로 분할하는 프린터 드라이버와, 분할된 인쇄대상 문서의 일부를 제N 단말장치로 전송하는 제어부를 포함한다.Here, the first terminal device includes a printer driver for dividing the print target document into a plurality, and a control unit for transmitting a portion of the divided print target document to the N-th terminal device.

또한, 화상형성장치는 제1 단말장치와 동일한 프린터 드라이버를 가지는 제N 단말장치를 검색하여 제1 단말장치에 알려 주는 제어부와, 제1 및 제N 단말장치의 프린터 드라이버에 대한 정보가 저장된 저장부를 포함하는 것을 특징으로 한다.The image forming apparatus may further include a control unit which searches for an Nth terminal device having the same printer driver as the first terminal device and informs the first terminal device, and a storage unit in which information about printer drivers of the first and Nth terminal devices is stored. It is characterized by including.

상기와 같은 목적을 달성하기 위한 본 발명은 인쇄명령이 입력되면, 인쇄대상 문서를 분할하여 복수의 단말장치로 전송하고, 복수의 단말장치에서 변환된 인쇄데이터를 수신하는 서버와, 서버에서 전송된 인쇄데이터를 인쇄하는 화상형성장치를 포함한다.According to the present invention for achieving the above object, when a print command is input, the server to divide the print target document to be transmitted to a plurality of terminal devices, and receives the print data converted in the plurality of terminal devices, and the server And an image forming apparatus for printing the print data.

여기서, 서버는 복수의 단말장치에 대한 드라이버 정보가 저장된 저장부와, 인쇄명령을 입력받은 단말장치로부터 분할인쇄명령이 입력되면, 단말장치와 동일한 드라이버를 사용하는 다른 단말장치를 검색하는 제어부를 포함하는 것을 특징으로 한다.The server may include a storage unit in which driver information regarding a plurality of terminal devices is stored, and a control unit searching for another terminal device using the same driver as the terminal device when a split print command is input from the terminal device receiving the print command. Characterized in that.

이하, 첨부된 도면을 참조하면서 본 발명의 바람직한 실시예를 상세히 설명하기로 한다. Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

먼저, 도 1은 본 발명의 제1 실시예에 따른 인쇄 시스템의 블록 구성도로서, 도 1에 도시된 바와 같이, 인쇄 시스템(100)은 단말장치(110a~110n) 및 화상형성장치(120)로 이루어진다. 단말장치(110a~110n)는 응용프로그램부(111a~111n), 제어부(112a~112n) 및 프린터 드라이버(113a~113n)를 포함하며, 화상형성장치(120)는 인터페이스부(121), 저장부(122), 제어부(123) 및 인쇄엔진부(124)를 포함한다.First, Figure 1 is a block diagram of a printing system according to a first embodiment of the present invention, as shown in Figure 1, the printing system 100 is a terminal device (110a ~ 110n) and the image forming apparatus 120 Is made of. The terminal apparatus 110a to 110n includes an application program unit 111a to 111n, a control unit 112a to 112n, and a printer driver 113a to 113n. The image forming apparatus 120 includes an interface unit 121 and a storage unit. And a control unit 123 and a printing engine unit 124.

사용자는 단말장치(110a~110n)에 구비된 응용프로그램부(111a~111n)를 이용하여 문서를 작성하거나 작성된 문서를 열람하고 인쇄명령을 입력하게 된다. 단말장치(110)는 PC, 노트북, PDA 등의 다양한 전자장치가 될 수 있으며, PC의 경우라면 각종 워드 프로그램 등이 응용프로그램부(111a~111n)가 될 수 있다.The user writes a document using the application program units 111a to 111n provided in the terminal devices 110a to 110n, or reads the created document and inputs a print command. The terminal device 110 may be various electronic devices such as a PC, a notebook computer, a PDA, and the like, and in the case of a PC, various word programs may be the application program units 111a to 111n.

제어부(112a~212n)는 단말장치(110a~110n)의 전반적인 동작을 제어하며, 프린터 드라이버(113a~113n)에 의해 분할된 인쇄대상 문서의 일부를 다른 단말장치로 전송한다.The controllers 112a to 212n control the overall operation of the terminal devices 110a to 110n and transmit a part of the print target document divided by the printer drivers 113a to 113n to another terminal device.

프린터 드라이버(113a)는 사용자가 작성한 문서에 대하여 인쇄명령이 입력되면, 인쇄대상 문서를 복수 개로 분할한다. 여기서, 분할되는 수는 인쇄대상 문서를 인쇄데이터로 변환할 수 있는 단말장치(110a~110n) 즉, 인쇄명령을 입력받은 단말장치(110a~110n)와 네트워크로 연결되며, 단말장치(110a~110n)와 동일한 드라이버를 사용하는 단말장치(110a~110n)들의 수로 결정된다. 예를 들면, 제1 단말장 치(110a)가 1개이고, 제1 단말장치(110a)와 동일한 드라이버를 사용하는 단말장치(110b~110d)가 3개일 경우, 인쇄대상 문서는 4개로 분할될 수 있다.When a print command is input to a document created by a user, the printer driver 113a divides the print target document into a plurality of documents. Here, the divided numbers are connected to the terminal devices 110a to 110n capable of converting the document to be printed into the print data, that is, the terminal devices 110a to 110n receiving the print command and connected to the network. It is determined by the number of terminal devices (110a ~ 110n) using the same driver. For example, when there is one first terminal device 110a and three terminal devices 110b to 110d using the same driver as the first terminal device 110a, the document to be printed may be divided into four. have.

또한, 프린터 드라이버(113a)는 분할된 인쇄대상 문서의 일부는 렌더링(rendering) 등의 처리를 하여 인쇄데이터로 변환한다.In addition, the printer driver 113a converts a part of the divided print target document into print data by processing such as rendering.

나아가, 프린터 드라이버(113a)는 각 단말장치의 성능에 따라 인쇄대상 문서를 다른 비율로 분할할 수 있다. 예를 들면, 제1 단말장치(110a)의 성능과 제2 단말장치(110b)의 성능의 비율이 3:2일 경우, 프린터 드라이버(113a)는 인쇄대상 문서를 분할할 때, 인쇄대상 문서를 3:2의 비율로 분할하여 인쇄대상 문서의 일부인 3/5의 문서는 제1 단말장치(110a)로 제공하고, 문서의 나머지인 2/5의 문서는 제2 단말장치(110b)로 제공할 수 있다. Furthermore, the printer driver 113a may divide the print target document into different ratios according to the performance of each terminal device. For example, when the ratio of the performance of the first terminal device 110a to the performance of the second terminal device 110b is 3: 2, the printer driver 113a divides the document to be printed when the document to be printed is divided. A 3/5 document which is part of a document to be divided into a 3: 2 ratio is provided to the first terminal device 110a, and 2/5 documents, which are the remainder of the document, are provided to the second terminal device 110b. Can be.

인터페이스부(114a~114n)는 화상형성장치와의 사이에서 데이터 이동이 이루어진다.The interface units 114a to 114n move data between the image forming apparatus and the image forming apparatus.

한편, 화상형성장치(120)의 인터페이스부(121)는 단말장치와의 사이에서 데이터 이동이 이루어지는 통로를 의미하며, 복수의 단말장치(110a~110n)로부터 인쇄데이터를 수신받는다.Meanwhile, the interface unit 121 of the image forming apparatus 120 refers to a passage through which data movement is performed between the terminal apparatuses and receives print data from the plurality of terminal apparatuses 110a to 110n.

저장부(122)는 복수의 단말장치(110a~110n)의 프린터 드라이버에 대한 정보가 저장된다.The storage unit 122 stores information about printer drivers of the plurality of terminal devices 110a to 110n.

드라이버가 GDI일 경우에는 물리적인 인쇄를 제외한 대부분의 인쇄 작업을 드라이버에서 처리하게 된다. 이때, 드라이버에 대한 정보는 HP(Hewlett-Packard)의 PCL4(Printer Command Language), ADOBE의 PostScript, GDI(Graphics Device Interface) 등이 될 수 있다.If the driver is GDI, most print jobs are processed by the driver except physical printing. At this time, the information on the driver may be Hewlett-Packard (HPL) Printer Command Language (PCL4), ADOBE PostScript, GDI (Graphics Device Interface).

제어부(123)는 인쇄명령을 입력받은 단말장치로부터 인쇄대상 문서의 분할인쇄명령이 입력되면, 그 단말장치와 함께 인쇄대상 문서를 인쇄데이터로 변환할 수 있는 다른 단말장치를 검색하여 그 검색결과를 인쇄명령을 입력받은 단말장치로 전송한다. When the divided print command of the print target document is input from the terminal device receiving the print command, the controller 123 searches for another terminal device capable of converting the print target document into print data and retrieves the search result together with the terminal device. Send the print command to the terminal device.

보다 구체적으로 설명하면, 제어부(123)는 저장부(122)에 저장된 정보를 이용하여 제1 단말장치(110a)와 동일한 드라이버를 사용하는 제N 단말장치(120b~120n , 이때 N>1, N은 자연수)를 검색하고, 그 검색결과인 제N 단말장치(120b~120n)의 인식정보(예를 들면, 아이피 주소(Internet Protocol Address))를 제공한다.More specifically, the control unit 123 uses the information stored in the storage unit 122 to the Nth terminal devices 120b to 120n using the same driver as the first terminal device 110a, where N> 1 and N. Is a natural number), and provides recognition information (for example, an Internet Protocol address) of the Nth terminal devices 120b to 120n as the search results.

또한, 제어부(123)는 복수의 단말장치(110a~110n)로부터 수신받은 인쇄데이터를 소정의 순서에 따라 정렬하여 하나의 문서로 통합한다. 즉, 제어부(123)는 복수의 단말장치(110a~110n)로부터 수신받은 복수의 인쇄데이터를 하나로 통합하여 문서의 페이지 순서에 따라 정렬시킨 후, 정렬된 인쇄데이터를 하나의 문서로 통합하여 인쇄엔진부(224)로 전달한다. 복수의 인쇄데이터를 페이지 순서에 따라 정렬시키기 위해서는 인쇄데이터의 헤더부에 저장된 페이지 순서를 이용할 수 있다.In addition, the control unit 123 sorts the print data received from the plurality of terminal devices 110a to 110n in a predetermined order and integrates them into one document. That is, the control unit 123 merges the plurality of print data received from the plurality of terminal devices 110a to 110n into one, sorts them according to the page order of the document, and then integrates the sorted print data into one document to print the engine. Transfer to section 224. In order to sort the plurality of print data in page order, the page order stored in the header portion of the print data may be used.

이와 같이 이미지데이터를 수신받아 페이지의 순서대로 정렬함으로써 번거로운 수집 작업 및 정리작업 없이도 편리하게 인쇄물을 얻을 수 있도록 한다.As such, by receiving the image data and sorting them in the order of the pages, it is possible to conveniently obtain printed materials without cumbersome collection work and arrangement work.

인쇄엔진부(124)는 정렬된 이미지데이터를 용지상에 인쇄한다. 인쇄엔진부(124)란 실질적으로 용지상에 인쇄데이터를 인쇄하는 기계적 구성유닛을 의미한 다. 레이저 프린터를 예를 들면, 감광드럼, 대전부, LSU(Laser Scanning Unit), 전사부, 현상부, 급지부, 배지부 등이 인쇄엔진부(124)에 포함된다.The print engine unit 124 prints the aligned image data on a sheet of paper. The print engine unit 124 means a mechanical component unit that substantially prints print data on paper. As a laser printer, for example, a photosensitive drum, a charging unit, a laser scanning unit (LSU), a transfer unit, a developing unit, a paper feeding unit, a discharge unit, and the like are included in the print engine unit 124.

이하에서는 본 발명의 제1 실시예에 따른 인쇄과정을 설명하도록 한다.Hereinafter, a printing process according to the first embodiment of the present invention will be described.

도 2는 본 발명의 제1 실시예에 따른 인쇄과정을 설명하기 위한 제어흐름도로서, 도 2를 참조하면, 제1 단말장치에서 분할인쇄명령이 화상형성장치로 출력(200)되면, 화상형성장치에서는 제1 단말장치와 동일한 프린터 드라이버를 사용하는 제N 단말장치를 검색하고, 그 검색결과를 제1 단말장치로 전송한다(210). FIG. 2 is a control flowchart illustrating a printing process according to the first embodiment of the present invention. Referring to FIG. 2, when a split print command is output 200 to an image forming apparatus from a first terminal apparatus, the image forming apparatus may be used. In operation S210, the Nth terminal apparatus using the same printer driver as the first terminal apparatus is searched for, and the search result is transmitted to the first terminal apparatus (210).

그러면, 제1 단말장치에서는 화상형성장치로부터 수신받은 검색결과를 이용하여 분할개수를 결정하고 결정된 분할개수에 따라 인쇄대상 문서를 분할(220)하고, 분할된 인쇄대상 문서의 일부는 인쇄데이터로 변환(230)하여 화상형성장치로 전송한다(240). Then, the first terminal apparatus determines the number of divisions using the search result received from the image forming apparatus, divides the print target document 220 according to the determined division number, and converts a part of the divided print target document into print data. And transmits the image to the image forming apparatus (240).

한편, 제1 단말장치에서는 인쇄대상 문서의 나머지는 제N 단말장치로 전송(250)한다. 예를 들면, 제1 단말장치가 1개이고, 제2 단말장치가 1개일 경우, 인쇄대상 문서의 전체 페이지 수가 28페이지일 경우, 인쇄대상 문서를 14페이지별로 2개로 분할하여 인쇄대상 문서의 일부인 14페이지는 제1 단말장치로 전송하고, 인쇄대상 문서의 나머지인 14페이지는 제2 단말장치로 전송한다.Meanwhile, in the first terminal device, the rest of the print target document is transmitted 250 to the N-th terminal device. For example, if the first terminal device is one and the second terminal device is one, the total number of pages of the document to be printed is 28 pages. The document to be printed is divided into two pages of 14 pages, which is a part of the document to be printed. The page is transmitted to the first terminal device, and the remaining 14 pages of the document to be printed are transmitted to the second terminal device.

또한, 제N 단말장치에서는 분할된 인쇄대상 문서의 나머지를 전송(250)받아 인쇄데이터로 변환(260)하여 화상형성장치로 전송한다(270).In addition, the N-th terminal device receives the remainder of the divided print target document (250), converts it to print data (260), and transmits it to the image forming apparatus (270).

다음으로, 화상형성장치에서는 제1 및 제N 단말장치로부터 전송된 인쇄데이터를 수신하여 인쇄한다(280).Next, the image forming apparatus receives and prints the print data transmitted from the first and Nth terminal apparatuses (280).

화상형성장치에서 인쇄데이터를 인쇄할 경우, 인쇄데이터를 문서의 페이지 순서대로 정렬하고, 정렬된 순서대로 인쇄데이터를 인쇄한다.When printing the print data in the image forming apparatus, the print data is arranged in the page order of the document, and the print data is printed in the sorted order.

이하에서는 본 발명의 제2 실시예에 따른 인쇄 시스템(300)에 대해서 설명하도록 한다. Hereinafter, the printing system 300 according to the second embodiment of the present invention will be described.

도 3은 본 발명의 제2 실시예에 따른 인쇄 시스템의 블록 구성도로서, 인쇄 시스템(300)은 단말장치(310a~310n), 서버(320) 및 화상형성장치(330)를 포함한다.3 is a block diagram of a printing system according to a second embodiment of the present invention. The printing system 300 includes terminal devices 310a to 310n, a server 320, and an image forming device 330.

이하 기능이 동일한 구성은 제1 실시예에서 인용하였으므로 상세한 설명은 생략하기로 한다. Since the configuration having the same function will be cited in the first embodiment, detailed description thereof will be omitted.

단말장치(310a~310n)는 프린터 드라이버(311a~311n), 제어부(312a~312n) 및 인터페이스부(313a~313n)를 포함하며, 프린터 드라이버(311a~311n)는 인쇄대상 문서를 수신받아 인쇄데이터로 변환한다. The terminal devices 310a to 310n include printer drivers 311a to 311n, controllers 312a to 312n, and interface units 313a to 313n. The printer drivers 311a to 311n receive print target documents and print data. Convert to

제어부(312a~312n)는 변환된 인쇄데이터를 서버(320)로 보낸다.The controllers 312a to 312n send the converted print data to the server 320.

인터페이스부(313a~313n)는 서버(320)와의 사이에서 데이터 이동이 이루어진다.The interface units 313a to 313n move data with the server 320.

서버(320)는 인터페이스부(321), 프린터 드라이버(322), 제어부(323) 및 저장부(324)로 이루어진다.The server 320 includes an interface unit 321, a printer driver 322, a controller 323, and a storage unit 324.

인터페이스부(321)는 단말장치(310a~310n)와 화상형성장치(330)의 사이에서 데이터 이동이 이루어진다.The interface unit 321 moves data between the terminal apparatuses 310a to 310n and the image forming apparatus 330.

프린터 드라이버(322)는 인쇄명령을 입력받은 단말장치(310a~310n)에서 수신된 인쇄대상 문서를 복수 개로 분할한다.The printer driver 322 divides the print target document received by the terminal apparatuses 310a to 310n receiving the print command into a plurality of documents.

제어부(323)는 서버(320)의 전반적인 동작을 제어하며, 인쇄명령을 입력받은 단말장치(310a)로부터 분할인쇄명령이 입력되면, 그 단말장치(310a)와 동일한 드라이버를 사용하는 다른 단말장치(310b~310n)를 검색한다.The control unit 323 controls the overall operation of the server 320, and when a split print command is input from the terminal device 310a receiving the print command, another terminal device using the same driver as the terminal device 310a ( 310b to 310n).

덧붙여, 제어부(323)는 복수의 단말장치(310a~310n)로부터 인쇄데이터를 수신받아 소정의 순서대로 정렬하여 화상형성장치(330)로 전송한다. In addition, the controller 323 receives the print data from the plurality of terminal devices 310a to 310n, arranges them in a predetermined order, and transmits the print data to the image forming apparatus 330.

저장부(324)는 복수의 단말장치(310a~310n)의 프린터 드라이버에 대한 정보가 저장된다.The storage unit 324 stores information about printer drivers of the plurality of terminal devices 310a to 310n.

화상형성장치(330)는 인쇄데이터를 용지상에 인쇄한다. 즉, 화상형성장치(330)는 실질적으로 용지상에 인쇄데이터를 인쇄하는 기계적 구성유닛을 의미한다.The image forming apparatus 330 prints the print data on the paper. That is, the image forming apparatus 330 substantially refers to a mechanical component unit that prints print data on paper.

이하에서는 본 발명의 제2 실시예에 따른 인쇄과정을 설명하도록 한다.Hereinafter, a printing process according to a second embodiment of the present invention will be described.

도 4는 본 발명의 제2 실시예에 따른 인쇄과정을 설명하기 위한 제어흐름도로서, 도 4를 참조하면, 제1 단말장치에서 인쇄대상 문서를 서버로 전송(400)하면, 서버에서는 전송된 인쇄대상 문서를 수신받아 제1 단말장치와 동일한 드라이버를 사용하는 제N 단말장치를 검색한다(401).FIG. 4 is a control flowchart illustrating a printing process according to the second embodiment of the present invention. Referring to FIG. 4, when the print target document is transmitted to the server 400 by the first terminal device, the print is transmitted from the server. In step 401, the target document is received and the N-th terminal device using the same driver as the first terminal device is searched for.

다음으로, 검색결과를 이용하여 분할개수를 결정하고, 결정된 분할개수에 따라 인쇄대상 문서를 분할(402)하여 제1 및 제N 단말장치로 전송한다(403, 404).Next, the number of divisions is determined using the search result, and the print target document is divided (402) and transmitted to the first and Nth terminal apparatuses according to the determined number of divisions (403 and 404).

제1 및 제N 단말장치에서 분할된 인쇄대상 문서를 입력받아 인쇄데이터로 각각 변환(405, 406)하여 서버로 다시 전송한다(407, 408).The print target documents divided by the first and Nth terminal apparatuses are received, converted into print data (405 and 406), and transmitted to the server (407 and 408).

그러면, 서버에서는 제1 및 제N 단말장치로부터 전송된 인쇄데이터를 수신하 여 소정의 순서대로 정렬하여 화상형성장치로 전송한다(409).Then, the server receives the print data transmitted from the first and the N-th terminal apparatus, arranges them in a predetermined order, and transmits the print data to the image forming apparatus (409).

상기와 같이 인쇄데이터를 화상형성장치로 전송한 후, 화상형성장치에서는 서버로부터 전송된 인쇄데이터를 수신하여 인쇄한다(410).After transmitting the print data to the image forming apparatus as described above, the image forming apparatus receives and prints the print data transmitted from the server (410).

상술한 바와 같이 본 발명의 인쇄 시스템 및 그 제어방법에 따르면, 네트워크로 연결된 복수의 단말장치를 통해 인쇄대상 문서를 분산하여 인쇄함으로써 인쇄작업을 효율적으로 수행할 뿐만 아니라 인쇄시간을 단축할 수 있는 장점이 있다.According to the printing system and the control method of the present invention as described above, by distributing and printing the document to be printed through a plurality of terminal devices connected via a network, the printing job can be efficiently performed and the printing time can be shortened. There is this.

또한, 인쇄 시스템 내에서 변환된 인쇄데이터를 문서의 페이지 순서대로 정렬하고, 정렬된 순서대로 인쇄함으로써 번거로운 수집 작업 및 정리 작업 없이도 편리하게 인쇄물을 얻을 수 있는 효과를 창출한다.In addition, the print data converted in the printing system is arranged in the order of the pages of the document, and the printed data is arranged in the sorted order, thereby creating an effect of conveniently obtaining the printed matter without cumbersome collection and arrangement work.

Claims (13)

인쇄명령의 입력 시 인쇄대상 문서의 분할개수를 결정하는 단계;Determining the number of divisions of the document to be printed when the print command is input; 상기 분할개수에 따라 상기 인쇄대상 문서를 분할하는 단계;Dividing the print target document according to the division number; 상기 분할된 인쇄대상 문서를 복수의 단말장치에서 나누어 인쇄데이터로 변환하는 단계;Dividing the divided print target document into a plurality of terminal devices and converting the printed document into print data; 상기 인쇄데이터를 화상형성장치로 전달하여 인쇄하는 단계를 포함하는 인쇄 시스템의 제어방법.And transmitting the print data to an image forming apparatus to print the print data. 제 1항에 있어서, 상기 분할개수는,The method of claim 1, wherein the number of divisions is 상기 인쇄명령을 입력받은 단말장치에서 결정하며,Determined by the terminal device receiving the print command, 상기 단말장치는 상기 인쇄대상 문서를 분할하여 일부는 다른 단말장치로 보내는 것을 특징으로 하는 인쇄 시스템의 제어방법.And the terminal device divides the print target document and sends a part of the document to another terminal device. 제 1항에 있어서, 상기 분할개수는,The method of claim 1, wherein the number of divisions is 상기 인쇄명령을 입력받은 단말장치와 동일한 프린터 드라이버를 가지는 다른 단말장치의 수에 따라 결정되는 것을 특징으로 하는 인쇄 시스템의 제어방법.The control method of the printing system, characterized in that determined according to the number of other terminal devices having the same printer driver as the terminal device receiving the print command. 제 1항에 있어서, The method of claim 1, 상기 화상형성장치에서 상기 인쇄명령을 입력받은 단말장치와 동일한 프린터 드라이버를 가지는 다른 단말장치를 검색하여 상기 단말장치에 알려 주는 단계를 더 포함하는 것을 특징으로 하는 인쇄 시스템의 제어방법.And searching for another terminal device having the same printer driver as the terminal device receiving the print command from the image forming apparatus and informing the terminal device. 제 1항에 있어서, The method of claim 1, 상기 화상형성장치에서 상기 인쇄데이터를 소정의 순서대로 정렬하는 단계를 더 포함하는 것을 특징으로 하는 인쇄 시스템의 제어방법.And arranging the print data in a predetermined order in the image forming apparatus. 제 1항에 있어서, 상기 분할개수는,The method of claim 1, wherein the number of divisions is 서버에서 결정하며,Determined by the server, 상기 서버는 상기 인쇄대상 문서를 분할하여 복수의 단말장치로 보내는 것을 특징으로 하는 인쇄 시스템의 제어방법.And the server divides the print target document and sends the divided document to a plurality of terminal devices. 제 6항에 있어서, 상기 서버는,The method of claim 6, wherein the server, 상기 인쇄명령을 입력받은 단말장치와 동일한 프린터 드라이버를 가지는 다른 단말장치를 검색하여 상기 단말장치에 알려 주는 것을 특징으로 하는 인쇄 시스템의 제어방법.And searching for another terminal device having the same printer driver as the terminal device receiving the print command and notifying the terminal device. 제 1항에 있어서, The method of claim 1, 서버에서 상기 인쇄데이터를 소정의 순서대로 정렬하는 단계를 더 포함하는 것을 특징으로 하는 인쇄 시스템의 제어방법.And arranging the print data in a predetermined order at a server. 인쇄대상 문서의 일부를 인쇄데이터로 변환하는 제1 단말장치;A first terminal device for converting a part of the print target document into print data; 상기 인쇄대상 문서의 나머지를 상기 제1 단말장치로부터 수신받아 상기 인쇄데이터로 변환하는 제N(N:자연수) 단말장치;An N-th (N: natural number) terminal device for receiving the remainder of the print target document from the first terminal device and converting the remaining document into the print data; 상기 제1 및 제N 단말장치로부터 수신받은 인쇄데이터를 인쇄하는 화상형성장치를 포함하는 인쇄 시스템.And an image forming apparatus for printing the print data received from the first and Nth terminal apparatuses. 제 9항에 있어서, 상기 제1 단말장치는,The method of claim 9, wherein the first terminal device, 상기 인쇄대상 문서를 복수 개로 분할하는 프린터 드라이버;A printer driver for dividing the print target document into a plurality; 분할된 인쇄대상 문서의 일부를 상기 제N 단말장치로 전송하는 제어부를 포함하는 것을 특징으로 하는 인쇄 시스템.And a control unit which transmits a part of the divided print target document to the N-th terminal device. 제 9항에 있어서, 상기 화상형성장치는,The apparatus of claim 9, wherein the image forming apparatus comprises: 상기 제1 단말장치와 동일한 프린터 드라이버를 가지는 제N 단말장치를 검색하여 상기 제1 단말장치에 알려 주는 제어부;A controller for searching for an N-th terminal device having the same printer driver as the first terminal device and informing the first terminal device; 상기 제1 및 제N 단말장치의 프린터 드라이버에 대한 정보가 저장된 저장부를 포함하는 것을 특징으로 하는 인쇄 시스템.And a storage unit in which information about printer drivers of the first and Nth terminal apparatuses is stored. 인쇄명령이 입력되면, 인쇄대상 문서를 분할하여 복수의 단말장치로 전송하고, 상기 복수의 단말장치에서 변환된 인쇄데이터를 수신하는 서버;A server for dividing a print target document and transmitting the print target document to a plurality of terminal apparatuses and receiving the converted print data from the plurality of terminal apparatuses; 상기 서버에서 전송된 인쇄데이터를 인쇄하는 화상형성장치를 포함하는 인쇄 시스템.And an image forming apparatus for printing the print data transmitted from the server. 제 12항에 있어서, 상기 서버는, The method of claim 12, wherein the server, 상기 복수의 단말장치에 대한 드라이버 정보가 저장된 저장부;A storage unit storing driver information about the plurality of terminal devices; 상기 인쇄명령을 입력받은 단말장치로부터 분할인쇄명령이 입력되면, 상기 단말장치와 동일한 드라이버를 사용하는 다른 단말장치를 검색하는 제어부를 포함하는 것을 특징으로 하는 인쇄 시스템.And a control unit for searching for another terminal device using the same driver as the terminal device when the divisional print command is input from the terminal device receiving the print command.
KR1020070120015A 2006-12-28 2007-11-23 System for printing and control method thereof KR20080063061A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/965,195 US20080158595A1 (en) 2006-12-28 2007-12-27 Printing system and control method thereof

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020060136539 2006-12-28
KR20060136539 2006-12-28

Publications (1)

Publication Number Publication Date
KR20080063061A true KR20080063061A (en) 2008-07-03

Family

ID=39815086

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020070120015A KR20080063061A (en) 2006-12-28 2007-11-23 System for printing and control method thereof

Country Status (2)

Country Link
KR (1) KR20080063061A (en)
CN (1) CN101226458A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103559001A (en) * 2013-09-25 2014-02-05 艾塔斯科技(镇江)有限公司 Network printing system and printing method for network printing systems
CN106313913A (en) * 2016-08-12 2017-01-11 成都云辰复兴信息技术有限公司 Intelligent printer system

Also Published As

Publication number Publication date
CN101226458A (en) 2008-07-23

Similar Documents

Publication Publication Date Title
JP3559713B2 (en) Print processing apparatus, print processing method, and storage medium storing processing program
JP5455587B2 (en) Information processing apparatus, information processing apparatus control method, and computer program
US20090153892A1 (en) Image processing device, image forming system, image forming method and computer readable medium storing program
US8593668B2 (en) Parallel printing system
US8705095B2 (en) Print control apparatus, printing system, and computer readable medium storing program for utilizing plural interpreters for parallel processing of print jobs
JP2007152750A (en) Printer
US20070070375A1 (en) Systems and methods for heuristics-based load balancing of hybrid PDL/raster printing
US8643879B2 (en) Hosted print job ticket conversion
US11720769B2 (en) Methods and systems for enhancing raster image processing using artificial intelligence
JP4401662B2 (en) Print control apparatus and print control method
US8767230B2 (en) Variable printing system, image forming apparatus, and non-transitory computer readable medium
US8988707B2 (en) Method of managing plural print jobs by using a print job group list
US9058136B2 (en) Defining reusable items in printer-ready document to include all graphic attributes for reproducing reusable items independently of external conditions
JP2004287763A (en) Image processor, image forming device, image forming system, and program
JP5017073B2 (en) Information processing apparatus, information processing system, information processing method, information processing program, and recording medium
KR20080063061A (en) System for printing and control method thereof
JP2004001581A (en) Printing processing apparatus, information processing apparatus communicable with the apparatus, printing processing method, processing method and storage medium
JP2017046251A (en) Apparatus, system and method for image processing, and program
US6826629B2 (en) Apparatus and method for enhancing learning ability and behavior for a computer peripheral device
US20170249538A1 (en) Printer, printing method, and non-transitory computer readable medium
US20080158595A1 (en) Printing system and control method thereof
JP7143695B2 (en) Information processing device, image forming device, printing system, program
JP2002036683A (en) Information processor, method for presenting print processing time, and recording medium storing computer readable program
JP2003256177A (en) Image forming system, control method of image forming system, storage medium and program
JP2011028363A (en) Printing system and program

Legal Events

Date Code Title Description
WITN Withdrawal due to no request for examination