US7196803B1 - System and method for printing to a printer without the use of a print driver - Google Patents
System and method for printing to a printer without the use of a print driver Download PDFInfo
- Publication number
- US7196803B1 US7196803B1 US09/712,337 US71233700A US7196803B1 US 7196803 B1 US7196803 B1 US 7196803B1 US 71233700 A US71233700 A US 71233700A US 7196803 B1 US7196803 B1 US 7196803B1
- Authority
- US
- United States
- Prior art keywords
- data
- image
- computer
- web
- user
- Prior art date
- Legal status (The legal status 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 status listed.)
- Expired - Lifetime, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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 OR CALCULATING; 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 OR CALCULATING; 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/1205—Improving or facilitating administration, e.g. print management resulting in increased flexibility in print job configuration, e.g. job settings, print requirements, job tickets
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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/1224—Client or server resources management
- G06F3/1228—Printing driverless or using generic drivers
Definitions
- a typical prior art personal computer that is connected to a network. Also connected to the network are a number of printers.
- the computer In order for the personal computer to make use of each one of the printers, the computer must be configured properly. This can involve the user having to locate print driver software for each one the printers, installing the driver software into the computer and then configuring the computer to make use of each instance of driver software. Having to perform these tasks can be complicated and can present a significant problem to the user.
- the present invention may be implemented as a computer implemented method of printing an image.
- the method includes selecting a set of data to be accessed in response to a generic access request; and receiving content from an external device.
- the content is executable by a computer to cause a computer to generate a generic access request to retrieve a set of data describing an image and further executable to use the retrieved set of data to generate a printjob.
- the method further includes executing the content so as to generate the generic access requests; responding to the generic access requests by retrieving the selected set of data; and executing the content so as to use the retrieved set of data to generate the print job.
- FIG. 1 provides an architectural diagram of a client-server system that operates in accordance with a first embodiment of the invention
- FIG. 2 illustrates an example of the operation of a client machine in the client-server system
- FIG. 3 illustrates an image that may be displayed by the client machine
- FIG. 4 illustrates a second image that may be displayed by the client machine
- FIG. 5 is a flow diagram for illustrating an example of the operation of the client machine under certain assumption regarding the capabilities of a printer in the client-server system;
- FIG. 6 illustrates a dialog box that may be displayed assuming the target image is the image shown in FIG. 3 ;
- FIG. 7 illustrates an architectural diagram of a second client-server system that operates in accordance with a second embodiment of the invention
- FIG. 8 is a flow diagram illustrating how a personal computer can be operated to identify and store a set of target data
- FIG. 9 is an abstract drawing of the personal computer under certain conditions.
- FIG. 10 illustrates very generally the operation of the personal computer in response to a generic access instruction, assuming the conditions depicted in FIG. 9 ;
- FIG. 11 is a high level block diagram of a first WEB site in the second client-server system
- FIG. 12 is a high level block diagram of a printer in the second client-server system
- FIG. 13 is a high level block diagram of a second computer in the second client-server system
- FIG. 14 is a high level diagram of a personal computer in the second client-server system
- FIG. 15 illustrates how the various software components in the client server system can communicate
- FIG. 16 is a flow diagram illustrating how the personal computer can download first WEB content that allows a user to create a document
- FIG. 17 illustrates a first WEB Page that includes a hyperlink to the first WEB content
- FIG. 18 is a flow diagram illustrating the execution of the first WEB content
- FIG. 19 is a flow diagram illustrating the operation of an extension component in the personal computer
- FIG. 20A is used to illustrate, in abstract form, a set of conditions
- FIG. 20B is a flow diagram illustrating how the personal computer can download second WEB content that allows a user to print a document
- FIG. 21 illustrates a second WEB Page that includes a hyperlink that to the second WEB content
- FIG. 22A and FIG. 22B illustrate the execution of the second WEB content
- FIG. 23 illustrates further the operation of the extension component in the personal computer
- FIG. 24 illustrates an exemplary print dialog box
- FIG. 25 illustrates the print dialog box after being updated
- FIG. 26 illustrates an example of a status page.
- Client-Server A model of interaction in a distributed system in which a program at one site sends a request to a program at another site and waits for a response.
- the requesting program is called the “client,” and the program which responds to the request is called the “server.”
- the client is a “Web browser” (or simply “browser”) which runs on a computer of a user; the program which responds to browser requests by serving Web pages, or other types of WEB content, is commonly referred to as a “Web server.”
- WEB Content A set of executable instructions that is served by a server to a client and which is intended to be executed by the client so as to provide the client with certain functionality.
- WEB content refers to content that is meant to be executed by operation of a WEB browser. WEB content, therefore, may include (the following is a non-exhaustive list) one or more of the following: HTML code, JAVA script, JAVA Program(s) and C-“Sharp” code
- Hyperlink A navigational link from one document to another, from one portion (or component) of a document to another, or to a WEB resource, such as a JAVA applet.
- a hyperlink is displayed as a highlighted word or phrase that can be selected by clicking on it using a mouse to jump to the associated document or document portion or to retrieve a particular resource.
- Hypertext System A computer-based informational system in which documents (and possibly other types of data entities) are linked together via hyperlinks to form a user-navigable “web.”
- Internet A collection of interconnected (public and/or private) networks that are linked together by a set of standard protocols (such as TCP/IP and HTTP) to form a global, distributed network. (although this term is intended to refer to what is now commonly known as the Internet, it is also intended to encompass variations which may be made in the future, including changes and additions to existing standard protocols.)
- standard protocols such as TCP/IP and HTTP
- World Wide Web Used herein to refer generally to both (i) a distributed collection of interlinked, user-viewable hypertext documents (commonly referred to as Web documents or Web pages) that are accessible via the Internet, and (ii) the client and server software components which provide user access to such documents using standardized Internet protocols.
- Web documents typically referred to as Web documents or Web pages
- client and server software components which provide user access to such documents using standardized Internet protocols.
- HTTP HyperText Transfer Protocol
- HTML HyperText Markup Language
- Web World Wide Web
- Web Site A computer system that serves informational content over a network using the standard protocols of the World Wide Web.
- a Web site corresponds to a particular Internet domain name, such as “HP.com,” and includes the content associated with a particular organization.
- the term is generally intended to encompass both (i) the hardware/software server components that serve the informational content over the network, and (ii) the “back end” hardware/software components, including any non-standard or specialized components, that interact with the server components to perform services for Web site users.
- a WEB Site can have additional functionality, For example, a WEB site may have the ability to print documents, scan documents, etc.
- HTML HyperText Markup Language
- HTML 2.0 is currently the primary standard used for generating Web documents.
- HTML codes referred to as “tags”.
- the codes are interpreted by the browser and used to display the document.
- HTML tags can be used to create links to other Web documents (commonly referred to as “hyperlinks”). For more information on HTML, see Ian S. Graham, The HTML Source Book, John Wiley and Sons, Inc., 1995 (ISBN 0471-11894-4).
- HTTP HyperText Transport Protocol
- HTTP includes a number of different types of messages which can be sent from the client to the server to request different types of server actions. For example, a “GET” message, which has the format GET ⁇ URL>, causes the server to return the document or file located at the specified URL.
- URL Uniform Resource Locator
- FIG. 1 provides an architectural diagram illustrating a client-server system 10 that operates according a first embodiment of the invention.
- the client-server system 10 includes a client machine 12 , a first server machine 14 and a second server machine 16 connected via a network 17 . All of these devices operate in accordance with the invention. It is noted, however, that a client-server system 10 according to the invention may include more that one client machine and one or more server machines.
- the client machine 12 includes a browser 18 , a storage module 20 , a display device 21 (e.g., a CRT monitor) and a user input device 22 (e.g., a keyboard). It is noted that the storage module 20 may represent any type of data storage device.
- the browser 18 includes an extension component (extension) 24 that provides an interface between WEB content executing in the Browser 18 and the storage module 20 . Further details regarding the functionality of the extension 24 are provided below
- the first server machine 14 includes a first server 30 .
- the first server 30 can respond to receiving an appropriate request (over the network 17 ) from the browser 18 by serving to the browser 18 a first WEB content 32 .
- the second server machine 16 includes a second Server 34 .
- the second server 34 can respond to receiving a request from the browser 18 by serving to the browser 18 a second WEB content 36 .
- the client machine 12 the first WEB content 32 and the second WEB content 36 are all in accordance with a system wide standard. This standard specifies “generic access instructions”, “generic access requests” and “target data”.
- the term “generic access instruction” refers to an executable instruction that is intended to cause the executing device to generate generic access requests in order to access a set of target data.
- a generic access instruction does not include the location of the target data itself and neither does the generic access requests.
- the target data is pre-selected (typically by a user) and its location is determined from information that is maintained locally within the executing computer. For this reason, the target data for a particular computer is said to be “associated” with that computer.
- the target data that is associated with computer “A” is the data that computer “A” will access in response to a generic access instruction.
- the target data that is associated with computer “B” is the data that computer “B” will access in response to the identical generic access instruction.
- target data represents an image
- that image is referred to herein as the “target image”.
- all generic access instructions specified by the system wide standard mentioned above are for accessing data that describes an image.
- the extension 24 is configured to respond to the execution of generic access instructions by generating corresponding (device specific commands) that causes the target data associated with the client machine 12 to be accessed. How the target data for the client machine 12 is identified is explained below.
- extension 24 may be implemented by an application programming interface (API).
- API application programming interface
- the API being in accordance with the system wide standard mentioned above.
- the generic access instructions when executed may cause API calls to be issued to the API in order or effect the data access.
- These API calls are the generic access requests specified by the standard. It will also be recognized that there are many other ways (both hardware and software) to implement this same functionality. The present invention is not limited to any one way.
- Both the first WEB content 32 and the second WEB content 36 includes generic access instructions.
- the first WEB content 32 is for causing a client machine to display the target image described by that machine's associated target data.
- the second WEB content 36 is for causing a client machine to generate a print job that describes the target image and to transmit the print job to a printer. This is done so as to cause the printer to print the target image.
- FIG. 2 illustrates an example of the operation of the client machine 12 .
- the client machine 12 provides a means for the user to define an image by providing input via the user input devices 22 .
- the client machine 12 may include a local application (e.g., a word processing application) that accepts input from a user to define an image (e.g., a single or multiple page document) or the user may be able to operate the client machine 12 to download the image from an external device.
- a local application e.g., a word processing application
- an image e.g., a single or multiple page document
- a user provides input (via the user input device 22 ) to the client machine 12 in order to define an image.
- the client machine 12 receives this input at step 202 and creates a set of (user defined) data 23 that describes the user defined image (step 204 ).
- the client machine 12 provides the user with a selectable option to store the image data as a “target image” (Step 206 ).
- This option may be provided to the user via a user interface displayed by the display device 21 .
- the user is assumed to select this option, and the client machine 12 receives this input at step 208 .
- the client machine In response to this user input, the client machine identifies the set of (user defined) data 23 as the “target data” for the client machine 12 (step 210 ). As a result, upon the client machine 12 subsequently receiving generic access instructions (e.g., see step 216 ), the client machine 12 will respond to these instructions by accessing the set of data 23 . Thus, the set of data 23 is the target data associated with the client machine 12 . As shown, the set of data 23 is stored in the storage module 20 (step 211 ).
- the browser 18 transmits an appropriate request to the first server machine 14 for the first WEB content 32 (step 212 ). This may be in response to the user providing the browser 18 with appropriate input via the user input device 22 [The server 30 responds to the request from the browser 18 and transmits the first WEB content 32 to the browser 18 ].
- the browser 18 Upon receiving the first WEB content 32 , the browser 18 begins executing the instructions included in the first WEB content 32 (step 214 ).
- the WEB content 32 includes a set of commands that are for causing the executing device to display the image represented by the device's associated target data.
- the set of commands include one or more generic access instructions and additional commands for causing the device to display the image represented by the device's associated target data.
- the execution of the generic access instructions results in appropriate generic access requests being generated that cause the target data to be retrieved.
- the Client Machine 12 responds to the generic access instructions to retrieve the target access data by retrieving the image data 23 (step 216 ). This is by operation of the extension 24 . That is to say, the extension 24 generates an appropriate set of (device specific) commands to retrieve the image data 23 in response to the generic access requests generated at step 214 .
- the browser 18 causes the display device 21 to display the user defined image (step 218 ).
- FIG. 3 illustrates the image that is displayed in step 218 if the set of data 23 describes an image 302 .
- the image 302 is an outline of the State of California.
- FIG. 4 illustrates the image that is displayed in step 218 if the set of data 23 describes an image 402 .
- the image 402 is an outline of the State of Idaho.
- the first WEB content 32 enables a device to display a user defined image.
- the image that is displayed is based on the target data associated with the client machine 12 .
- the machine would display a different image (assuming the target data for that machine describes a different image).
- the second server machine 16 is a printer that has defined capabilities.
- the printer includes duplex and staple capabilities.
- FIG. 5 is a flow diagram for illustrating an example of the operation of the client machine under this second assumption.
- the user is assumed to define an image (step 502 ) and identify the image as a target image (step 504 ).
- the user inputs a request to the Browser 18 in order to cause the Browser 18 to transmit an appropriate request to the Second WEB server 34 for the Second WEB content 36 .
- the Browser 18 receives this user input and responds by transmitting an appropriate request to the second server 34 (step 506 ).
- the second server 34 responds by transmitting the second WEB content 36 to the browser 18 .
- the Browser 18 receives and begins executing the second WEB content 36 at step 508 .
- the second WEB content 36 includes generic access instructions for effecting the retrieval of the executing computer's target image.
- the WEB content 36 includes instructions to make use of the retrieved image to display a print dialog box that includes a post process image (i.e., a print preview image) of the target image (step 510 ). It is emphasized that the display of the print dialog box is by operation of the second WEB content 36 as opposed to the local operating system or the Browser 18 .
- FIG. 6 illustrates a dialog box 602 that may be displayed at step 510 assuming the target image is the image 302 (i.e., the state of California). Importantly, it can be seen that the dialog box displays a set of selectable options 602 that are based upon the capabilities of the second server machine 16 .
- the set of selectable options 602 include a staple option 604 and a duplex option 606 .
- the dialog box 602 also includes a print preview image 608 .
- the print preview image 608 is based, in part, upon the target image and the options that were selected by the user. In this example, it is assumed that the target image is the image shown in FIG. 3 . In addition, it is assumed that the user has selected the staple option 604 and the duplex option 606 . Importantly, the print preview image 608 reflects these selections.
- the second WEB content 36 causes the client machine 12 to generate a print job (step 514 ).
- the print job describes the target image and includes the appropriate commands to cause the server machine 16 to print the target image using duplex printing and a staple option.
- the second WEB content 36 further causes the client machine 12 to transmit the print job to the second server machine 16 to be printed.
- the Second WEB content 36 is further configured to transmit appropriate requests to the second server machine 16 in order to determine when the print job has been completely printed. These requests are transmitted on a periodic basis.
- the second WEB content 36 causes the client machine 12 to display this information.
- the second WEB content 36 enables a device to display a dialog box that is includes selectable options. The options being based upon the capabilities of an external device.
- the second server 16 the WEB content 36 causes a device to display a post processing image using the target image. The post processing image is again based upon the capabilities of an external device as well. Further, the WEB content 36 displays the status information as the print job prints.
- FIG. 7 illustrates the general architecture of a computing system 702 that is in accordance with the invention.
- the computing system 702 includes a personal computer 704 , a second computer 706 , a first WEB site 708 and a printer 710 .
- the printer 710 also functions as a WEB site.
- the communication link 712 may represent a network, a series of networks, a wireless network(s), the Internet, or any combination thereof.
- the personal computer 704 may be any type of computing device that allows a user to interactively browse Web Sites and to perform the functions that are described below.
- the personal computer 704 may be a personal computer that runs a local operating system, such as a version of MICROSOFT WINDOWS, NT, UNIX or LYNX, etc.
- the personal computer 704 includes a user interface 714 .
- the user interface 714 includes a display monitor 716 and a user input device(s) 718 for allowing the user to provide input to the computer 704 .
- the input devices 718 include a keyboard and a mouse.
- the personal computer 704 is used by multiple users, each having their own user profile.
- a first user 720 Two of these users, a first user 720 , and a second user 724 are depicted. It is assumed that each one of these users has his/her own user profile information and identifier (i.e., user name) stored in the personal computer 704 .
- a user presently logged in to the personal computer 704 at any point in time is referred to herein as the “active user”.
- the active user a user presently logged in to the personal computer 704 at any point in time.
- FIG. 7 is important to note that the devices depicted in FIG. 7 are all in accordance with a system wide standard which is similar to the one described in the first embodiment. Accordingly, this second standard specifies a set of generic access requests that are intended to cause an executing computer to access a set of target data describing a target image. In this case, however, each user can have his/her own target image. The target data accessed in response to these requests at any point in time is the target data that is associated with the active user. FIGS. 8–11 is used to illustrate this concept further.
- FIG. 8 is a flow diagram for showing, very generally, how the personal computer 704 can be operated to identify and store a set of target data.
- a user e.g., the first user 720 or the second user 724
- the personal computer 704 responds in a conventional manner by retrieving the user's preferences and desktop configuration. In this manner, the user becomes the “active user”.
- the active user provides input that he/she wishes a particular image to be a “target image”.
- the computer 704 receives this input at step 804 .
- the computer 704 responds by identifying the data describing the image as “target data” (step 806 ).
- the computer 704 operates to link the target data to the identifier assigned to the active user 720 (step 806 ). In this manner, the target data becomes associated with the active user.
- FIG. 9 is an abstract drawing of the personal computer 704 under the following scenario.
- the first user 720 has previously interacted with the personal computer to identify a first target image (target image # 1 ).
- target image # 1 the data representing this image has been identified, by the personal computer 704 , as target data (target data # 1 ).
- target data # 1 is linked to the identifier assigned to the first user 720 .
- the second user 724 has also previously interacted with the personal computer 704 and has identified a second target image (target image # 2 ).
- the data describing this image is also identified as target data (target data # 2 ).
- This second set of data is linked to the identifier assigned to the second user 724 .
- FIG. 10 illustrates very generally the operation of the personal computer 704 in response to a generic access instruction, assuming the scenario depicted in FIG. 9 .
- a user is assumed to log in to the personal computer 704 (step 1002 ).
- the computer 704 is assumed to execute a generic access 1 instruction (step 1004 ).
- the personal computer 704 accesses the target data that is linked to the active user's identifier (step 1006 ).
- the personal computer 704 would respond to the generic access instruction by accessing the target data # 1 .
- the personal computer 704 would respond to the same generic access instruction in a different manner. That is, the personal computer 704 would access the target data # 2 .
- FIG. 11 is a high level block diagram of the first WEB site 708 .
- the first WEB Site 708 includes a processor 1102 , a memory 1104 , and an input/output (I/O) port 1106 . All these components are connected by one or more local interfaces 1108 .
- the I/O port 1106 links the WEB site 708 to the communication link 712 .
- the processor 1102 is used to execute the first WEB Server 1110 which is shown stored in the memory 1104 .
- first WEB page 1112 and “document creation WEB content” 1114 are also stored in the memory 1104 . Both the first WEB page 1112 and the document creation WEB content 1114 are assigned a URL.
- the document creation WEB content 1114 is used to provide a “document creation service” to external devices.
- this content includes generic access instructions that are in accordance with the system wide standard described in section (2.a) of this document. When executed, these instructions result in generic access requests being generated in order to access a set of target data.
- generic access instructions are instructions that do not include the location of the target data itself. The “generic access requests” generated from these instructions also do not include the location of the target data.
- FIG. 12 is a high level block diagram of the printer 710 .
- the printer 710 includes a processor 1202 , a memory 1204 , an I/O port 1206 , and a print engine 1208 . All these components are connected by one or more local interfaces 1210 .
- the I/O port 1206 links the printer 710 to the communication link 712 .
- the print engine 1208 includes the necessary hardware and firmware to print a document.
- the processor 1202 is used to execute the print WEB Server 1212 and the printer control program 1222 which is shown stored in the memory 1204 . Also stored in the memory 1204 is a WEB page 1216 and “Document Print WEB content” 1220 . Both the WEB page 1216 and the Document print WEB content 1220 are assigned a URL.
- the document print content is used to provide a document printing service to external devices.
- this content includes generic access instructions that are also in accordance with the system wide standard described in section (2.a). When executed, these instructions results in generic access requests being generated.
- FIG. 13 is a high level block diagram of the second Computer 706 .
- the second computer 706 includes a processor 1302 , a memory 1304 , and an input/output (I/O) port 1306 . All these components are connected by one or more local interfaces 1308 .
- the I/O port 1306 links the second computer 1306 to the communication link 712 .
- the processor 1302 is used to execute the Server 1310 shown stored in the memory 1304 .
- the memory 1304 includes a reserved storage area 1312 for storing target data that is associated with users of the personal computer 704 .
- FIG. 14 is a high level diagram of the of personal computer 704 .
- the personal computer 704 includes a processor 1402 , a memory 1404 and an input/output (I/O) port 1408 . All these components are connected by one or more local interfaces 1410 .
- the I/O port 1408 links the second computer 706 to the communication link 712 .
- the memory 1404 includes a reserved storage area 1416 and a WEB Browser 1412 .
- the WEB Browser 1412 includes an extension component (extension) 1414 .
- the processor 1402 is used to execute the WEB Browser 1412 .
- the extension 1414 is configured to respond to generic access requests (generated by downloaded WEB Content) by accessing the set of target data which is linked to the current active user.
- generic access requests generated by downloaded WEB Content
- the extension 1414 may be an application programming interface (API) and the generic access requests can be API function calls. It is important to note, however, that the there are other ways to implement the functionality provided by the extension 1414 . The present invention is not limited to any one way.
- the memory shown may include both volatile and nonvolatile components. Volatile components are those that do not retain data upon loss of power. Non-volatile components are those that retain data upon a loss of power.
- each of the memories shown in FIGS. 7–14 may comprise, for example, random access memory (RAM), read-only memory (ROM), hard disk drives, floppy disks accessed via an associated floppy disk drive, compact disk(s) accessed via a compact disk drive, magnet tape(s) accessed via an appropriate tape drive, and/or other memory components (currently known in the art, or yet to be developed), or a combination of any two or more memory components.
- RAM random access memory
- ROM read-only memory
- hard disk drives floppy disks accessed via an associated floppy disk drive
- compact disk(s) accessed via a compact disk drive compact disk(s) accessed via a compact disk drive
- magnet tape(s) accessed via an appropriate tape drive
- the processor shown may include one or more than one microprocessors.
- the local interface in each device may include, for example, one or more data buses and accompanying control buses.
- FIG. 15 illustrates how the various software components can communicate over the communication link 712 .
- the personal computer 704 must communicate to the other devices shown through a conventional firewall 1504 .
- the firewall 1504 is used to filter out unwanted communication packets in a conventional manner.
- requests may be made by the personal computer 704 to external devices located on the other side of the firewall 1504 and responses to these requests from the external devices are typically allowed. Communications, however, initiated by these external devices to the personal computer 704 are not permitted.
- the firewall 1504 includes a conventional proxy server (hereafter “firewall proxy”) that allows the personal computer 704 to pass HTTP requests to the WEB server 1110 , the Server 1310 and the WEB server 1212 .
- firewall proxy a conventional proxy server
- the personal computer 704 is able to make use of the services provided by the first WEB site 708 and the printer 710 .
- the personal computer 704 is able to store target data in the memory 1304 located in the second computer 706 . It is important to note that in other embodiments of the invention other communication protocols (either now existing or yet to be developed) can be used.
- the WEB browser 1412 can request the first WEB page 1112 as well as the Document creation WEB content 1114 by transmitting appropriate HTTP requests (via the proxy) to the WEB server 1110 .
- the WEB browser 1412 can request the printer WEB page 1216 as well as the document print WEB content 1220 received from the WEB server 1212 .
- the WEB browser 1412 can also communicate one or more sets of data (via the proxy) to the server 1310 and can retrieve this data.
- FIGS. 16–18 are used to illustrate how a user of the personal computer 704 can make use of the document creation service provided by the first WEB site 708 .
- a user logs into the personal computer 704 and begins a user session (step 1601 ). In this manner, the user becomes an active user.
- the WEB Browser 1412 receives this input at step 1602 and in response transmits (via the firewall proxy) an appropriate request for the page to the WEB server 1110 (step 1603 ).
- the WEB server 1110 receives the request and responds by transmitting the first WEB page 1112 to the WEB Browser 1412 (via the firewall proxy).
- the WEB Browser 1412 receives this response from the WEB server 1110 at step 1604 and displays the received first WEB page 1112 at step 1606 .
- FIG. 17 illustrates the first WEB page 1112 as displayed by the browser 1412 .
- the first WEB Page 1112 includes a text portion 1704 and a “get document service” hyperlink 1706 .
- the text portion 1704 may include information regarding the document creation service provided by the first WEB Site 708 .
- the hyperlink 1706 is formatted such that, when selected by a user, the WEB Browser 1412 transmits an appropriate request to the WEB server 1110 for the Document Creation WEB content 1114 .
- the first WEB Page 1112 may also display a cost to use the service as well as provide a means for the user to enter payment information (e.g., credit card information) to pay for the service.
- payment information e.g., credit card information
- the browser 1412 receives this input at step 1608 .
- the browser 1412 transmits an appropriate request to the Web Sever 1110 (via the firewall proxy) for the Document creation WEB content 1114 (step 1610 ).
- the browser 1412 receives and begins executing the WEB content 1114 at step 1612 .
- FIG. 18 illustrates the operation of the Document creation WEB content 1114 while being executed at step 1612 .
- the content 1114 first causes the display device 716 to display a user interface (step 1802 ).
- the user interface accepts input from a user (via the input devices 714 ) so as to allow the user to define an image.
- the WEB content 1114 provides a means for the user to indicate whether he/she wishes the image defined at step 1804 to be saved as a “target image” (step 1808 ).
- the user interface displayed at step 1802 may include one or more selectable options or a pull down menu for providing a user a means to indicate this desire.
- the WEB content 1114 is assumed to receive this indication at step 1810 .
- the WEB content 1114 generates generic access requests in order to cause the data generated at step 1806 to be stored (step 1822 ).
- the Extension 1414 is responsible for responding to these requests.
- the server 1310 responds by storing the target data in the reserved storage area 1312 . It will be assumed that the first target data 1502 represents this target data.
- the extension 1414 In addition to communicating the target data 1502 to the server 1310 , the extension 1414 (preferably) also stores the location of the first target data 1502 so that the data can later be accessed (step 1906 ) and links this location to the active user's identifier (step 1908 ).
- FIGS. 20–26 are used to illustrate how a user of the personal computer 704 can make use of the printing service provided by the printer 710 . In this section, it will be assumed that the conditions depicted in FIG. 20A exist.
- one of the two users logs into the personal computer 704 (step 2002 ) and executes the WEB browser 1412 .
- the user is then assumed to provide the URL of the printer WEB page 1216 .
- the WEB browser 18 receives this input at step 2004 .
- the Browser 1412 transmits an appropriate request to the WEB Server 1212 for the Printer WEB page 1216 .
- the WEB server 1212 receives this input and responds by transmitting the printer WEB page 1216 to the WEB Browser 1412 .
- the WEB Browser 1412 receives and displays the printer WEB page 1216 at step 2008 .
- FIG. 21 illustrates the printer WEB page 1216 as displayed by a browser.
- the printer WEB page 1216 includes a text portion 2104 and a “get document print service” hyperlink 2106 .
- the text portion 2104 may include information regarding the document printing service provided by the printer 710 .
- the hyperlink 2106 is formatted such that, when selected by a user, the WEB Browser 1412 transmits an appropriate request to the WEB server 1212 for the Document print WEB content 1220 .
- the printer WEB page 1216 may also display a cost to use the printing service and may provide the user with a means to enter payment information to make use of the service.
- the WEB Browser 1412 receives this input at step 2010 and in response transmits a request for the WEB content 1220 to the WEB server 1212 .
- FIG. 22A and FIG. 22B illustrate the operation of the print WEB content 1220 (while being executed at step 2014 ).
- the print WEB content 1220 causes generic access requests to be generated in order to retrieve a target image (step 2202 ).
- the extension 1414 responds by retrieving target data # 3 (stored in the second computer 706 ). This is accomplished by transmitting appropriate HTTP requests for this data to the server 1310 . The server 1310 responds by transmitting this data to the extension 1414 . Conversely, if the second user 724 is presently logged into the personal computer 704 , the extension 1414 responds by retrieving the set of target data # 3 .
- the extension 1414 then operates to provide the retrieved target data to the Document Print WEB Content 1220 in an appropriate manner (step 2306 ).
- the WEB content 1220 receives the retrieved target data (from the extension 1414 ) at step 2204 .
- the WEB content 1220 causes the personal computer 704 to display a print dialog box with a print preview image (step 2206 ).
- FIG. 24 illustrates an exemplary print dialog box 2402 that may be displayed by the personal computer 704 at step 2206 .
- the dialog box 2402 displays a print preview image 2404 that allows the user to define particular print settings.
- the print dialog box 2402 allows the user to enter the number of copies, select a duplex option and/or a collate option.
- the print preview image that is displayed is based, in part, upon the retrieved target image (i.e., the target image # 3 or the target image # 4 ) as well as the options selected.
- the WEB content 1220 is assumed to receive the user input indicating that certain settings have been selected at step 2208 and updates the dialog box 2206 accordingly.
- FIG. 25 illustrates how the print dialog box 2402 would be updated assuming that the user has selected the duplex option and has entered “4” as the number of copies he/she wishes printed. It is noted that the print pre-view image reflects the duplex option by an icon 2502 .
- the WEB server 1212 receives the print job and provides the print job to the printer control program 1222 .
- the printer control program 1222 commands the print engine 1208 to print the target image according to the settings described by the print job.
- step 2220 may be accomplished by using a number of techniques.
- PML Peripheral Management Language
- the techniques taught in the pending application entitled “Method and Apparatus for Providing Print Job Status”, may be used. That application, Ser. No. 09/702,766, was filed Nov. 1, 2000 in the US Patent Office. That application is incorporated herein by reference.
- the third field 2608 describes certain problems with the current print job encountered during printing. For example, if the printer 710 reports that a paper jam has occurred, this information can be displayed in this third field.
- the status page 2602 includes a pause button 2610 and a continue button 2612 . If the pause button 2610 is selected, the WEB content 1220 sends an appropriate message to the WEB server 1212 indicating that the printing of the present job should be paused.
- the WEB server 1212 receives this message and communicates it to the printer control program 1222 .
- the control program 1222 responds by pausing the printing of the present print job.
- a user can then select the continue button 2612 .
- the Doc. Print WEB content 1220 sends an appropriate message to the WEB server 1212 indicating printing should be resumed.
- the WEB server 710 receives this message and communicates it to the printer control program 1222 .
- the control program 1222 responds by causing the printing of the present print job to resume.
- a computing system represents a significant advance in the art.
- a personal computer can provide a user with dynamic updates of printer status while the printer is printing a print job. This can be accomplished by utilizing an agent of the printer itself (i.e., the WEB content) which executes on the personal computer itself. Thus, in this manner, the printer itself provides its own status information, via the printer's agent.
- an agent of the printer itself i.e., the WEB content
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims (12)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US09/712,337 US7196803B1 (en) | 2000-11-13 | 2000-11-13 | System and method for printing to a printer without the use of a print driver |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US09/712,337 US7196803B1 (en) | 2000-11-13 | 2000-11-13 | System and method for printing to a printer without the use of a print driver |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US7196803B1 true US7196803B1 (en) | 2007-03-27 |
Family
ID=37886098
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US09/712,337 Expired - Lifetime US7196803B1 (en) | 2000-11-13 | 2000-11-13 | System and method for printing to a printer without the use of a print driver |
Country Status (1)
| Country | Link |
|---|---|
| US (1) | US7196803B1 (en) |
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030137690A1 (en) * | 2002-01-24 | 2003-07-24 | Hoover Rick P. | System and method for mobile printing from a desktop operating system using a portable computing device |
| US20050068560A1 (en) * | 2003-09-30 | 2005-03-31 | Ferlitsch Andrew R. | Providing application specific printing with an arbitrary printing device |
| US20050068582A1 (en) * | 2003-09-30 | 2005-03-31 | Ferlitsch Andrew R. | Systems and methods for providing printing with document indicia |
| US20120026548A1 (en) * | 2010-04-28 | 2012-02-02 | Canon Kabushiki Kaisha | Print system, information processing apparatus, and method thereof |
| US8886701B1 (en) | 2002-07-15 | 2014-11-11 | Hewlett-Packard Development Company, L.P. | Network based software agent to allow dynamic resource access |
| US9182932B2 (en) | 2007-11-05 | 2015-11-10 | Hewlett-Packard Development Company, L.P. | Systems and methods for printing content associated with a website |
| US9400622B2 (en) | 2012-06-29 | 2016-07-26 | Hewlett-Packard Development Company, L.P. | Path independent print queues |
| US10504011B2 (en) | 2011-02-10 | 2019-12-10 | Seiko Epson Corporation | Network system, interface board, method of controlling printing on an network system, and program |
Citations (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5602974A (en) * | 1994-10-05 | 1997-02-11 | Microsoft Corporation | Device independent spooling in a print architecture |
| US6129457A (en) * | 1997-07-01 | 2000-10-10 | Xerox Corporation | Resolution enhancement for a digital printing apparatus |
| US6144997A (en) | 1994-06-27 | 2000-11-07 | Xerox Corporation | System and method for accessing and distributing electronic documents |
| US6182242B1 (en) * | 1998-04-22 | 2001-01-30 | International Business Machines Corporation | Generic device driver simulator and method |
| US6344901B1 (en) * | 1998-10-19 | 2002-02-05 | Hewlett-Packard Company | Method and apparatus for using a rasterizer and a print engine of incompatible bit-depth representation |
| US6421748B1 (en) * | 1998-03-04 | 2002-07-16 | Nadio.Com, Inc. | System and method for a universal output driver |
| JP2002325161A (en) * | 2001-04-26 | 2002-11-08 | Murata Mach Ltd | Image processing unit |
| WO2003014917A1 (en) * | 2001-08-09 | 2003-02-20 | Primelayer Software Inc. | A universal driver apparatus and method |
| US6766519B1 (en) * | 1999-03-26 | 2004-07-20 | Emc Corporation | Generic software interface for hardware environments having executing code registers itself and the code for a next suboperation |
-
2000
- 2000-11-13 US US09/712,337 patent/US7196803B1/en not_active Expired - Lifetime
Patent Citations (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6144997A (en) | 1994-06-27 | 2000-11-07 | Xerox Corporation | System and method for accessing and distributing electronic documents |
| US5602974A (en) * | 1994-10-05 | 1997-02-11 | Microsoft Corporation | Device independent spooling in a print architecture |
| US6129457A (en) * | 1997-07-01 | 2000-10-10 | Xerox Corporation | Resolution enhancement for a digital printing apparatus |
| US6421748B1 (en) * | 1998-03-04 | 2002-07-16 | Nadio.Com, Inc. | System and method for a universal output driver |
| US6182242B1 (en) * | 1998-04-22 | 2001-01-30 | International Business Machines Corporation | Generic device driver simulator and method |
| US6344901B1 (en) * | 1998-10-19 | 2002-02-05 | Hewlett-Packard Company | Method and apparatus for using a rasterizer and a print engine of incompatible bit-depth representation |
| US6766519B1 (en) * | 1999-03-26 | 2004-07-20 | Emc Corporation | Generic software interface for hardware environments having executing code registers itself and the code for a next suboperation |
| JP2002325161A (en) * | 2001-04-26 | 2002-11-08 | Murata Mach Ltd | Image processing unit |
| WO2003014917A1 (en) * | 2001-08-09 | 2003-02-20 | Primelayer Software Inc. | A universal driver apparatus and method |
Cited By (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030137690A1 (en) * | 2002-01-24 | 2003-07-24 | Hoover Rick P. | System and method for mobile printing from a desktop operating system using a portable computing device |
| US8699053B2 (en) | 2002-01-24 | 2014-04-15 | Hewlett-Packard Development Company, L.P. | System and method for mobile printing from a desktop operating system using a portable computing device |
| US8886701B1 (en) | 2002-07-15 | 2014-11-11 | Hewlett-Packard Development Company, L.P. | Network based software agent to allow dynamic resource access |
| US20050068560A1 (en) * | 2003-09-30 | 2005-03-31 | Ferlitsch Andrew R. | Providing application specific printing with an arbitrary printing device |
| US20050068582A1 (en) * | 2003-09-30 | 2005-03-31 | Ferlitsch Andrew R. | Systems and methods for providing printing with document indicia |
| US9182932B2 (en) | 2007-11-05 | 2015-11-10 | Hewlett-Packard Development Company, L.P. | Systems and methods for printing content associated with a website |
| US20120026548A1 (en) * | 2010-04-28 | 2012-02-02 | Canon Kabushiki Kaisha | Print system, information processing apparatus, and method thereof |
| US20150009537A1 (en) * | 2010-04-28 | 2015-01-08 | Canon Kabushiki Kaisha | Print system, information processing apparatus, and method thereof |
| US8873090B2 (en) * | 2010-04-28 | 2014-10-28 | Canon Kabushiki Kaisha | Print system for outputting data from web application on a network |
| US9195424B2 (en) * | 2010-04-28 | 2015-11-24 | Canon Kabushiki Kaisha | Print system, information processing apparatus, and method for generating data to be transmitted using an application based on an instruction from a web browser |
| US10504011B2 (en) | 2011-02-10 | 2019-12-10 | Seiko Epson Corporation | Network system, interface board, method of controlling printing on an network system, and program |
| EP2673700B1 (en) * | 2011-02-10 | 2020-04-08 | Seiko Epson Corporation | Network system, interface board, method of controlling printing on an network system, and program |
| US10949719B2 (en) | 2011-02-10 | 2021-03-16 | Seiko Epson Corporation | Network system, interface board, method of controlling printing on an network system, and program |
| US9400622B2 (en) | 2012-06-29 | 2016-07-26 | Hewlett-Packard Development Company, L.P. | Path independent print queues |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6453129B1 (en) | System and method for providing job assurance | |
| US6327045B1 (en) | Computer network | |
| US6240456B1 (en) | System and method for collecting printer administration information | |
| JP3958246B2 (en) | Remote creation of printer instances on workstations | |
| JP4961031B2 (en) | Method and system for submitting a job to a copy center | |
| US7239409B2 (en) | Remote access to print job retention | |
| US7106469B2 (en) | Variable data printing with web based imaging | |
| US6943903B2 (en) | System and method for providing print preview/media selection | |
| US7191448B2 (en) | Web based imaging page redirector system for accessing a redirector reference that directs a browser to a redirector software | |
| US20030033432A1 (en) | Web based imaging service that converts web pages into content on behalf of another web site | |
| US6631010B1 (en) | Web-based imaging system utilizing “cookies” to provide a single-action printing option | |
| US20030033353A1 (en) | Method for web-based imaging service to redirect to a preferred destination based on a criteria | |
| EP0872792A2 (en) | Network communication with printing systems | |
| US20030083952A1 (en) | Web-based imaging service providing the ability to specify a charge-back account | |
| US20030112460A1 (en) | Method for accessing imaging information on a demand basis using web based imaging | |
| US7426549B2 (en) | Mechanism for sharing web-based imaging information from a mainframe computing environment | |
| US7464134B2 (en) | Mechanism and method for sharing imaging information from an enterprise resource planning computing environment | |
| US7062752B2 (en) | Method, system and program product for multi-profile operations and expansive profile operation | |
| US7006243B2 (en) | Web-based imaging system providing means of accessing content individually | |
| US20030033445A1 (en) | Imaging extension | |
| US7196803B1 (en) | System and method for printing to a printer without the use of a print driver | |
| JP2970521B2 (en) | Document storage device | |
| US8135864B2 (en) | Mechanism for sharing web based imaging information from a unix terminal computing environment | |
| US7158247B2 (en) | System and method for determining the time required to complete a print job | |
| US20030038839A1 (en) | Method for web-based imaging service to redirect to a preferred destination |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: HEWLETT-PACKARD COMPANY, COLORADO Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SIMPSON, SHELL S.;FOSTER, WARD S.;LIVINGSTON, KRIS R.;REEL/FRAME:011723/0069 Effective date: 20001120 |
|
| AS | Assignment |
Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY L.P., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD COMPANY;REEL/FRAME:014061/0492 Effective date: 20030926 Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY L.P.,TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:HEWLETT-PACKARD COMPANY;REEL/FRAME:014061/0492 Effective date: 20030926 |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| CC | Certificate of correction | ||
| FPAY | Fee payment |
Year of fee payment: 4 |
|
| FPAY | Fee payment |
Year of fee payment: 8 |
|
| MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553) Year of fee payment: 12 |