KR101162672B1 - Printing system and printing method - Google Patents

Printing system and printing method Download PDF

Info

Publication number
KR101162672B1
KR101162672B1 KR1020050064728A KR20050064728A KR101162672B1 KR 101162672 B1 KR101162672 B1 KR 101162672B1 KR 1020050064728 A KR1020050064728 A KR 1020050064728A KR 20050064728 A KR20050064728 A KR 20050064728A KR 101162672 B1 KR101162672 B1 KR 101162672B1
Authority
KR
South Korea
Prior art keywords
multimedia object
pdf
file
printer
printing
Prior art date
Application number
KR1020050064728A
Other languages
Korean (ko)
Other versions
KR20070010270A (en
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 KR1020050064728A priority Critical patent/KR101162672B1/en
Publication of KR20070010270A publication Critical patent/KR20070010270A/en
Application granted granted Critical
Publication of KR101162672B1 publication Critical patent/KR101162672B1/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
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1244Job translation or job parsing, e.g. page banding
    • G06F3/1248Job translation or job parsing, e.g. page banding by printer language recognition, e.g. PDL, PCL, PDF

Abstract

본 발명에 따른 인쇄시스템은 PDF (Portable Document Format) 파일 내에 멀티미디어 객체가 존재하는지 판단하고, 존재하는 경우 상기 멀티미디어 객체를 제거하는 제거부, 및 상기 멀티미디어 객체가 제거된 PDF 파일을 상기 제거부로부터 수신하여 인쇄하는 프린터를 포함한다. 이처럼, PDF 파일에서 멀티미디어 객체를 제거함으로써, 프린터로 전송되는 데이터의 양을 줄일 수 있다.The printing system according to the present invention determines whether a multimedia object exists in a Portable Document Format (PDF) file, and if present, removes the multimedia object, and receives the PDF file from which the multimedia object has been removed from the removal unit. And a printer for printing. As such, by removing the multimedia object from the PDF file, the amount of data sent to the printer can be reduced.

멀티미디어 객체, PDF(Portable Document Format) Multimedia object, Portable Document Format (PDF)

Description

인쇄시스템 및 인쇄방법 {Printing system and printing method}Printing system and printing method

도 1은 본 발명의 일 실시예에 따른 인쇄시스템의 구성을 나타내는 기능 블럭도, 그리고1 is a functional block diagram showing a configuration of a printing system according to an embodiment of the present invention; and

도 2는 본 발명의 일 실시예에 따른 인쇄방법을 설명하기 위한 흐름도이다.2 is a flowchart illustrating a printing method according to an embodiment of the present invention.

* 도면 주요부분에 대한 부호의 설명 *Explanation of symbols on main parts of drawing

100: 호스트 110: 제거부100: host 110: removal unit

200: 프린터 210: PDF 인터프리터200: printer 210: PDF interpreter

220: 인쇄부220: printing unit

본 발명은 인쇄시스템 및 인쇄방법으로서, 더욱 상세하게는 PDF 파일에서 멀티미디어 객체를 제거하여 프린터로 전송되는 데이터의 양을 줄이기 위한, 인쇄시스템 및 인쇄방법에 관한 것이다.The present invention relates to a printing system and a printing method, and more particularly, to a printing system and a printing method for reducing the amount of data transmitted to a printer by removing a multimedia object from a PDF file.

PDF 다이렉트 프린팅(Direct Printing)은, 프린터 드라이버를 사용하지 않고 PDF 파일을 프린터로 바로 전송하고, 프린터 내에 있는 PDF 인터프리터 (Interpreter)가 전송받은 PDF 파일을 비트맵으로 바꾸면, 프린터가 이 비트맵 데 이터를 인쇄하도록 하는 방법이다. 프린터 드라이버는 인쇄하고자 하는 데이터를 프린터가 해석할 수 있는 언어, 예를 들면 ps와 같은 PDL(Page Description Language)로 변환한다. 변환 후에는 데이터의 크기가 커진다. 이에 비하여, PDF 다이렉트 프린팅은, 프린터 드라이버를 사용할 때와는 달리, 프린터로 전송할 때 데이터의 크기가 커지지 않는다.PDF Direct Printing sends PDF files directly to the printer without using a printer driver, and the PDF interpreter in the printer converts the received PDF files into bitmaps. How to print. The printer driver converts data to be printed into a language that can be interpreted by the printer, for example, a page description language (PDL) such as ps. After conversion, the size of the data increases. In contrast, PDF direct printing does not increase the size of data when sending to a printer, unlike when using a printer driver.

PDF 파일은 다양한 멀티미디어 객체(Multimedia Object), 예를 들면 오디오 파일 또는 비디오 파일 등을 포함할 수 있다. 종래의 PDF 다이렉트 프린팅은, 인쇄할 수 없는 멀티미디어 객체를 포함한 PDF 파일 전체를 프린터로 전송하고, 프린터에서는 멀티미디어 객체가 있는 부분을 무시하고 나머지 부분을 인쇄하였다. 프린터 드라이버를 통해 인쇄데이터를 변환하여 프린터로 전송하는 경우보다는 전송되는 데이터의 크기는 줄어들지만, 이러한 멀티미디어 파일들은 통상적으로 크기가 크므로, 호스트에서 프린터로 인쇄데이터를 전송하는데 과부하(overload)를 일으킬 수 있다.The PDF file may include various multimedia objects, for example, an audio file or a video file. Conventional PDF direct printing transmits the entire PDF file including the non-printable multimedia object to the printer, and the printer ignores the multimedia object and prints the remaining part. Although the size of the transmitted data is smaller than when the print data is converted through the printer driver and sent to the printer, these multimedia files are usually large, which may cause an overload in transferring print data from the host to the printer. Can be.

본 발명은 상술한 문제점을 해결하기 위한 것으로, 본 발명의 목적은, PDF 파일에서 멀티미디어 객체를 제거하여 프린터로 전송되는 데이터의 양을 줄이기 위한, PDF 파일 인쇄시스템 및 인쇄방법을 제공함에 있다.SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and an object of the present invention is to provide a PDF file printing system and a printing method for reducing the amount of data transmitted to a printer by removing a multimedia object from the PDF file.

상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른 인쇄시스템은, PDF(Potable Document Format) 파일 내에 멀티미디어 객체가 존재하는지 판단하고, 존재하는 경우 상기 멀티미디어 객체를 제거하는 제거부, 및 상기 멀티미디어 객체가 제거된 PDF 파일을 상기 제거부로부터 수신하여 인쇄하는 프린터를 포함한다.A printing system according to an embodiment of the present invention for achieving the above object, a determination unit for determining whether a multimedia object exists in a PDF (Potable Document Format) file, and if present, a removal unit for removing the multimedia object, and the multimedia object Includes a printer for receiving and printing the removed PDF file from the removal unit.

바람직하게는, 상기 제거부는, 상기 PDF 파일 내에 멀티미디어 객체임을 나타내는 키워드가 존재하면 상기 멀티미디어 객체가 존재하는 것으로 판단할 수 있다.Preferably, the removal unit may determine that the multimedia object exists if the keyword indicating the multimedia object exists in the PDF file.

한편, 본 인쇄방법은 PDF 파일 내에 멀티미디어 객체가 존재하는지 판단하고, 존재하는 경우 상기 멀티미디어 객체를 제거하는 단계, 및 상기 멀티미디어 객체가 제거된 PDF 파일을 인쇄하는 단계를 포함한다.Meanwhile, the printing method includes determining whether a multimedia object exists in a PDF file, removing the multimedia object if present, and printing a PDF file from which the multimedia object has been removed.

상기 제거단계는, 상기 PDF 파일 내에 멀티미디어 객체임을 나타내는 키워드가 존재하면 상기 멀티미디어 객체가 존재하는 것으로 판단하는 것이 바람직하다.In the removing step, if the keyword indicating the multimedia object exists in the PDF file, it is determined that the multimedia object exists.

이하에서는 도면을 참조하여 본 발명을 상세하게 설명한다.Hereinafter, with reference to the drawings will be described in detail the present invention.

도 1은 본 발명의 일 실시예에 따른 인쇄시스템의 구성을 나타내는 기능 블럭도이다. 본 인쇄시스템은 호스트(100)와 프린터(200)를 포함한다.1 is a functional block diagram showing a configuration of a printing system according to an embodiment of the present invention. The printing system includes a host 100 and a printer 200.

호스트(100)는 제거부(110)를 포함한다. 제거부(110)는 PDF(Portable Document Format) 파일을 입력받아, PDF 파일 내에 멀티미디어 객체가 존재하는지 판단하고, 존재하는 경우 당해 멀티미디어 객체를 제거한다. 멀티미디어 객체(Multimedia Object)는, 음성, 음악 등의 소리나, 영상을 담고 있는 오디오파일이나 비디오 파일 등으로, 프린터에서 인쇄할 수 없다. 인쇄되지 않는 멀티미디어 객체를 호스트(100)에서 미리 제거하여 프린터(200)로 전송함으로써, 전송데이터의 크기를 줄일 수 있게 된다.The host 100 includes a remover 110. The remover 110 receives a Portable Document Format (PDF) file, determines whether a multimedia object exists in the PDF file, and removes the multimedia object if present. A multimedia object is an audio file or a video file that contains sounds such as voice, music, or video and cannot be printed by a printer. By removing the non-printing multimedia object from the host 100 in advance and transmitting it to the printer 200, the size of the transmission data can be reduced.

바람직하게는, 제거부(110)는 PDF 파일 내에 멀티미디어 객체가 존재하는지에 대해, PDF 파일 내에 멀티미디어 객체임을 나타내는 키워드(Keyword)가 존재하는지로 판단한다. PDF 파일은 통상적으로 헤더(Header), 바디(Body), 크로스 레퍼런스 테이블(Cross Reference Table), 트레일러(Trailer)의 네 부분으로 이루어진다. 이 중, 바디(Body) 부분에는 일련의 객체(Object)들이 포함되어 있다. 이 객체들은 PDF 파일의 컨텐츠(Contents)를 나타내고 있다.Preferably, the remover 110 determines whether a multimedia object exists in the PDF file and whether there is a keyword indicating that the multimedia object exists in the PDF file. PDF files typically consist of four parts: a header, a body, a cross reference table, and a trailer. Among them, the body part contains a series of objects. These objects represent the contents of a PDF file.

예를 들면, PDF 파일의 바디(Body) 부분에는 다음과 같은 형식으로 멀티미디어 객체가 임베디드(Embedded)될 수 있다.For example, a multimedia object may be embedded in the body portion of a PDF file in the following format.

27 0 27 0 objobj

<</F(31[new] Jewelry - Passion.mp3)/EF<</F 28 0 R>>/Type/Filespec>><< / F (31 [new] Jewelry-Passion.mp3) / EF << / F 28 0 R >> / Type / Filespec >>

endobjendobj

28 0 28 0 objobj

<</Length 3974157/Filter/FlateDecode/Subtype/audio#2Fmpeg/Params<</Size 4011781/ModDate(D:20050614125958Z)/CreationDate(D:20050713172848Z)/CheckSum(\\? kU?_?z=?>>/DL 4011781>>stream<< / Length 3974157 / Filter / FlateDecode / Subtype / audio # 2Fmpeg / Params << / Size 4011781 / ModDate (D: 20050614125958Z) / CreationDate (D: 20050713172848Z) / CheckSum (\\? KU? _? Z =?> > / DL 4011781 >> stream

mp3 음악 파일mp3 music files

endstreamendstream

endobjendobj

"obj"와 "endobj" 사이에 각 객체의 내용이 위치한다. 객체 ID 27을 가진 객체는 "Jewelry - Passion.mp3"라는 mp3 음악 파일의 이름을 나타내고 있다. "28 0 R"은 객체 ID 28을 가진 객체를 참조(Reference)한다는 내용이다. 즉, "Jewelry - Passion.mp3" 라는 mp3 음악 파일의 이름은 객체 ID 27의 객체에 있고, 그 객체의 내용은 참조되고 있는 객체 ID 28의 객체에 이진 데이터(Binary Data)의 형태로 포함되어 있다. The content of each object is placed between "obj" and "endobj". The object with the object ID 27 represents the name of the mp3 music file "Jewelry-Passion.mp3". "28 0 R" refers to an object with object ID 28. That is, the name of the mp3 music file "Jewelry-Passion.mp3" is in the object of object ID 27, and the contents of the object are included in the form of binary data in the object of the object ID 28 to which it is referred. .

그러므로, 제거부(110)는 PDF 파일에서 멀티미디어 객체임을 나타내는 키워드, 예를 들면, 음악 파일의 확장자 중 하나인 "mp3"를 찾아내면, 당해 객체가 참조하고 있는 객체 ID 28의 객체를 제거한다. 객체 ID 28이 음악 파일의 내용을 포함하고 있기 때문이다. 본 예에서는 "28 0 obj"부터 "endobj"까지 제거하면 된다. 예를 들면, 멀티미디어 객체를 제거하는 제거부(110)는, 종래에 호스트에서 사용자에게 PDF 다이렉트 프린팅의 인터페이스를 제공하고 있는 PDF 다이렉트 프린팅 유틸리티(PDF Direct Printing Utility)에 포함될 수 있다.Therefore, when the removal unit 110 finds a keyword indicating a multimedia object in the PDF file, for example, "mp3" which is one of the extensions of the music file, the removal unit 110 removes the object of the object ID 28 referenced by the object. This is because the object ID 28 contains the contents of the music file. In this example, you can remove "28 0 obj" through "endobj". For example, the removal unit 110 for removing a multimedia object may be included in a PDF direct printing utility that has conventionally provided an interface of PDF direct printing to a user in a host.

PDF 파일에서 멀티미디어 객체임을 나타내는 키워드는, 예를 들면 파일의 확장자일 수 있고, 멀티미디어 객체를 나타내는 확장자로는 mp3 외에도 aiff, au, avi, mid, mov, mp4, mpeg 등이 있을 수 있다.In the PDF file, a keyword indicating that the multimedia object is, for example, an extension of the file, and the extension indicating the multimedia object may include aiff, au, avi, mid, mov, mp4, mpeg, etc. in addition to mp3.

프린터(200)는 PDF 인터프리터(210)와 인쇄부(220)를 포함한다.The printer 200 includes a PDF interpreter 210 and a printing unit 220.

PDF 인터프리터(210)는 멀티미디어 객체가 제거된 PDF 파일을 제거부(110)로부터 수신하고, 이를 인쇄부(220)가 인쇄할 수 있도록 PDF 파일을 비트맵 데이터로 변환한다.The PDF interpreter 210 receives the PDF file from which the multimedia object has been removed from the remover 110, and converts the PDF file into bitmap data so that the printer 220 may print the PDF file.

인쇄부(220)는 PDF 인터프리터(210)로부터 수신한 비트맵 데이터를 인쇄한다.The printing unit 220 prints the bitmap data received from the PDF interpreter 210.

도 2는 본 발명의 일 실시예에 따른 인쇄방법을 설명하기 위한 흐름도이다.2 is a flowchart illustrating a printing method according to an embodiment of the present invention.

도 1과 도2를 참조하여, 본 인쇄방법을 설명한다.1 and 2, the present printing method will be described.

제거부(110)는 PDF 파일 내에 멀티미디어 객체가 존재하는지를 판단한다(S300). 멀티미디어 객체(Multimedia Object)는, 소리나 영상을 담고 있는 오디오파일이나 비디오 파일 등으로, 프린터에서 인쇄할 수 없다. S300 단계에서의 판단은, 예를 들면 PDF 파일 내에 멀티미디어 객체임을 나타내는 키워드(Keyword)가 존재하는지로 판단한다. The remover 110 determines whether a multimedia object exists in the PDF file (S300). A multimedia object is an audio file or a video file containing sound or an image and cannot be printed by a printer. In the step S300, for example, it is determined whether a keyword indicating a multimedia object exists in the PDF file.

위에서 설명한 바와 같이, PDF 파일의 네 부분 중 바디(Body) 부분에는 일련의 객체(Object)들이 포함되어 있으며, 이 객체들은 PDF 파일의 컨텐츠(Contents)를 나타내고 있다. PDF 파일에서 멀티미디어 객체임을 나타내는 키워드는 파일의 확장자일 수 있다. 멀티미디어 객체임을 나타내는 파일의 확장자로는 예를 들면, mp3, aiff, au, avi, mid, mov, mp4, mpeg 등이 있다.As described above, the body part of the four parts of the PDF file includes a series of objects, which represent the contents of the PDF file. The keyword representing the multimedia object in the PDF file may be an extension of the file. Examples of the file extension indicating the multimedia object include mp3, aiff, au, avi, mid, mov, mp4, and mpeg.

제거부(110)는, PDF 파일 내에 멀티미디어 객체가 존재하는 경우(S300 : Y)에는, PDF 파일에서 멀티미디어 객체를 제거한다(S310). PDF 파일에서 멀티미디어 객체임을 나타내는 파일의 확장자를 찾아내면, 당해 객체의 내용에 해당하는 이진 데이터(Binary Data)를 제거한다. PDF 파일에서 멀티미디어 객체를 제거하는 방법은 위에서 설명한 예를 참조하면, 객체의 시작을 나타내는 "28 0 obj"부터 객체의 마지막을 나타내는 "endobj"까지 제거하면 된다. 인쇄되지 않는 멀티미디어 객체를 호스트(100)에서 미리 제거하여 프린터(200)로 전송함으로써, 전송데이터의 크기를 줄일 수 있게 된다.When the multimedia object exists in the PDF file (S300: Y), the removing unit 110 removes the multimedia object from the PDF file (S310). If a file extension indicating a multimedia object is found in the PDF file, binary data corresponding to the content of the object is removed. To remove the multimedia object from the PDF file, referring to the example described above, the "28 0 obj" representing the start of the object and the "endobj" representing the end of the object may be removed. By removing the non-printing multimedia object from the host 100 in advance and transmitting it to the printer 200, the size of the transmission data can be reduced.

PDF 인터프리터(210)가 전송데이터를 비트맵으로 바꾸면, 인쇄부는 비트맵 데이터를 인쇄한다(S320). 종래에는 프린터(200) 내에 있는 PDF 인터프리터(210)가 호스트(100)에서 수신한 PDF 파일 전체를 읽으면서, 인쇄할 수 없는 멀티미디어 객체를 제외하고 인쇄 데이터를 해석하였으나, 본 발명에서는 인쇄되지 않는 멀티미디어 객체가 호스트(100)에서 이미 제거되었으므로, 프린터(200)로의 전송데이터의 양이 줄어들 뿐 아니라, 프린터(200)에서의 처리 속도가 향상될 수 있다.If the PDF interpreter 210 converts the transmission data into a bitmap, the printing unit prints the bitmap data (S320). Conventionally, while the PDF interpreter 210 in the printer 200 reads the entire PDF file received from the host 100, the print data is interpreted except for the non-printable multimedia object, but the present invention does not print multimedia. Since the object has already been removed from the host 100, the amount of data transmitted to the printer 200 may be reduced, and the processing speed at the printer 200 may be improved.

PDF 파일 내에 멀티미디어 객체가 존재하지 않는 경우(S300 : N)에는 S310 단계를 거치지 않으므로, PDF 파일을 그대로 프린터(200)로 전송하고, 프린터(200)에서 이를 전송받아 그대로 인쇄한다(S320).When the multimedia object does not exist in the PDF file (S300: N), since the step S310 is not performed, the PDF file is transmitted to the printer 200 as it is, and the printer 200 receives it and prints it as it is (S320).

이상 설명한 바와 같이, 본 발명에 따르면, PDF 파일에서 멀티미디어 객체를 제거하여 프린터로 전송되는 데이터의 양을 줄일 수 있다.As described above, according to the present invention, the amount of data transmitted to the printer can be reduced by removing the multimedia object from the PDF file.

이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is clearly understood that the same is by way of illustration and example only and is not to be construed as limiting the scope of the invention as defined by the appended claims. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention.

Claims (4)

PDF(Portable Document Format) 파일 내에 멀티미디어 객체가 존재하는지 판단하고, 존재하는 경우 상기 멀티미디어 객체를 제거하는 제거부; 및A removal unit to determine whether a multimedia object exists in a Portable Document Format (PDF) file and to remove the multimedia object if it exists; And 상기 멀티미디어 객체가 제거된 PDF 파일을 상기 제거부로부터 수신하여 인쇄하는 프린터;를 포함하고, And a printer for receiving and printing the PDF file from which the multimedia object has been removed from the removal unit. 상기 제거부는, 상기 PDF 파일 내에 멀티미디어 객체임을 나타내는 키워드가 존재하면 상기 멀티미디어 객체가 존재하는 것으로 판단하는 것을 특징으로 하는 인쇄시스템.And the removing unit determines that the multimedia object exists if a keyword indicating that the multimedia object exists in the PDF file exists. 삭제delete PDF 파일 내에 멀티미디어 객체가 존재하는지 판단하고, 존재하는 경우 상기 멀티미디어 객체를 제거하는 단계; 및Determining whether a multimedia object exists in the PDF file, and if present, removing the multimedia object; And 상기 멀티미디어 객체가 제거된 PDF 파일을 인쇄하는 단계;를 포함하고, Printing a PDF file from which the multimedia object has been removed; 상기 제거단계는, 상기 PDF 파일 내에 멀티미디어 객체임을 나타내는 키워드가 존재하면 상기 멀티미디어 객체가 존재하는 것으로 판단하는 것을 특징으로 하는 인쇄방법.And the removing step determines that the multimedia object exists when a keyword indicating that the multimedia object exists in the PDF file. 삭제delete
KR1020050064728A 2005-07-18 2005-07-18 Printing system and printing method KR101162672B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020050064728A KR101162672B1 (en) 2005-07-18 2005-07-18 Printing system and printing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020050064728A KR101162672B1 (en) 2005-07-18 2005-07-18 Printing system and printing method

Publications (2)

Publication Number Publication Date
KR20070010270A KR20070010270A (en) 2007-01-24
KR101162672B1 true KR101162672B1 (en) 2012-07-06

Family

ID=38011513

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020050064728A KR101162672B1 (en) 2005-07-18 2005-07-18 Printing system and printing method

Country Status (1)

Country Link
KR (1) KR101162672B1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040086156A1 (en) 2002-10-29 2004-05-06 Dainippon Screen Mfg. Co., Ltd. Plate image inspection for printing prepress

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040086156A1 (en) 2002-10-29 2004-05-06 Dainippon Screen Mfg. Co., Ltd. Plate image inspection for printing prepress

Also Published As

Publication number Publication date
KR20070010270A (en) 2007-01-24

Similar Documents

Publication Publication Date Title
EP1186993A3 (en) Host-based system and method for printing without margins
WO2003008196A1 (en) Image data transferring method, image forming device, image printing system
EP1489553A3 (en) Printer error recovery process and device
US7079277B2 (en) Image forming apparatus, image data processing apparatus, and storage medium
KR101162672B1 (en) Printing system and printing method
JP4990033B2 (en) File transmission apparatus, image forming apparatus, file communication program, image forming program, file communication method, and image forming method
US20050111035A1 (en) Printing apparatus, printing system, printing method, and program therefor
US7077586B2 (en) Printing apparatus, content output apparatus, and printing system
EP1139275A3 (en) A method and system of print stream address extraction
JP2008305265A (en) File transmission apparatus, image forming apparatus, file communication program, and file communication method
JP2004284259A (en) Image forming apparatus and its method
JP2008187672A (en) Image output system
KR20070011915A (en) System and method for printing job embedding music object
US20030086112A1 (en) Image processing device, image forming apparatus, image processing system and image processing method capable of effective re-output of image data
JP2005100064A (en) Image processor and image processing method and its program
JP2008269129A (en) Information processing system, information processor and printer driver
JP2009027328A (en) Image forming apparatus
JP2008093942A (en) Printer
JP2005122224A (en) External electronic storage medium having virtual information processing device function and virtual printing device function
JP2008305266A (en) File transmission apparatus, image forming apparatus, file communication program, and file communication method
JP2008134714A (en) Information processor and program
JP2001334705A (en) Printer
JP2009128966A (en) Electronic document printing system, information processor and information processing program
JP2011028363A (en) Printing system and program
JP2004235775A (en) Communication apparatus with facsimile function

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
LAPS Lapse due to unpaid annual fee