WO1997043720A1 - Java printer - Google Patents
Java printer Download PDFInfo
- Publication number
- WO1997043720A1 WO1997043720A1 PCT/US1997/007649 US9707649W WO9743720A1 WO 1997043720 A1 WO1997043720 A1 WO 1997043720A1 US 9707649 W US9707649 W US 9707649W WO 9743720 A1 WO9743720 A1 WO 9743720A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- computer
- code device
- printer
- device configured
- computer code
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1202—Dedicated interfaces to print systems specifically adapted to achieve a particular effect
- G06F3/1203—Improving or facilitating administration, e.g. print management
- G06F3/1204—Improving or facilitating administration, e.g. print management resulting in reduced user or operator actions, e.g. presetting, automatic actions, using hardware token storing data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1223—Dedicated interfaces to print systems specifically adapted to use a particular technique
- G06F3/1237—Print job management
- G06F3/1253—Configuration of print job parameters, e.g. using UI at the client
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1223—Dedicated interfaces to print systems specifically adapted to use a particular technique
- G06F3/1237—Print job management
- G06F3/1253—Configuration of print job parameters, e.g. using UI at the client
- G06F3/1255—Settings incompatibility, e.g. constraints, user requirements vs. device capabilities
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/12—Digital output to print unit, e.g. line printer, chain printer
- G06F3/1201—Dedicated interfaces to print systems
- G06F3/1278—Dedicated interfaces to print systems specifically adapted to adopt a particular infrastructure
- G06F3/1285—Remote printer device, e.g. being remote from client or server
- G06F3/1287—Remote printer device, e.g. being remote from client or server via internet
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K2215/00—Arrangements for producing a permanent visual presentation of the output data
- G06K2215/0002—Handling the output data
- G06K2215/0005—Accepting output data; Preparing data for the controlling system
- G06K2215/0011—Accepting output data; Preparing data for the controlling system characterised by a particular command or data flow, e.g. Page Description Language, configuration commands
Definitions
- This invention relates to a printer or printer system using the Java language to control rasterizing an image and to control printing.
- Java is described in Java in a Nutshell: A Desktop Quick Reference for Java Programmers by David Flannagan, published by O'Reilly & Associates, Inc., as well as in the Sun Series of books published by Prentice Hall Books entitled Core Java, Instant Java. Java by Example, and Just Java by Cornell, Pew, Jackson and Van Der Linden, respectively, which are incorporated herein by reference.
- One of Java's advantages is that it is a portable language which is independent of it is a portable language which is independent of operating systems and hardware architectures.
- applications developed using Java are adaptable or extendable using Java's ability to download new classes dynamically and to add the downloaded classes to an existing class hierarchy. Java also provides the advantages of distribution, language interpretation, security, high performance and a multi-threaded implementation.
- Java enables applications to be written using an extensible set of objects, with each set of objects being defined in a separate group of objects called a package.
- the core set of objects for Java are defined in the java.lang package and describe the most central characteristics of the Java language.
- One of Java's advantages is that the character type that Java uses is the Unicode standard which allows English and Asian characters to be represented consistently and together in applications or documents generated using Java.
- PostScript by Adobe is an extendable page-layout language which supports text and graphics on the same page. Some aspects of PostScript are described in PostScript by Example by Henry McGilton and Mary Campione, published by Addison-Wesley Publishing Company, the contents of which are incorporated herein by reference. PostScript uses stacks and dictionaries to extend the language. Some PostScript printers also have been equipped with non-volatile memories which are used to store configuration information for the printers. However, PostScript's lack of strong security features has enabled malicious users of the printer to update the parameters stored in the non- volatile memory, thereby disturbing the printer's use in network environments.
- PCL printer languages
- Hewlett- Packard have evolved from uni-directional, dot-matrix line printers and therefore lack many of the operators needed to control the placement of images on a page.
- PCL also lacks modularity.
- the macros defined by PCL use globally scoped variables that can affect the performance of other macros defined by the language.
- Figure 1 is a layout diagram of a Java printer system according to a first embodiment of the invention
- FIG. 2 is a schematic illustration of a Java printer system according to the second embodiment of the present invention.
- Figure 3 is a schematic illustration of a Web browser interface for configuring a Java printer of the present invention
- FIGS. 4 and 5 are schematic illustrations of a queue manager for controlling printing using a Java printer of the present invention
- Figure 6 is a schematic illustration of a Java applet in a Web browser that is used to control the pagination of a document sent to a Java printer;
- Figure 7 is an HTML document used to identify to a Java-compatible World Wide Web browser that a queue manager applet should be loaded and run;
- Figure 8 is a schematic illustration of a class which extends the printer classes of the Java language to implement printing on letterhead.
- FIG. 1 is a view showing a layout of the Java printer system of the present invention.
- a conventional laser printer 100- is connected to a print server 102 via a high speed communication link 106 (i.e. SCSI bus), and print server 102 receives jobs via an external communication link 104 which can be a network link (Ethernet, token ring, ATM) , an ISDN connection, or a modem connection.
- an external communication link 104 can be a network link (Ethernet, token ring, ATM) , an ISDN connection, or a modem connection.
- the print server 102 can be any general purpose computer system capable of running a Java interpreter, and specifically includes at least a central processing unit (CPU) , random access memory (RAM) , a mass storage device (i.e., a hard disk, a magneto-optical disk), an input device (i.e., mouse, keyboard, touch screen) and an output device (i.e., monitor, heads-up display, virtual reality headset) .
- the print server 102 includes any of the available commercial operating systems (i.e., UNIX, Windows 95, Windows NT, OS/2, Linux) and any other software required to implement network or Internet communications.
- Java print requests are received by the print server 102 via the external communication link 104 through a socket listening on a designated port (i.e., port 80 for hypertext transfer protocol) , and the print server 102 converts the received print request from a Java request to a printer request for the attached laser printer 100 in the printer language of the attached laser printer 100.
- the print server 102 also can receive standard hypertext transfer protocol (HTTP) requests and produce World Wide Web (WWW) pages as a result or update the configuration of the laser printer 100 if the HTTP request has been sent by a system administrator or an authorized user.
- HTTP hypertext transfer protocol
- WWW World Wide Web
- the laser printer 100, print server 102 and communication link 106 can be combined into a single network printer which is a Java printer 110 connected to the external communication link 104.
- the Java printer 110 receives print requests or WWW/HTTP requests directly by listening on the appropriate port. Since Java is architecture neutral, the creation of a Java printer 110 and its corresponding classes can quickly be ported or migrated to a new processor used in a new laser printer when the new processor becomes available. Further, when Java processors become available which execute Java Unicode instructions directly, the Java printer 110 can be implemented with a Java processor. Any Java printer 110 should conform to the Java Virtual Machine Specification. The August 21, 1995, Release 1.0 Beta Draft version of the JVM specification is incorporated herein by reference.
- Java has a rich set of graphics operators that match PostScript and PCL, and since Java is an object- oriented language which provides extensions, new complex graphics operators can be created which are subclasses of the existing graphics primitives, thereby allowing complex images to be described compactly.
- the present invention extends the Graphics class of the java.awt package to control drawing of images on pages, by implementing a new class, Printer.
- Each of the other methods of the Graphics class would likewise be implemented to allow colors and fonts to be changed and to allow lines and filled and empty polygons to be drawn. For example, calling java.awt.Printer.drawstring( msg, x, y) would cause the string "msg" to be drawn on a page at position (x,y) .
- the Printer class also would implement a function, similar to PostScript's "showpage" command, which signals that a complete page has been rendered and that the resulting image should be transferred to Java laser printer 110. Further, based on the built- in security, network capability and multi-lingual support of Java, a Java printer can handle inputs from different platforms in multiple languages and create the desired documents.
- a system administrator who wishes to configure a Java printer 110 can use a standard WWW browser (i.e., Netscape Navigator, Mosaic, Microsoft Navigator, IBM Web Explorer) to remotely configure the Java printer 110.
- the Web browser screen 120 includes a title bar 122, a menu bar 124, button icons 126, a document identifier text entry box 128 and plural additional controls such as drop box 130 which includes a list of Internet connections for which a configuration can be established.
- a system administrator would authenticate himself/herself to the Java printer 110 using any available security technique (i.e., Secure Socket Layer, Public Key Encryption, Symmetric Key Encryption, or a User ID and Password Hash) , wherein the public key, private key or valid user ID and password hashes are stored in the non-volatile memory of the Java printer 110 or in remote local with which the Java printer 110 can communicate securely.
- the system administrator would choose the configure document of printerl as the document to be opened by specifying the appropriate URL in the text entry box 128, such as specifying: http://printerl.companyname.com/configure.
- the Java printer 110 When the Java printer 110 which was listening on the appropriate port receives the request for this document, the Java printer 110 would parse the name of the document requested from the rest of the request and determine that the system administrator wished to configure the printer for a particular user.
- the complete specification for the- format of an HTTP request or response can be found in the HTTP standard (versions 1.1 or 1.0) .
- Information on HTML can be found in Using HTML: The Definitive Guide by Musciano and Kennedy, and information on Internet information services can be found in Managing Internet Information Services by Liu et al.
- the Java printer 110 In response to a request for a document, the Java printer 110 would send back to the browser, via the socket used to send the request, a response like the page shown in Figure 3 and referenced by reference numeral 131.
- the Java printer 110 also may use other information in the request to determine if the default response should be modified.
- the response could be modified to include text in the system administrator's native language, or similar language/cultural changes.
- the system administrator could then choose which user's Internet number the configuration is for by selecting an Internet number from combination box 130. As would be evident to one of ordinary skill in the art, this combination box could be replaced by a select box such that multiple configurations for multiple Internet addresses could be set simultaneously.
- the returned page 131 allows the system administrator to establish paper size by choosing one of the radio buttons selecting A4 paper, 8.5 x 11 paper or legal size paper. Also, the default tray is specified, allowing the system administrator to choose between letterhead paper and plain paper. Additional values can be set, as shown in the Figure 3 and as well as those parameters that would be evident to one of ordinary skill in the art in light of the present invention. In fact, any parameter usually set by buttons on a printer can be set through the standard WWW interface. I-n addition, on-line information which can not be easily displayed using LCD screens on the printer can be provided by selecting a hypertext link 134. This help information can either point to local help or remotely stored help, such as might be stored at the WWW site of the manufacturer of the Java printer 110.
- the Java printer 110 can utilize the external communication link 104 dynamically to retrieve documents or portions of documents from other web sites for printing or for otherwise modifying the operation of the Java printer 110, such as loading updates to printer code.
- the Java printer 110 can likewise use the external communication link 104 for downloading fonts from remote locations whenever the font is needed.
- the Java printer 110 can use any transfer protocol implemented by an included Java package, including HTTP, FTP, Gopher, etc. By specifying the URL from which the information should be obtained and using the java.net.getContent () method information can be received as a String.
- a java.net.URLConnection object would be used to receive and parse the contents of a new document type. As described earlier, this provides an advantage over PostScript printers which have to have fonts loaded in their RAM, ROM or hard disk in order to use them. Table 1.below shows some of the advantages of using Java over HP/PCL and PostScript.
- the Java printer 110 can additionally be configured with a queue manager which can further control the Java printer 110 using a standard WWW interface 120.
- Figure 4 shows that a system administrator has requested queue information from Java printer 110 and received back an applet which provides configuration information to the system administrator.
- the web browser 120 changes the title bar 122 to reflect that the requested page represents the queue manager.
- the returned page 136 includes a series of graphics 160 which represent documents, their titles, their print times and the Internet addresses from which the jobs were submitted. These graphics 160 are displayed in a scrollable window 144 controlled by a scroll bar 138.
- the applet includes a filter with an associated combination box 140 for filtering the graphics 160 which are displayed in the scrollable window 144.
- a filter with an associated combination box 140 for filtering the graphics 160 which are displayed in the scrollable window 144.
- the applet also provides buttons 146, 148, 150, 152, and 156 which control how the Java printer 110 processes the documents.
- any of the graphics 160 can be highlighted and then one of the buttons 146, 148, 150, 152 and 156 depressed. The queue manager then will modify the queue characteristics for the highlighted job(s) according to the button which was depressed.
- the Java printer 110 can multi-task between any of its functions (i.e., printing the current job, receiving a new job, pausing a job, killing a job, reordering the job such that a job is made the next job to be printed or the last job to be printed, displaying characteristics of a job, resuming a paused job, setting default configuration information or determining the status of the printer) .
- Conventional printers perform one job at a time and do not have such a printing capability.
- a Java printer 110 can periodically update the status information 139 using the network capabilities of Java and the browser provided by the DatagramPacket, DatagramSocket and Socket classes, as implemented by the java.net package. Furthermore, since the Java printer 110 performs active multi-tasking, the Java printer 110 can also periodically send status reports via to system administrators or other users by any other implemented protocol (i.e., SMTP, FTP) .
- SMTP Simple Stream Transfer Protocol
- the Java printer 110 is also capable of performing interactive pagination based on an application using Java as the print language.
- the Java printer 110 can either be used as a traditional printer whereby the application specifies the pagination and sends print requests to the Java printer 110 in preformatted pages, or the application wishing to print uses the enhanced capabilities of the Java printer 110 to request that the Java printer 110 create a default pagination based on the characteristics of the printer.
- Figure 6 shows a document which has been paginated by a Java printer 110. Having sent Java code in the form of a WWW/HTTP request to the Java printer 110, the pagination applet, or a portion of the application written to support Java, displays the result as specified by the Java printer 110.
- the document has been split into four thumbnail sketches 170 which depict the layout of the document as established by the Java printer 110.
- the four thumbnail sketches 170 show that a figure is split across the second and third thumbnail sketches 170 into two parts 172a and 172b. Further, a paragraph of text has been split between the first and second pages, leaving a single line 171a separate from the rest of the text 171b.
- the application places page arrows 173 next to the thumbnail sketches- 170 to indicate where the user wishes the pagination to actually occur.
- page arrows 173 the single line of text of 17la can be grouped with the rest of the text 171b, and the image 172a and 172b can be grouped.
- the user uses the Resubmit button 174 to send the new configuration Java printer 110 which recreates thumbnail sketches 170 and returns the new result to web browser or pagination output/application. If the thumbnail sketches 170 were satisfiable to the user, the Ok button 176 would be used to signal that the pagination has been accepted by the user and that the pages should be printed.
- the Cancel button 178 can be depressed if the user wishes to cancel the printing. This allows the Java printer 110 to clear the Java print request from the pending queue of outstanding paginations. By explicitly clearing this information, the garbage collection process of the Java interpreter can reclaim the memory of the Java printer 110 more quickly.
- Figure 6 has been described in terms of page arrows 173, any type of pagination identifier could be used to describe how pages should be repaginated. For example, a continuous, scrollable image could be presented, and the user would use the applet/application to draw lines where the pagination should be.
- the standard hard return tag of HTML, ⁇ HR> can be used in an alternate embodiment to show where page breaks occur.
- the thumbnail sketches 170 can be any type of graphic that can be displayed on a page 120. These graphics include thumbnail GIFs, Java images, etc., several of which are supported by the Java.image package.
- the applet of Figures 4 and 5 can be generated using standard HTML code with a browser which supports Java.
- the browser uses the APPLET keyword, the browser knows to load the queue manager class and display the window with a width of 500 and a height of 300.
- the Java printer 110 can be extended with new classes such as the Letterhead class of Figure 8.
- the Letterhead class extends the printing class which provides the base printing functionality of the present invention. Although the Letterhead class shown is not completely illustrated, it would be evident to one of ordinary skill in the art that the Letterhead class would be used to first print the letterhead text onto a page to be printed, and then the Print class would perform its printing of the rest of the page.
- the illustrative class allows the printing on two types of letterhead, cover sheets and everything else, by specifying different strings and positions for the two pages.
- the Letterhead class could be extended in an alternate embodiment to use arrays, as supported by the Java language, to allow multiple strings and positions to be stored for each letterhead page.
- Java printers can be implemented which utilize subclasses of the Printer class that receive and render PostScript, PCL or both. These classes can even be added dynamically by the system administrator when they become available. The new classes would be loaded using a URL specified by the system administrator.
- traditional printer drivers which utilize GDI calls can be modified to generate Java code from the received GDI application. For example, since windows documents are generated using standard GDI calls, a Java printer 110 can be selected like any other 97/43720 PCIYUS97/07649
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Accessory Devices And Overall Control Thereof (AREA)
- Record Information Processing For Printing (AREA)
Abstract
Description
Claims
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
EP97925469A EP0979458A4 (en) | 1996-05-14 | 1997-05-14 | Java printer |
AU30600/97A AU3060097A (en) | 1996-05-14 | 1997-05-14 | Java printer |
JP54093097A JP3695595B2 (en) | 1996-05-14 | 1997-05-14 | Java printer |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US1739896P | 1996-05-14 | 1996-05-14 | |
US60/017,398 | 1996-05-14 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO1997043720A1 true WO1997043720A1 (en) | 1997-11-20 |
Family
ID=21782369
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US1997/007649 WO1997043720A1 (en) | 1996-05-14 | 1997-05-14 | Java printer |
Country Status (6)
Country | Link |
---|---|
US (7) | US6628413B1 (en) |
EP (1) | EP0979458A4 (en) |
JP (3) | JP3695595B2 (en) |
CN (1) | CN101059754B (en) |
AU (1) | AU3060097A (en) |
WO (1) | WO1997043720A1 (en) |
Cited By (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0929031A2 (en) * | 1998-01-08 | 1999-07-14 | Seiko Epson Corporation | Network printer and network printing method |
JPH11195128A (en) * | 1997-12-27 | 1999-07-21 | Canon Inc | Picture forming device and electronic document preparing device |
JPH11316658A (en) * | 1998-05-02 | 1999-11-16 | Ricoh Co Ltd | Printer |
GB2356273A (en) * | 1999-11-09 | 2001-05-16 | Terraillon Holdings Ltd | Providing an indicia on a substrate |
JP2002007095A (en) * | 2000-03-29 | 2002-01-11 | Canon Inc | Data processor and its control method |
WO2002071200A2 (en) * | 2000-11-13 | 2002-09-12 | Hewlett-Packard Company | A web-based imaging system utilizing 'cookies' to provide a single-action printing option |
EP0918291A3 (en) * | 1997-11-21 | 2004-01-02 | Xerox Corporation | System for cloning document processing related settings in a document processing system |
DE10250189A1 (en) * | 2002-10-28 | 2004-05-13 | OCé PRINTING SYSTEMS GMBH | Management of a control variable of a printing system using a database |
US7254629B1 (en) | 1998-01-19 | 2007-08-07 | Brother Kogyo Kabushiki Kaisha | Network system, terminal and recording medium |
JP2009201133A (en) * | 2009-04-24 | 2009-09-03 | Canon Inc | Image processing device, method of controlling the same, and storage medium |
US7707495B2 (en) | 2004-12-14 | 2010-04-27 | Canon Kabushiki Kaisha | Layout processing method, layout processing apparatus, and layout processing program for dynamically changing a layout of a template having a plurality of a data regions in accordance with content data inserted into the data regions |
JP2010218561A (en) * | 2010-04-12 | 2010-09-30 | Canon Inc | Image processor, method for controlling image processor and storage medium |
JP2011078114A (en) * | 2010-11-10 | 2011-04-14 | Canon Inc | Image processing apparatus, method of controlling the same, and program |
US7973963B2 (en) | 1998-03-27 | 2011-07-05 | Canon Kabushiki Kaisha | Image forming apparatus, method of controlling image forming apparatus, and memory medium for storing computer program for executing method, with function program providing API |
US8115943B2 (en) | 2002-09-13 | 2012-02-14 | Ricoh Company, Ltd. | Image forming apparatus and print process method |
US8171463B2 (en) | 2004-08-06 | 2012-05-01 | Canon Kabushiki Kaisha | Image processing apparatus and control method thereof |
US8661333B2 (en) | 2000-03-29 | 2014-02-25 | Canon Kabushiki Kaisha | Control method for image processing apparatus connectable to computer network |
CN106444634A (en) * | 2016-07-19 | 2017-02-22 | 湖北嘉三维高科股份有限公司 | Intelligent adaptive platform used for 3D printers |
DE102014114586B4 (en) * | 2014-10-08 | 2020-08-20 | Canon Production Printing Germany Gmbh & Co. Kg | Method for operating a control panel for a production system and control device for a production system |
Families Citing this family (76)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020004812A1 (en) * | 1997-06-26 | 2002-01-10 | Tetsuro Motoyama | Method and system for diagnosis and control of machines using connectionless modes having delivery monitoring and an alternate communication mode |
AU3060097A (en) * | 1996-05-14 | 1997-12-05 | Ricoh Corporation | Java printer |
EP0825506B1 (en) | 1996-08-20 | 2013-03-06 | Invensys Systems, Inc. | Methods and apparatus for remote process control |
US6771381B1 (en) | 1998-11-13 | 2004-08-03 | Laurence C. Klein | Distributed computer architecture and process for virtual copying |
JP4181667B2 (en) * | 1998-09-04 | 2008-11-19 | キヤノン株式会社 | Image processing apparatus, image processing method, and recording medium |
JP3767721B2 (en) * | 1998-11-27 | 2006-04-19 | セイコーエプソン株式会社 | PRINTER, PRINTER CONTROL METHOD, AND RECORDING MEDIUM CONTAINING PROGRAM FOR CONTROLLING PRINTER |
US7274483B2 (en) * | 1999-01-19 | 2007-09-25 | Canon Kabushiki Kaisha | Processing of print data received over a network, and image formation using the processed data |
AU5273100A (en) | 1999-05-17 | 2000-12-05 | Foxboro Company, The | Methods and apparatus for control configuration with versioning, security, composite blocks, edit selection, object swapping, formulaic values and other aspects |
US7089530B1 (en) | 1999-05-17 | 2006-08-08 | Invensys Systems, Inc. | Process control configuration system with connection validation and configuration |
US6789194B1 (en) | 1999-05-25 | 2004-09-07 | Silverbrook Research Pty Ltd | Network publishing authorization protocol |
US6788980B1 (en) | 1999-06-11 | 2004-09-07 | Invensys Systems, Inc. | Methods and apparatus for control using control devices that provide a virtual machine environment and that communicate via an IP network |
US7545522B1 (en) * | 2000-05-23 | 2009-06-09 | Ricoh Company, Ltd. | Automatic printing information dialogue box display |
JP3745207B2 (en) * | 2000-08-23 | 2006-02-15 | キヤノン株式会社 | Network print system, information processing apparatus and control method therefor |
US6999188B1 (en) * | 2000-10-30 | 2006-02-14 | Konica Minolta Printing Solutions U.S.A., Inc. | Dynamically configurable printer and method of use thereof |
US20020097425A1 (en) * | 2001-01-22 | 2002-07-25 | Owen Kevin A. | Method and system for printing and updating a features page describing the features of a hardcopy device with that device |
US7068385B2 (en) * | 2001-02-22 | 2006-06-27 | Hewlett-Packard Development Company, L.P. | User configurable control panel capable of displaying Internet-derived information |
US7296042B2 (en) * | 2001-04-20 | 2007-11-13 | Palo Alto Research Center Incorporated | System and method for enabling communication among arbitrary components |
JP2003036156A (en) * | 2001-05-15 | 2003-02-07 | Dainippon Screen Mfg Co Ltd | Printing system, client, server, printing method, recording medium and program |
US20020184342A1 (en) * | 2001-06-04 | 2002-12-05 | Kennedy Kelli H. | Port monitoring methods and arrangements for enhanced document distribution |
US20020186393A1 (en) * | 2001-06-11 | 2002-12-12 | Pochuev Denis A. | Document printing using format-specific translation modules |
US7454482B2 (en) * | 2001-06-28 | 2008-11-18 | Canon Information Systems, Inc. | Print queue manager |
US20030020948A1 (en) * | 2001-07-27 | 2003-01-30 | Jarvis Daniel Cook | Dynamically loaded applications in a printer |
JP4629929B2 (en) * | 2001-08-23 | 2011-02-09 | 株式会社リコー | Digital camera system and control method thereof |
US20030038965A1 (en) * | 2001-08-27 | 2003-02-27 | Simpson Shell S. | Private printing using network-based imaging |
US7826076B2 (en) * | 2001-09-05 | 2010-11-02 | Xerox Corporation | System and method for providing secure value-added document network services |
US20030048470A1 (en) * | 2001-09-07 | 2003-03-13 | Garcia Elias S. | Web browser for network printer |
US20030090704A1 (en) * | 2001-11-15 | 2003-05-15 | Hansen Von L. | System and method for configuring a printing device |
US7305556B2 (en) * | 2001-12-05 | 2007-12-04 | Canon Kabushiki Kaisha | Secure printing with authenticated printer key |
JP4890531B2 (en) * | 2002-09-13 | 2012-03-07 | 株式会社リコー | Image forming apparatus and printing processing method |
JP2004110592A (en) * | 2002-09-19 | 2004-04-08 | Ricoh Co Ltd | Image output system |
CN1527232A (en) * | 2002-10-16 | 2004-09-08 | �ֹ��� | Method ad apparatus for realizing distribution preset service, automatic supply maintenance and irrelevant service implementation with equipment |
JP4638131B2 (en) * | 2003-03-19 | 2011-02-23 | 株式会社リコー | Image processing apparatus management system and image processing apparatus management method |
KR100432367B1 (en) * | 2003-04-30 | 2004-05-20 | 푸른정보기술(주) | managing and control system for network and local printers |
US20050071493A1 (en) * | 2003-09-30 | 2005-03-31 | Sheng Lee | SNMP packet filtering for printing devices |
US20050097347A1 (en) * | 2003-11-03 | 2005-05-05 | Josephsen Mark M. | Printer security key management |
US20050097235A1 (en) * | 2003-11-03 | 2005-05-05 | Dehart Dave R. | Systems and methods for providing printer information to a user |
US20050228891A1 (en) * | 2004-04-09 | 2005-10-13 | Fuji Xerox Co., Ltd. | Parameter processing apparatus and parameter setting method for same |
US7383500B2 (en) | 2004-04-30 | 2008-06-03 | Microsoft Corporation | Methods and systems for building packages that contain pre-paginated documents |
US8661332B2 (en) | 2004-04-30 | 2014-02-25 | Microsoft Corporation | Method and apparatus for document processing |
US20050262497A1 (en) * | 2004-05-19 | 2005-11-24 | Microsoft Corporation | System and method for generating embedded resource updates for output device |
US7062402B2 (en) * | 2004-05-19 | 2006-06-13 | Microsoft Corp | System and method for automatic testing of output device capabilities via electronic document |
JP4434886B2 (en) * | 2004-08-31 | 2010-03-17 | キヤノン株式会社 | Server for managing print processing, control method therefor, and computer program |
US7926068B2 (en) * | 2004-10-22 | 2011-04-12 | Microsoft Corporation | Printing interface for a computer platform |
JP2006155522A (en) | 2004-12-01 | 2006-06-15 | Canon Inc | Operation method and device for web browser |
US20070268527A1 (en) * | 2005-10-24 | 2007-11-22 | Kyocera Mita Corporation | Image forming device |
JP2007164526A (en) * | 2005-12-14 | 2007-06-28 | Canon Inc | Information processing apparatus and method |
US7904572B2 (en) * | 2006-11-10 | 2011-03-08 | Canon Denshi Kabushiki Kaisha | Method, apparatus, and medium for controlling access to and setting for features of an imaging processing device |
US20080174804A1 (en) * | 2007-01-19 | 2008-07-24 | Raymond Hsu | Method and System for Transmitting Print Information Between A Client and A Server Over A Wide Area Network |
JP5121340B2 (en) * | 2007-07-30 | 2013-01-16 | キヤノン株式会社 | Printing apparatus, printing control method, and computer program |
WO2009155483A1 (en) | 2008-06-20 | 2009-12-23 | Invensys Systems, Inc. | Systems and methods for immersive interaction with actual and/or simulated facilities for process, environmental and industrial control |
JP5175667B2 (en) * | 2008-09-12 | 2013-04-03 | 京セラドキュメントソリューションズ株式会社 | Image forming apparatus and operation control program |
US8463964B2 (en) | 2009-05-29 | 2013-06-11 | Invensys Systems, Inc. | Methods and apparatus for control configuration with enhanced change-tracking |
US8127060B2 (en) | 2009-05-29 | 2012-02-28 | Invensys Systems, Inc | Methods and apparatus for control configuration with control objects that are fieldbus protocol-aware |
JP5629435B2 (en) * | 2009-06-30 | 2014-11-19 | キヤノン株式会社 | Information processing apparatus, information processing method, and program |
US8782094B2 (en) * | 2009-09-30 | 2014-07-15 | Konica Minolta Laboratory U.S.A., Inc. | Systems and methods for managing data in complex containers |
US8583962B2 (en) | 2009-11-11 | 2013-11-12 | International Business Machines Corporation | Method, device, computer program product and data processing program for handling communication link problems between a first communication means and a second communication means |
US9356991B2 (en) | 2010-05-10 | 2016-05-31 | Litera Technology Llc | Systems and methods for a bidirectional multi-function communication module |
US20120092700A1 (en) * | 2010-10-15 | 2012-04-19 | Benedek Laszlo Csaba | Mobile printing framework |
US9152437B2 (en) * | 2010-10-28 | 2015-10-06 | Hewlett-Packard Development Company, L.P. | Dynamically installing image processing |
US20120113458A1 (en) * | 2010-11-10 | 2012-05-10 | Flextronics Id, Llc | Mobile printing framework |
US9298334B1 (en) | 2011-02-18 | 2016-03-29 | Marvell International Ltd. | Method and apparatus for providing a user interface having a guided task flow among a plurality of devices |
JP2012199647A (en) | 2011-03-18 | 2012-10-18 | Konica Minolta Business Technologies Inc | Image processing apparatus, image processing system, and program for setting the image processing apparatus |
KR20130045695A (en) * | 2011-10-26 | 2013-05-06 | 삼성전자주식회사 | Method and apparatus for direct printing of text data |
US9183807B2 (en) * | 2011-12-07 | 2015-11-10 | Microsoft Technology Licensing, Llc | Displaying virtual data as printed content |
US9229231B2 (en) | 2011-12-07 | 2016-01-05 | Microsoft Technology Licensing, Llc | Updating printed content with personalized virtual data |
US9182815B2 (en) | 2011-12-07 | 2015-11-10 | Microsoft Technology Licensing, Llc | Making static printed content dynamic with virtual data |
US20130208302A1 (en) * | 2012-02-10 | 2013-08-15 | Ricoh Company, Ltd. | Relay server apparatus |
JP5885527B2 (en) | 2012-02-14 | 2016-03-15 | キヤノン株式会社 | Printing system, printing server, control method, and computer program |
US9165381B2 (en) | 2012-05-31 | 2015-10-20 | Microsoft Technology Licensing, Llc | Augmented books in a mixed reality environment |
US9052863B2 (en) | 2012-08-14 | 2015-06-09 | Seiko Epson Corporation | ePOS printing |
JP6079161B2 (en) * | 2012-11-16 | 2017-02-15 | 株式会社リコー | Print processing apparatus, print processing method, and print processing program |
JP6229279B2 (en) * | 2013-03-08 | 2017-11-15 | ブラザー工業株式会社 | Relay device, relay device program, and communication method |
US9442896B2 (en) | 2014-02-21 | 2016-09-13 | Csr Imaging Us, Lp | Universal mobile document viewer with high fidelity, efficient architecture and editing |
US9436416B2 (en) * | 2014-02-24 | 2016-09-06 | Csr Imaging Us, Lp | Mobile printer controller with high fidelity preview and print job manipulation |
US10414182B2 (en) | 2014-07-28 | 2019-09-17 | Hewlett-Packard Development Company, L.P. | Media print configuration |
CN112486429B (en) * | 2020-11-26 | 2022-08-19 | 四川长虹电器股份有限公司 | Method for automatically configuring printer by terminal |
Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4642792A (en) * | 1982-12-20 | 1987-02-10 | International Business Machines Corporation | Data processor printer setup through a remote display terminal |
US5075874A (en) * | 1989-04-10 | 1991-12-24 | Eastman Kodak Company | Communications interface for computer output printer |
US5121113A (en) * | 1990-04-02 | 1992-06-09 | Eastman Kodak Company | Printer status and control panel |
US5165014A (en) * | 1990-09-12 | 1992-11-17 | Hewlett-Packard Company | Method and system for matching the software command language of a computer with the printer language of a printer |
US5228118A (en) * | 1991-06-29 | 1993-07-13 | Brother Kogyo Kabushiki Kaisha | Printing system wherein one of printer drivers through which print data is sent from a data processor to a printer is selected based on interpreters available on the printer |
US5293466A (en) * | 1990-08-03 | 1994-03-08 | Qms, Inc. | Method and apparatus for selecting interpreter for printer command language based upon sample of print job transmitted to printer |
US5371837A (en) * | 1992-12-18 | 1994-12-06 | Dataproducts Corporation | Virtual printer |
US5469373A (en) * | 1992-02-14 | 1995-11-21 | Canon Kabushiki Kaisha | Printing apparatus and method that discriminates which analyzer should analyze information |
US5488223A (en) * | 1994-09-13 | 1996-01-30 | Intermec Corporation | System and method for automatic selection of printer control parameters |
US5537626A (en) * | 1992-11-18 | 1996-07-16 | Canon Kabushiki Kaisha | Apparatus for coupling printer with LAN to control printer operation by transferring control parameters, printer status data and printer configuration data between printer and LAN |
US5638497A (en) * | 1992-12-18 | 1997-06-10 | Dataproducts Corporation | Virtual printer |
Family Cites Families (60)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0624700Y2 (en) | 1987-06-25 | 1994-06-29 | 昭和アルミニウム株式会社 | Heat exchanger |
JPS648080A (en) | 1987-06-30 | 1989-01-12 | Toshiba Corp | Printer device |
JP2748384B2 (en) | 1988-02-12 | 1998-05-06 | 富士ゼロックス株式会社 | Printer device |
JPH03132837A (en) | 1989-10-19 | 1991-06-06 | Canon Inc | Information processing system |
JPH03237525A (en) | 1990-02-14 | 1991-10-23 | Oki Electric Ind Co Ltd | Terminal equipment for electronic computer |
JPH03262674A (en) | 1990-03-13 | 1991-11-22 | Seiko Epson Corp | Printer |
US5185860A (en) | 1990-05-03 | 1993-02-09 | Hewlett-Packard Company | Automatic discovery of network elements |
US5080558A (en) | 1990-06-07 | 1992-01-14 | Westinghouse Electric Corp. | Control stage nozzle vane for use in partial arc operation |
US5207887A (en) | 1991-08-30 | 1993-05-04 | Hughes Aircraft Company | Semi-additive circuitry with raised features using formed mandrels |
JP3327566B2 (en) | 1991-10-25 | 2002-09-24 | 株式会社リコー | Remote monitoring device and remote control device for office equipment |
JP2860201B2 (en) | 1992-02-14 | 1999-02-24 | キヤノン株式会社 | Output device and method |
US5613160A (en) | 1992-11-18 | 1997-03-18 | Canon Kabushiki Kaisha | In an interactive network board, method and apparatus for placing a network peripheral in a default configuration |
US5784622A (en) * | 1992-11-18 | 1998-07-21 | Canon Kabushiki Kaisha | Method and apparatus for multiprotocol operation of a networked peripheral |
US5647056A (en) | 1992-11-18 | 1997-07-08 | Canon Information Systems, Inc. | Method and apparatus for managing access to a networked peripheral |
US5323393A (en) * | 1992-11-18 | 1994-06-21 | Canon Information Systems, Inc. | Method and apparatus for obtaining and for controlling the status of a networked peripheral |
JPH06187334A (en) | 1992-12-21 | 1994-07-08 | Fuji Xerox Co Ltd | Page description language converting device |
JPH06195289A (en) | 1992-12-25 | 1994-07-15 | Sharp Corp | Information processor |
JP4035173B2 (en) | 1993-01-18 | 2008-01-16 | キヤノン株式会社 | Control apparatus and control method |
JPH06243081A (en) | 1993-02-18 | 1994-09-02 | Yokogawa Electric Corp | Process data input/output system |
JPH06334671A (en) | 1993-05-19 | 1994-12-02 | Hitachi Ltd | Local area network monitoring system |
JP3502122B2 (en) | 1993-06-10 | 2004-03-02 | 株式会社日立製作所 | Remote printing system |
US5495561A (en) * | 1993-06-21 | 1996-02-27 | Taligent, Inc. | Operating system with object-oriented printing interface |
US5566278A (en) * | 1993-08-24 | 1996-10-15 | Taligent, Inc. | Object oriented printing system |
EP0727076B1 (en) * | 1993-11-02 | 1997-10-22 | Taligent, Inc. | Object-oriented graphic system and method |
JP3197717B2 (en) | 1993-11-16 | 2001-08-13 | 富士通株式会社 | Network printer device and LAN network system |
JPH07170262A (en) | 1993-12-14 | 1995-07-04 | Ricoh Co Ltd | Local area network |
JPH07262117A (en) | 1994-03-18 | 1995-10-13 | Matsushita Electric Ind Co Ltd | Environment information management device |
JPH07271699A (en) | 1994-03-31 | 1995-10-20 | Canon Inc | Peripheral processor and information processor connected through network, and control method in peripheral processor and control method for peripheral processor |
JP3310465B2 (en) | 1994-07-22 | 2002-08-05 | 株式会社リコー | Network interface device |
JPH0895163A (en) | 1994-07-29 | 1996-04-12 | Fuji Photo Film Co Ltd | Laboratory system, producing machine and film image management method |
JPH0865982A (en) | 1994-08-19 | 1996-03-08 | Matsushita Electric Ind Co Ltd | Brushless motor |
JP2524687B2 (en) | 1994-09-08 | 1996-08-14 | 株式会社畑鉄工所 | Rotary powder compression molding machine |
JPH0878023A (en) | 1994-09-08 | 1996-03-22 | Yuasa Corp | Thermal battery |
JPH0877650A (en) | 1994-09-08 | 1996-03-22 | Sony Corp | Electronic apparatus |
JPH0890846A (en) | 1994-09-26 | 1996-04-09 | Ricoh Co Ltd | Print buffer |
JPH08115180A (en) | 1994-10-13 | 1996-05-07 | Canon Inc | Print controller |
JPH08115283A (en) | 1994-10-18 | 1996-05-07 | Fuji Xerox Co Ltd | Output device |
JP2847349B2 (en) | 1994-12-20 | 1999-01-20 | 正男 高橋 | Binding tool |
US5699494A (en) * | 1995-02-24 | 1997-12-16 | Lexmark International, Inc. | Remote replication of printer operator panel |
JPH08309020A (en) | 1995-05-16 | 1996-11-26 | Takayuki Iwashita | Managing method for scrapped game board and managing information handling device |
JPH08337185A (en) | 1995-06-13 | 1996-12-24 | Shin Caterpillar Mitsubishi Ltd | Track shoe structure in crawler type traveling device |
JPH0977166A (en) | 1995-09-13 | 1997-03-25 | Onkyo Corp | Structure of disk housing in disk player |
JPH0987010A (en) | 1995-09-26 | 1997-03-31 | Japan Energy Corp | Production of alumina carrier |
US5680461A (en) * | 1995-10-26 | 1997-10-21 | Sun Microsystems, Inc. | Secure network protocol system and method |
US5784553A (en) * | 1996-01-16 | 1998-07-21 | Parasoft Corporation | Method and system for generating a computer program test suite using dynamic symbolic execution of JAVA programs |
JPH09223096A (en) | 1996-02-20 | 1997-08-26 | Fuji Xerox Co Ltd | Manager and client device |
JPH09230537A (en) | 1996-02-23 | 1997-09-05 | Konica Corp | Photographic support |
JP3875742B2 (en) * | 1996-04-11 | 2007-01-31 | ペンタックス株式会社 | Polar axis telescope converter |
JPH09284515A (en) | 1996-04-15 | 1997-10-31 | Canon Inc | Image processing unit |
JPH09280373A (en) | 1996-04-17 | 1997-10-28 | Toyota Motor Corp | Piston ring |
AU3060097A (en) * | 1996-05-14 | 1997-12-05 | Ricoh Corporation | Java printer |
US5828840A (en) * | 1996-08-06 | 1998-10-27 | Verifone, Inc. | Server for starting client application on client if client is network terminal and initiating client application on server if client is non network terminal |
US5956487A (en) * | 1996-10-25 | 1999-09-21 | Hewlett-Packard Company | Embedding web access mechanism in an appliance for user interface functions including a web server and web browser |
US6139177A (en) * | 1996-12-03 | 2000-10-31 | Hewlett Packard Company | Device access and control using embedded web access functionality |
US5790855A (en) * | 1997-01-31 | 1998-08-04 | Sun Microsystems, Inc. | System, method and article of manufacture for type checking appropriateness of port connection and variable type matching in connection with multiport object-oriented components |
US6003065A (en) * | 1997-04-24 | 1999-12-14 | Sun Microsystems, Inc. | Method and system for distributed processing of applications on host and peripheral devices |
US6314521B1 (en) * | 1997-11-26 | 2001-11-06 | International Business Machines Corporation | Secure configuration of a digital certificate for a printer or other network device |
US7180638B1 (en) | 2000-02-16 | 2007-02-20 | Ricoh Co., Ltd. | Network fax machine using a web page as a user interface |
US7636757B2 (en) * | 2000-12-15 | 2009-12-22 | Canon Kabushiki Kaisha | Printing over the internet |
JP4629929B2 (en) * | 2001-08-23 | 2011-02-09 | 株式会社リコー | Digital camera system and control method thereof |
-
1997
- 1997-05-14 AU AU30600/97A patent/AU3060097A/en not_active Abandoned
- 1997-05-14 JP JP54093097A patent/JP3695595B2/en not_active Expired - Lifetime
- 1997-05-14 CN CN200710104592.1A patent/CN101059754B/en not_active Expired - Lifetime
- 1997-05-14 EP EP97925469A patent/EP0979458A4/en not_active Ceased
- 1997-05-14 WO PCT/US1997/007649 patent/WO1997043720A1/en not_active Application Discontinuation
- 1997-05-14 US US08/856,183 patent/US6628413B1/en not_active Expired - Lifetime
-
2003
- 2003-07-24 US US10/625,509 patent/US7508533B2/en not_active Expired - Fee Related
- 2003-10-15 US US10/684,430 patent/US7142322B2/en not_active Expired - Fee Related
- 2003-10-15 US US10/684,429 patent/US7755785B2/en not_active Expired - Fee Related
- 2003-11-04 JP JP2003374894A patent/JP3848318B2/en not_active Expired - Lifetime
-
2006
- 2006-02-06 JP JP2006028497A patent/JP2006202303A/en active Pending
- 2006-07-25 US US11/492,103 patent/US7701606B2/en not_active Expired - Fee Related
-
2010
- 2010-04-27 US US12/768,026 patent/US7952744B2/en not_active Expired - Fee Related
-
2011
- 2011-05-04 US US13/100,760 patent/US8102556B2/en not_active Expired - Fee Related
Patent Citations (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4642792A (en) * | 1982-12-20 | 1987-02-10 | International Business Machines Corporation | Data processor printer setup through a remote display terminal |
US5075874A (en) * | 1989-04-10 | 1991-12-24 | Eastman Kodak Company | Communications interface for computer output printer |
US5121113A (en) * | 1990-04-02 | 1992-06-09 | Eastman Kodak Company | Printer status and control panel |
US5293466A (en) * | 1990-08-03 | 1994-03-08 | Qms, Inc. | Method and apparatus for selecting interpreter for printer command language based upon sample of print job transmitted to printer |
US5165014A (en) * | 1990-09-12 | 1992-11-17 | Hewlett-Packard Company | Method and system for matching the software command language of a computer with the printer language of a printer |
US5228118A (en) * | 1991-06-29 | 1993-07-13 | Brother Kogyo Kabushiki Kaisha | Printing system wherein one of printer drivers through which print data is sent from a data processor to a printer is selected based on interpreters available on the printer |
US5469373A (en) * | 1992-02-14 | 1995-11-21 | Canon Kabushiki Kaisha | Printing apparatus and method that discriminates which analyzer should analyze information |
US5537626A (en) * | 1992-11-18 | 1996-07-16 | Canon Kabushiki Kaisha | Apparatus for coupling printer with LAN to control printer operation by transferring control parameters, printer status data and printer configuration data between printer and LAN |
US5371837A (en) * | 1992-12-18 | 1994-12-06 | Dataproducts Corporation | Virtual printer |
US5638497A (en) * | 1992-12-18 | 1997-06-10 | Dataproducts Corporation | Virtual printer |
US5488223A (en) * | 1994-09-13 | 1996-01-30 | Intermec Corporation | System and method for automatic selection of printer control parameters |
Non-Patent Citations (6)
Title |
---|
BRISTOL TECHNOLOGY UNVEILS FIRST CROSS PLATFORM JAVA PRINTING SOLUTION, Business Wire, 02 December 1996. * |
IBM RE-WRITES PRINTER MANAGEMENT SOFTWARE IN JAVA, Computergram International, 11 February 1997. * |
JANDEL SCIENTIFIC ANNOUNCES JAVA, News Release, Corte Madera, CA, 1 March 1991. * |
NETWORK WORLD, Vol. 13, No. 13, 25 March 1996, COX JOHN, "Printer Presses Forward With Java Application", page 41. * |
REPEAT/IBM INTRODUCES INDUSTRY'S FIRST JAVA APPLICATION FOR INTRANET PRINTER MANAGEMENT, Business Wire, 10 February 1997. * |
See also references of EP0979458A4 * |
Cited By (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP0918291A3 (en) * | 1997-11-21 | 2004-01-02 | Xerox Corporation | System for cloning document processing related settings in a document processing system |
JPH11195128A (en) * | 1997-12-27 | 1999-07-21 | Canon Inc | Picture forming device and electronic document preparing device |
EP0929031A2 (en) * | 1998-01-08 | 1999-07-14 | Seiko Epson Corporation | Network printer and network printing method |
EP0929031A3 (en) * | 1998-01-08 | 2002-09-04 | Seiko Epson Corporation | Network printer and network printing method |
US7779120B2 (en) | 1998-01-19 | 2010-08-17 | Brother Kogyo Kabushiki Kaisha | Network system, terminal and recording medium |
US8554905B2 (en) | 1998-01-19 | 2013-10-08 | Brother Kogyo Kabushiki Kaisha | Network system, terminal and recording medium |
US7254629B1 (en) | 1998-01-19 | 2007-08-07 | Brother Kogyo Kabushiki Kaisha | Network system, terminal and recording medium |
US8300253B2 (en) | 1998-03-27 | 2012-10-30 | Canon Kabushika Kaisha | Image forming apparatus, method of controlling image forming apparatus, and memory medium for storing computer program for executing method, with interpreter for control programs that are provided for execution on OS-independent platform |
US7973963B2 (en) | 1998-03-27 | 2011-07-05 | Canon Kabushiki Kaisha | Image forming apparatus, method of controlling image forming apparatus, and memory medium for storing computer program for executing method, with function program providing API |
JPH11316658A (en) * | 1998-05-02 | 1999-11-16 | Ricoh Co Ltd | Printer |
GB2356273A (en) * | 1999-11-09 | 2001-05-16 | Terraillon Holdings Ltd | Providing an indicia on a substrate |
US8661333B2 (en) | 2000-03-29 | 2014-02-25 | Canon Kabushiki Kaisha | Control method for image processing apparatus connectable to computer network |
JP2002007095A (en) * | 2000-03-29 | 2002-01-11 | Canon Inc | Data processor and its control method |
WO2002071200A3 (en) * | 2000-11-13 | 2003-02-27 | Hewlett Packard Co | A web-based imaging system utilizing 'cookies' to provide a single-action printing option |
WO2002071200A2 (en) * | 2000-11-13 | 2002-09-12 | Hewlett-Packard Company | A web-based imaging system utilizing 'cookies' to provide a single-action printing option |
US8115943B2 (en) | 2002-09-13 | 2012-02-14 | Ricoh Company, Ltd. | Image forming apparatus and print process method |
US7957015B2 (en) | 2002-10-28 | 2011-06-07 | Oce Printing Systems Gmbh | Managing a control variable for a printing system by means of a database |
DE10250189A1 (en) * | 2002-10-28 | 2004-05-13 | OCé PRINTING SYSTEMS GMBH | Management of a control variable of a printing system using a database |
US8171463B2 (en) | 2004-08-06 | 2012-05-01 | Canon Kabushiki Kaisha | Image processing apparatus and control method thereof |
US7707495B2 (en) | 2004-12-14 | 2010-04-27 | Canon Kabushiki Kaisha | Layout processing method, layout processing apparatus, and layout processing program for dynamically changing a layout of a template having a plurality of a data regions in accordance with content data inserted into the data regions |
JP4522476B2 (en) * | 2009-04-24 | 2010-08-11 | キヤノン株式会社 | Image processing apparatus, control method for image processing apparatus, and storage medium |
JP2009201133A (en) * | 2009-04-24 | 2009-09-03 | Canon Inc | Image processing device, method of controlling the same, and storage medium |
JP4642927B2 (en) * | 2010-04-12 | 2011-03-02 | キヤノン株式会社 | Image processing apparatus, control method for image processing apparatus, and storage medium |
JP2010218561A (en) * | 2010-04-12 | 2010-09-30 | Canon Inc | Image processor, method for controlling image processor and storage medium |
JP2011078114A (en) * | 2010-11-10 | 2011-04-14 | Canon Inc | Image processing apparatus, method of controlling the same, and program |
DE102014114586B4 (en) * | 2014-10-08 | 2020-08-20 | Canon Production Printing Germany Gmbh & Co. Kg | Method for operating a control panel for a production system and control device for a production system |
CN106444634A (en) * | 2016-07-19 | 2017-02-22 | 湖北嘉三维高科股份有限公司 | Intelligent adaptive platform used for 3D printers |
Also Published As
Publication number | Publication date |
---|---|
AU3060097A (en) | 1997-12-05 |
US8102556B2 (en) | 2012-01-24 |
JP2004046908A (en) | 2004-02-12 |
JP2000510267A (en) | 2000-08-08 |
US20110205574A1 (en) | 2011-08-25 |
US7952744B2 (en) | 2011-05-31 |
US20050002056A1 (en) | 2005-01-06 |
US20050088685A1 (en) | 2005-04-28 |
US7701606B2 (en) | 2010-04-20 |
US20060262350A1 (en) | 2006-11-23 |
US20100208302A1 (en) | 2010-08-19 |
US20040223175A1 (en) | 2004-11-11 |
CN101059754B (en) | 2010-08-18 |
JP3848318B2 (en) | 2006-11-22 |
EP0979458A4 (en) | 2000-05-03 |
US7142322B2 (en) | 2006-11-28 |
JP3695595B2 (en) | 2005-09-14 |
CN101059754A (en) | 2007-10-24 |
US7755785B2 (en) | 2010-07-13 |
EP0979458A1 (en) | 2000-02-16 |
US6628413B1 (en) | 2003-09-30 |
JP2006202303A (en) | 2006-08-03 |
US7508533B2 (en) | 2009-03-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6628413B1 (en) | Java printer | |
US6515756B1 (en) | Selecting print attribute values in a network printing system | |
US6335795B1 (en) | Method for customizing print attribute choices based on selected model, media, and printer | |
US7852497B2 (en) | Method of controlling printing control apparatus | |
US6965958B1 (en) | Searching for printers over a network using intermediate print data | |
US6006281A (en) | Network printing system with data merge feature | |
JP4371693B2 (en) | Print control apparatus, print control method, and computer program | |
US7453595B2 (en) | Print control apparatus and method, computer program, computer-readable storage medium, preview apparatus and method, printer driver, and preview method thereof | |
US7180614B1 (en) | Distributed rendering of print jobs | |
US20110196850A1 (en) | Method of controlling user information and information processing apparatus | |
US20010056406A1 (en) | Information processing apparatus and storage medium storing programs for controlling the apparatus | |
US6738152B1 (en) | Event-based printing | |
JP3519240B2 (en) | Print control device and computer-readable storage medium | |
US20040036903A1 (en) | Printing apparatus | |
JP2002373064A (en) | Printer and information processor | |
EP1739571A2 (en) | Java printer | |
JP3257588B2 (en) | Print data generation apparatus and print data generation method | |
JP2003085159A (en) | Document processor and image output device and method thereof | |
JP2021081874A (en) | Information presentation method, image forming device, and information processing device | |
JP2001270175A (en) | Printing control unit, data processor, printing system, data obtaining method and memory medium | |
Mittelstaedt | The FreeBSD corporate networker's guide | |
KR20050065037A (en) | Data processing method of print control device having printer driver | |
JP2007310527A (en) | Job generation device, image formation apparatus, image formation system, job generation method, image formation method and program | |
JP2001209735A (en) | Data processing workflow system using file expressed in mark-up language |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
WWE | Wipo information: entry into national phase |
Ref document number: 97195986.2 Country of ref document: CN |
|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE HU IL IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK TJ TM TR TT UA UG UZ VN AM AZ BY KG KZ MD RU TJ TM |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): GH KE LS MW SD SZ UG AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG |
|
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 1997925469 Country of ref document: EP |
|
REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
NENP | Non-entry into the national phase |
Ref country code: CA |
|
WWP | Wipo information: published in national office |
Ref document number: 1997925469 Country of ref document: EP |
|
WWR | Wipo information: refused in national office |
Ref document number: 1997925469 Country of ref document: EP |
|
WWW | Wipo information: withdrawn in national office |
Ref document number: 1997925469 Country of ref document: EP |