SYSTEM AND METHOD FOR LOADING DIGITAL WATERMARKS AUTOMATICALLY
A system for loading digital watermarks automatically includes an application server (4). The application server includes a main controller. The main controller includes: a document fetching module (401) configured for fetching a document to be printed, and for accessing a document DRM header of the document fetched; a watermark downloading module (402) configured for downloading a digital watermark corresponding to the document; and an integrating module (403) configured for transforming the document into a graphical file and integrating the graphical file with the downloaded digital watermark. A related method is also disclosed.
Latest HON HAI PRECISION INDUSTRY CO., LTD. Patents:
- Assistance method of safe driving and electronic device
- Method for detecting medical images, electronic device, and storage medium
- Method, apparatus, and device for labeling images
- Method for real-time counting of pedestrians for statistical purposes coupled with facial recognition function and apparatus applying method
- Image defect detection method, electronic device and readable storage medium
The present invention relates to a system and method for loading digital watermarks.
The wide spread use of the Internet has increased digital devices and digital multimedia data usages in everyday life. It is relative easy to download digital multimedia data such as digital documents, images, audios, and digital video. It is also easy to modify and create high-quality replicas from the above-mentioned digital multimedia data. Therefore, if copy protection or copy control is not used on the digital multimedia data, there is a danger of illegitimate and illegal replicate of digital multimedia data. Illicit replicas of digital multimedia data must be prevented, and the number of replicas created by authorized users must be restricted. Therefore, protection of intellectual property has become a prime concern for creators and publishers of digitized copies of copyrightable works.
One method of protecting copyrights in the digital domain is to incorporate “digital watermarks”. Digital watermarks can be used to mark each individual copy of a digitalized work with information identifying the title, copyright holder, and even the licensed owner of a particular copy.
The digital watermark technique is defined as a technique of embedding specific information into digital data according to a predetermined rule so that the specific information cannot be extracted from the digital data without using at least the predetermined rule. By using this technique, for example, information on a purchaser of image data, etc. is embedded in the image data itself beforehand according to the predetermined rule in such a manner that the information is not visible, and when the image data are illegally replicated, the embedded information is extracted according to the predetermined rule from the data thus illegally copied to specify a person (purchaser) who illegally replicates the data.
However, at present, the digital watermark technique is only applied to digital images, and only detects digital documents placed on the Internet, and does not detect hard copied documents.
SUMMARYA system for loading digital watermarks automatically includes an application server. The application server includes a main controller. The main controller includes: a document fetching module configured for fetching a document to be printed, and for accessing a document DRM header of the document fetched; a watermark downloading module configured for downloading a digital watermark corresponding to the document; and an integrating module configured for transforming the document into a graphical file and integrating the graphical file with the downloaded digital watermark.
A computer-based method for loading digital watermarks automatically includes the steps of: fetching a document to be printed; accessing a document DRM header of the document fetched, the header comprising a location of a digital watermark corresponding to the document; keeping the document in a temporary file; downloading the digital watermark corresponding to the document; transforming the document kept in the temporary file into a graphical file; and integrating the graphical file with the digital watermark.
Other advantages and novel features of the present invention will become more apparent from the following detailed description of preferred embodiments when taken in conjunction with the accompanying drawings.
Each client computer 1 provides a user interface that can be used to access the application server 4 for data input and output. The plurality of client computers 1 may be further connected to one or more printers 2 for printing documents.
The application server 4 is configured for downloading a digital watermark corresponding to a document from the remote server 6, and for integrating the digital watermark in the document for printing.
The remote server 6 is installed with a digital rights management (DRM) software, and stores digital watermarks corresponding to various documents.
The document fetching module 401 is configured for fetching the document to be printed from the database 5, and accessing a document DRM header of the document fetched. A document DRM header is added in the document when the document is encrypted by DRM. The document DRM header may include information such as: author information, copyright year, a location of a corresponding digital watermark, and a digital object identifier (DOI). The document fetching module 401 is also configured for determining whether the document to be printed has been protected by DRM. If the document includes a document DRM header, the document has been protected by DRM. The document fetching module 401 keeps the document in a temporary file. The document may also be stored in any of the client computers 1 or the remote server 6.
The watermark downloading module 402 is configured for downloading a digital watermark corresponding the document to be printed from the remote server 6 according to a location of the digital watermark in the document DRM header.
The integrating module 403 is configured for transforming the document kept in the temporary file into a graphical file, fetching RGB (red, green and blue) data values of each point in the graphical file and the digital watermark, and making logical operations on the RGB values of each point in order to integrate the digital watermark in the document. The logical operation includes: XOR.
The sending module 404 is configured for sending the document or the graphical file to the printer 2.
The printing module 405 is configured for printing the document or the graphical file through the printer 2.
If the document is protected by DRM, in step S604, the document fetching module 401 accesses a document DRM header of the document fetched, and fetches a print task by calling a function SetWindowsHook( ) from Windows APP. The function SetWindowsHook( ) is configured for hooking messages in the computer system. In step S605, the document fetching module 401 keeps the document to be printed in the temporary file. In step S606, the watermark downloading module 402 extracts the location of a corresponding digital watermark from the document DRM header; the location of the corresponding digital watermark is added in the document DRM header when the document is encrypted with DRM. Then, the watermark downloading module 402 downloads the digital watermark from the remote server 6 via socket or a uniform resource locator (URL) according to the location. In step S607, the integrating module 403 transforms the document kept in the temporary file into a graphical file. The integrating module 403 fetches RGB data values of each point in the digital watermark and the graphical file, and makes logical operations on the RGB values of each point. That is to say, the integrating module 403 integrates the digital watermark downloaded into the graphical file by making logical operations on the RGB values of each point. In step S608, the sending module 404 sends the graphical file with the digital watermark to the printer 2. In step S609, the printing module 405 prints the graphical file integrated with the digital watermark via the printer 2.
It is to be understood that other embodiments may be utilized and structural changes may be made without departing from the scope of the present invention.
Claims
1. A system for loading digital watermarks automatically comprising an application server, the application server having a main controller, the main controller comprising:
- a document fetching module configured for fetching a document to be printed, and for accessing a document DRM header of the document fetched;
- a watermark downloading module configured for downloading a digital watermark corresponding to the document; and
- an integrating module configured for transforming the document into a graphical file and integrating the downloaded digital watermark with the graphical file.
2. The system of claim 1, wherein the document DRM header comprises: author information, copyright year, a location of a corresponding digital watermark and a digital object identifier.
3. The system of claim 1, wherein the integrating module integrates the downloaded digital watermark with the graphical file by fetching RGB data values of each point in the graphical file and the digital watermark and making logical operations on the RGB values of each point.
4. The system of claim 1, wherein the main controller further comprises:
- a sending module for sending the graphical file with the digital watermark to a printer; and
- a printing module for printing the graphical file with the digital watermark.
5. A computer-based method for loading digital watermarks automatically, the method comprising the steps of:
- fetching a document to be printed;
- accessing a document DRM header of the document fetched, the header comprising a location of a digital watermark corresponding to the document;
- keeping the document in a temporary file;
- downloading the digital watermark corresponding to the document;
- transforming the document kept in the temporary file into a graphical file; and
- integrating the digital watermark with the graphical file.
6. The method of claim 5, further comprising the steps of:
- sending the graphical file with the digital watermark to a printer;
- printing the graphical file with the digital watermark.
7. The method of claim 5, further comprising the steps of:
- determining whether the document to be printed has been protected by DRM;
- sending the document to the printer directly for printing if the document has not been protected by DRM.
8. The method of claim 5, wherein the integrating step comprises the steps of:
- fetching RGB data values of each point in the graphical file and the digital watermark; and
- making logical operations on the RGB values of each point.
Type: Application
Filed: Sep 1, 2006
Publication Date: Jul 26, 2007
Patent Grant number: 7685427
Applicant: HON HAI PRECISION INDUSTRY CO., LTD. (Taipei Hsien)
Inventor: BOR-CHUAN LIN (Taipei Hsien)
Application Number: 11/309,635
International Classification: H04N 7/16 (20060101); H04L 9/32 (20060101); H04L 9/00 (20060101); G06F 17/30 (20060101); G06F 7/04 (20060101); G06K 9/00 (20060101); H03M 1/68 (20060101); H04K 1/00 (20060101);