CN110851092A - Customized printing method and system based on printing template under B/S framework - Google Patents

Customized printing method and system based on printing template under B/S framework Download PDF

Info

Publication number
CN110851092A
CN110851092A CN201911120318.2A CN201911120318A CN110851092A CN 110851092 A CN110851092 A CN 110851092A CN 201911120318 A CN201911120318 A CN 201911120318A CN 110851092 A CN110851092 A CN 110851092A
Authority
CN
China
Prior art keywords
user
printing
label
configuration parameter
printing template
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.)
Pending
Application number
CN201911120318.2A
Other languages
Chinese (zh)
Inventor
洪金秋
连航
黄杉
林志胜
梁昌成
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xiamen Shang Ji Network Technology Co Ltd
Original Assignee
Xiamen Shang Ji Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xiamen Shang Ji Network Technology Co Ltd filed Critical Xiamen Shang Ji Network Technology Co Ltd
Priority to CN201911120318.2A priority Critical patent/CN110851092A/en
Publication of CN110851092A publication Critical patent/CN110851092A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1253Configuration of print job parameters, e.g. using UI at the client
    • G06F3/1257Configuration of print job parameters, e.g. using UI at the client by using pre-stored settings, e.g. job templates, presets, print styles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1244Job translation or job parsing, e.g. page banding
    • G06F3/1248Job translation or job parsing, e.g. page banding by printer language recognition, e.g. PDL, PCL, PDF
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1253Configuration of print job parameters, e.g. using UI at the client
    • G06F3/1256User feedback, e.g. print preview, test print, proofing, pre-flight checks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1278Dedicated interfaces to print systems specifically adapted to adopt a particular infrastructure
    • G06F3/1285Remote printer device, e.g. being remote from client or server
    • G06F3/1287Remote printer device, e.g. being remote from client or server via internet

Abstract

The invention relates to a self-defined printing method based on a printing template under a B/S framework, which comprises the steps of establishing at least one printing template at a server side, defining each component in the printing template as a label element, and writing the label elements into an xml-format model configuration file corresponding to the printing template; creating a JS rendering engine at a browser end; configuring a printing template at a browser end user to generate a configuration parameter value of the user; the JS rendering engine analyzes the configuration parameter value and the model configuration file to generate html to be rendered by the browser; during printing, the configuration parameter values of the user are sent to the server side, and a java rendering engine of the server side analyzes the configuration parameter values and the model configuration file of the user and calls a pdf converter to generate a pdf printing file. The invention can realize the consistent display effect of the preview page of the browser end and the pdf printing file generated by the server end, and improve the printing quality.

Description

Customized printing method and system based on printing template under B/S framework
Technical Field
The invention relates to a custom printing method based on a printing template under a B/S framework, belonging to the field of B/S printing.
Background
In the existing self-defined printing method, a server end provides configuration items, a user selects the configuration items to realize adjustment of a printing layout, a browser end generates an html page according to the selection of the user, the html page is transmitted to the server end, the server end performs html analysis and css analysis on the html page by using a pdf converter, and a pdf printing file is correspondingly generated according to html elements and css styles. In the process, because html elements and cs styles are various, a pdf converter of the server side and a browser side have a difference in analyzing page elements, and because the resolutions of the browser side and the server side are different, fonts, font sizes, and the like in an html page generated by the browser side and fonts and font sizes in a pdf print file generated by the server side have a difference, so that a print effect presented by the html page generated by the browser side and a pdf print file finally generated by the server side have a great difference. Meanwhile, the pdf converter at the server side cannot obtain the special configuration parameters of the user from html page parsing, for example, when the financial document is printed, it is difficult to solve the configuration parameters of fixed header, blank filling of the body, fixed tail and the like, so that during printing, the header and the tail cannot continuously appear in each printed page, and the printing effect is not ideal.
Disclosure of Invention
In order to solve the technical problems, the invention provides a self-defined printing method based on a printing template under a B/S framework, a user configures the printing template at a browser end, generates a user configuration file after the user configuration file is completed, sends the configured user configuration file to a server end, and the server end analyzes and renders the user configuration file.
The technical scheme of the invention is as follows:
a self-defined printing method based on a printing template under a B/S framework is characterized in that at least one printing template is created at a server side, each component in the printing template is defined as a label element, and the label elements are written into an xml-format model configuration file corresponding to the printing template; creating a JS rendering engine at a browser end; reading each printing template and a corresponding model configuration file thereof at a browser end, selecting the printing template by a user, carrying out custom configuration, and generating a configuration parameter value of the user; the JS rendering engine reads a configuration parameter value of a user, generates html by combining a model configuration file, and renders the html into a preview page by a browser; and sending the configuration parameter values of the user to a server side, analyzing the configuration parameter values of the user by combining the model configuration file through a java rendering engine of the server side, and then calling a pdf converter to generate a pdf printing file.
Preferably, the tag elements of the printing template comprise static tag elements, configuration item tag elements which can be configured by a user, and dynamic tag elements which are used for determining whether to display according to the configuration parameter values of the user.
Preferably, the JS rendering engine analyzes each label element in the model configuration file to generate a JS object; analyzing the JS object of the dynamic label, and analyzing the configuration item element label in combination with the configuration parameter value of the user to generate a new static label element; and analyzing JS objects of all static label elements, generating html capable of being analyzed by a browser, and rendering the html into a preview page by the browser.
Preferably, the java rendering engine of the server analyzes the configuration parameter value of the user in combination with the model configuration file, each tag element generates a java object, and then analyzes the java object and invokes the pdf converter to generate the pdf printing file.
Preferably, an account of the user is created on the server, and the configuration parameters of the user and the corresponding model configuration file are saved in the account.
A self-defined printing system based on a printing template under a B/S framework is characterized in that: the method comprises the steps that a server end and a browser end are included, at least one printing template is created at the server end, each component in the printing template is defined as a label element, and the label elements are written into an xml-format model configuration file corresponding to the printing template; creating a JS rendering engine at the browser end; reading each printing template and a corresponding model configuration file thereof at a browser end, selecting the printing template by a user, carrying out custom configuration, and generating a configuration parameter value of the user; the JS rendering engine reads a configuration parameter value of a user, generates html by combining a model configuration file, and renders the html into a preview page by a browser; and sending the configuration parameter values of the user to a server side, analyzing the configuration parameter values of the user by combining the corresponding model configuration file through a java rendering engine of the server side, and then calling a pdf converter to generate a pdf printing file.
Preferably, the tag elements of the printing template comprise static tag elements, configuration item tag elements which can be configured by a user, and dynamic tag elements which are used for determining whether to display according to the configuration parameter values of the user.
Preferably, the JS rendering engine analyzes each label element in the model configuration file to generate a JS object; analyzing the JS object of the dynamic label, and analyzing the configuration item element label in combination with the configuration parameter value of the user to generate a new static label element; and analyzing JS objects of all static label elements, generating html capable of being analyzed by a browser, and rendering the html into a preview page by the browser.
Preferably, the java rendering engine of the server analyzes the configuration parameter value of the user in combination with the model configuration file, each tag element generates a java object, and then analyzes the java object and invokes the pdf converter to generate the pdf printing file.
Preferably, an account of the user is created on the server, and the configuration parameters of the user and the corresponding model configuration file are saved in the account.
The invention has the following beneficial effects:
the invention relates to a self-defined printing method and a self-defined printing system based on a printing template under a B/S framework, wherein a model configuration file in an xml format is established, a browser end analyzes the model configuration file and a configuration parameter value of a user through a JS rendering engine to generate an html preview page, a server end analyzes the model configuration file and the configuration parameter value of the user through a java rendering engine and calls a pfd converter to generate a pdf printing preview page, so that the preview effect of the browser end is the same as the effect of the printing page of the server end, and the printing quality and efficiency are greatly improved.
Drawings
FIG. 1 is a flow chart of a custom printing method based on a printing template under a B/S framework according to the present invention;
FIG. 2 is a schematic diagram of a framework of a custom printing method based on a printing template under a B/S framework according to the present invention;
FIG. 3 is an effect diagram of an html print preview page of the present invention;
fig. 4 is a diagram illustrating the effects of the pdf printed file of the present invention;
fig. 5 is a flow chart of the application of the present invention.
Detailed Description
The invention is described in detail below with reference to the figures and the specific embodiments.
Referring to fig. 1 and fig. 2, in a B/S framework, a print template-based custom printing method is implemented by creating at least one print template at a server, defining each component in the print template as a tag element, and writing the tag elements into an xml-format model configuration file corresponding to the print template; and creating a JS rendering engine at the browser end. Reading each printing template and a corresponding model configuration file thereof at a browser end, selecting the printing template by a user and carrying out custom configuration to generate a configuration parameter value of the user, reading the configuration parameter value of the user by a JS rendering engine, combining the configuration parameter value with the model configuration file to generate html, rendering the html into a preview page by the browser, sending the configuration parameter value of the user to a server end when the user prints, analyzing the configuration parameter value of the user by a java rendering engine of the server end in combination with the model configuration file, and calling a pdf converter to generate a pdf printing file. The user can read the pdf print file at the browser end and print it.
In order to facilitate a user to quickly call the configured printing template, an account of the user is created on the server, the configuration parameter value of the user and the corresponding model configuration file are stored in the account, and the user can directly obtain the configuration parameter value and the corresponding model configuration file by logging in the account at a browser end to obtain the configured printing template.
In this embodiment, since the JS rendering engine and the java rendering engine have the same analysis object, the print preview effect presented at the browser end is consistent with the pdf print file finally generated at the server end, and the problem of poor print effect caused by incomplete analysis support of the style element of the browser by the existing pdf converter is solved.
The label elements of the printing template comprise static label elements, configuration item label elements which can be configured by a user and dynamic label elements which are used for determining whether to display according to the configuration parameter values of the user. The static label elements comprise html label elements, css style element labels and fixed element labels for displaying characters, tables and pictures.
And the JS rendering engine analyzes each label element in the model configuration file to generate a JS object, namely, the text structure is converted into a program structure which can be executed by the computer. And then analyzing the JS object of the dynamic label, analyzing the configuration item element label in combination with the configuration parameter value of the user to generate a new static label element (the expression form is the JS object format), finally analyzing the JS objects of all the static label elements to generate html capable of being analyzed by a browser, and rendering the html into a preview page by the browser. A java rendering engine at a server analyzes the configuration parameter value of a user in combination with a model configuration file, each tag element generates a java object, then the java object is analyzed, specifically, the java object of a dynamic tag is analyzed first, a configuration item element tag is analyzed in combination with the configuration parameter value of the user to generate a new static tag element (the expression form of the static tag element is a java object format), and finally, java objects of all static tag elements (all static tag elements comprise a static tag element and a new static tag element in a printing template) are analyzed; then, the pdf converter is called to generate a pdf print file. In particular, the pdf converter may employ an open source iText framework package.
Table 1 lists the dynamic tag elements and the part of the static tag elements, and the JS rendering engine parsing result and the java rendering engine parsing result.
Figure BDA0002275285080000071
A specific application example of the embodiment is as follows:
step 1, a user selects a printing template in a browser and carries out custom configuration, wherein a parameter value of header repetition and tail fixation is configured;
step 2, the JS rendering engine analyzes the configuration parameter value of the model user, firstly judges whether the parameter value of header repeat and tail fix is configured, if yes, the JS rendering engine firstly converts the model configuration file into an executable JS object, firstly analyzes the dynamic label element, analyzes according to the parameter of header repeat and tail fix, concretely, reads and caches the header, then fills the service data to be printed in the table, fills a line of service data every time, calculates whether the height of the table exceeds the preset page height, the height of the table contains the title, the filled service data and the total height of the service data to be filled, if not, fills the service data in the table, if so, adds a new page, fills the title in the table, then continuously fills the service data and repeats the judgment of the height of the table, then judging whether the current page height can put down the form tail or not on the last page, if so, filling a blank line by the form body so that the form tail is just at the tail of the page, and if not, adding a new page, filling the form head, and filling the blank line by the form body so that the form tail is just at the tail of the page; continuously analyzing the dynamic label according to other configuration parameter values of the user, analyzing all static label elements to generate HTML, and rendering the HTML into a preview page by the browser;
step 3, when the user confirms printing, sending the configuration parameter value of the user to a server side, analyzing the configuration parameter value of the user by a java rendering engine of the server side in combination with a model configuration file, generating a java object by each label element, then analyzing the java object, specifically, analyzing the java object of a dynamic label, analyzing the configuration item element label in combination with the configuration parameter value of the user to generate a new static label element (the expression form of the static label element is java object format), and finally analyzing the java objects of all the static label elements; then, the pdf converter is called to generate a pdf print file.
Example two
Referring to fig. 1 to 5, a customized printing system based on a printing template under a B/S framework includes a server and a browser, at least one printing template is created at the server, each component in the printing template is defined as a label element, and the label elements are written in a model configuration file in an xml format corresponding to the printing template; creating a JS rendering engine at the browser end; reading each printing template and a corresponding model configuration file thereof at a browser end, selecting the printing template by a user, carrying out custom configuration, and generating a configuration parameter value of the user; the JS rendering engine reads a configuration parameter value of a user, generates html by combining a model configuration file, and renders the html into a preview page by a browser; and sending the configuration parameter values of the user to a server side, analyzing the configuration parameter values of the user by combining the corresponding model configuration file through a java rendering engine of the server side, and then calling a pdf converter to generate a pdf printing file.
The label elements of the printing template comprise static label elements, configuration item label elements which can be configured by a user and dynamic label elements which are used for determining whether to display according to the configuration parameter values of the user. The static label elements comprise html label elements, css style element labels and fixed element labels for displaying characters, tables and pictures.
Analyzing each label element in the model configuration file by the JS rendering engine to generate a JS object; analyzing the JS object of the dynamic label, and analyzing the configuration item element label in combination with the configuration parameter value of the user to generate a new static label element; and analyzing JS objects of all static label elements, generating html capable of being analyzed by a browser, and rendering the html into a preview page by the browser. And a java rendering engine of the server analyzes the configuration parameter values of the user in combination with the model configuration file, generates a java object by each label element, analyzes the java object, and invokes a pdf converter to generate a pdf printing file.
The remaining embodiments of the second embodiment are the same as those of the first embodiment.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes performed by the present specification and drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. A custom printing method based on a printing template under a B/S framework is characterized in that:
creating at least one printing template at a server side, defining each component in the printing template as a label element, and writing the label elements into a model configuration file in an xml format corresponding to the printing template;
creating a JS rendering engine at a browser end;
reading each printing template and a corresponding model configuration file thereof at a browser end, selecting the printing template by a user, carrying out custom configuration, and generating a configuration parameter value of the user;
the JS rendering engine reads a configuration parameter value of a user, generates html by combining a model configuration file, and renders the html into a preview page by a browser;
and sending the configuration parameter values of the user to a server side, analyzing the configuration parameter values of the user by combining the model configuration file through a java rendering engine of the server side, and then calling a pdf converter to generate a pdf printing file.
2. The customized printing method based on the printing template under the B/S framework, according to claim 1, is characterized in that: the label elements of the printing template comprise static label elements, configuration item label elements which can be configured by a user and dynamic label elements which are used for determining whether to display according to the configuration parameter values of the user.
3. The customized printing method based on the printing template under the B/S framework, according to claim 2, is characterized in that: analyzing each label element in the model configuration file by the JS rendering engine to generate a JS object; analyzing the JS object of the dynamic label, and analyzing the configuration item element label in combination with the configuration parameter value of the user to generate a new static label element; and analyzing JS objects of all static label elements, generating html capable of being analyzed by a browser, and rendering the html into a preview page by the browser.
4. The customized printing method based on the printing template under the B/S framework, according to claim 2, is characterized in that: the method comprises the steps that a java rendering engine of a server side analyzes configuration parameter values of a user in combination with a model configuration file, each label element generates a java object, then the java object is analyzed, specifically, the java object of a dynamic label is analyzed first, a configuration item element label is analyzed in combination with the configuration parameter values of the user to generate a new static label element, finally, the java objects of all the static label elements are analyzed, then a pdf converter is called, and a pdf printing file is generated.
5. The customized printing method based on the printing template under the B/S framework, according to claim 2, is characterized in that: an account of the user is created on the server, and the configuration parameters of the user and the corresponding model configuration file are saved in the account.
6. A self-defined printing system based on a printing template under a B/S framework is characterized in that: the method comprises the steps that a server end and a browser end are included, at least one printing template is created at the server end, each component in the printing template is defined as a label element, and the label elements are written into an xml-format model configuration file corresponding to the printing template; creating a JS rendering engine at the browser end;
reading each printing template and a corresponding model configuration file thereof at a browser end, selecting the printing template by a user, carrying out custom configuration, and generating a configuration parameter value of the user;
the JS rendering engine reads a configuration parameter value of a user, generates html by combining a model configuration file, and renders the html into a preview page by a browser;
and sending the configuration parameter values of the user to a server side, analyzing the configuration parameter values of the user by combining the corresponding model configuration file through a java rendering engine of the server side, and then calling a pdf converter to generate a pdf printing file.
7. The B/S based custom printing system of claim 6, wherein: the label elements of the printing template comprise static label elements, configuration item label elements which can be configured by a user and dynamic label elements which are used for determining whether to display according to the configuration parameter values of the user.
8. The B/S based custom printing system of claim 7, wherein: analyzing each label element in the model configuration file by the JS rendering engine to generate a JS object; analyzing the JS object of the dynamic label, and analyzing the configuration item element label in combination with the configuration parameter value of the user to generate a new static label element; and analyzing JS objects of all static label elements, generating html capable of being analyzed by a browser, and rendering the html into a preview page by the browser.
9. The B/S based custom printing system of claim 7, wherein: and a java rendering engine of the server analyzes the configuration parameter values of the user in combination with the model configuration file, generates a java object by each label element, analyzes the java object, and invokes a pdf converter to generate a pdf printing file.
10. The B/S based custom printing system of claim 7, wherein: an account of the user is created on the server, and the configuration parameters of the user and the corresponding model configuration file are saved in the account.
CN201911120318.2A 2019-11-15 2019-11-15 Customized printing method and system based on printing template under B/S framework Pending CN110851092A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911120318.2A CN110851092A (en) 2019-11-15 2019-11-15 Customized printing method and system based on printing template under B/S framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911120318.2A CN110851092A (en) 2019-11-15 2019-11-15 Customized printing method and system based on printing template under B/S framework

Publications (1)

Publication Number Publication Date
CN110851092A true CN110851092A (en) 2020-02-28

Family

ID=69601311

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911120318.2A Pending CN110851092A (en) 2019-11-15 2019-11-15 Customized printing method and system based on printing template under B/S framework

Country Status (1)

Country Link
CN (1) CN110851092A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338587A (en) * 2020-03-13 2020-06-26 珠海市捷锐科技有限公司 Custom printing WED system
CN111552447A (en) * 2020-04-30 2020-08-18 中国银行股份有限公司 Printing method and system
CN111783414A (en) * 2020-07-20 2020-10-16 上海乾臻信息科技有限公司 Label printing template generation method and device
CN112068783A (en) * 2020-08-21 2020-12-11 时时同云科技(成都)有限责任公司 Label printing system and method
CN112486436A (en) * 2020-12-18 2021-03-12 上海中通吉网络技术有限公司 HTML dynamic filling data printing instruction generation method, system and printer
CN112966033A (en) * 2021-02-26 2021-06-15 云账户技术(天津)有限公司 Method, device and storage medium for previewing template file
CN113238720A (en) * 2021-03-30 2021-08-10 紫光云技术有限公司 Implementation method for directly printing pdf file on page without plug-in
CN115454363A (en) * 2022-09-14 2022-12-09 北京木屋时代科技有限公司 Instruction implementation method and device, storage medium and electronic device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7496835B1 (en) * 2004-10-31 2009-02-24 Adobe Systems Incorporated Document generation from web pages
CN104461412A (en) * 2014-12-30 2015-03-25 广州视源电子科技股份有限公司 Web page designated area printing method and system
CN105607880A (en) * 2015-12-29 2016-05-25 南威软件股份有限公司 Printing method and device for examined and approved documents
CN107368487A (en) * 2016-05-12 2017-11-21 阿里巴巴集团控股有限公司 A kind of page assembly Dynamic Distribution method, apparatus and client
CN108228119A (en) * 2018-01-11 2018-06-29 平安万家医疗投资管理有限责任公司 Method of printing, terminal device and storage medium based on HXML
CN109343804A (en) * 2018-09-28 2019-02-15 江苏中服焦点信息科技有限公司 A kind of method of printing template
CN110008195A (en) * 2019-04-11 2019-07-12 重庆猪八戒知识产权服务有限公司 A kind of dynamic configuration html turns the method, apparatus and system of pdf

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7496835B1 (en) * 2004-10-31 2009-02-24 Adobe Systems Incorporated Document generation from web pages
CN104461412A (en) * 2014-12-30 2015-03-25 广州视源电子科技股份有限公司 Web page designated area printing method and system
CN105607880A (en) * 2015-12-29 2016-05-25 南威软件股份有限公司 Printing method and device for examined and approved documents
CN107368487A (en) * 2016-05-12 2017-11-21 阿里巴巴集团控股有限公司 A kind of page assembly Dynamic Distribution method, apparatus and client
CN108228119A (en) * 2018-01-11 2018-06-29 平安万家医疗投资管理有限责任公司 Method of printing, terminal device and storage medium based on HXML
CN109343804A (en) * 2018-09-28 2019-02-15 江苏中服焦点信息科技有限公司 A kind of method of printing template
CN110008195A (en) * 2019-04-11 2019-07-12 重庆猪八戒知识产权服务有限公司 A kind of dynamic configuration html turns the method, apparatus and system of pdf

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338587A (en) * 2020-03-13 2020-06-26 珠海市捷锐科技有限公司 Custom printing WED system
CN111552447A (en) * 2020-04-30 2020-08-18 中国银行股份有限公司 Printing method and system
CN111552447B (en) * 2020-04-30 2024-01-30 中国银行股份有限公司 Printing method and system
CN111783414A (en) * 2020-07-20 2020-10-16 上海乾臻信息科技有限公司 Label printing template generation method and device
CN112068783A (en) * 2020-08-21 2020-12-11 时时同云科技(成都)有限责任公司 Label printing system and method
CN112068783B (en) * 2020-08-21 2023-09-19 时时同云科技(成都)有限责任公司 Label printing system and method
CN112486436A (en) * 2020-12-18 2021-03-12 上海中通吉网络技术有限公司 HTML dynamic filling data printing instruction generation method, system and printer
CN112966033A (en) * 2021-02-26 2021-06-15 云账户技术(天津)有限公司 Method, device and storage medium for previewing template file
CN113238720A (en) * 2021-03-30 2021-08-10 紫光云技术有限公司 Implementation method for directly printing pdf file on page without plug-in
CN115454363A (en) * 2022-09-14 2022-12-09 北京木屋时代科技有限公司 Instruction implementation method and device, storage medium and electronic device

Similar Documents

Publication Publication Date Title
CN110851092A (en) Customized printing method and system based on printing template under B/S framework
CN111045615A (en) Method and system for printing JS template customized at browser end
CN106933862B (en) Method and device for generating mail report
JP4344693B2 (en) System and method for browser document editing
JP4896362B2 (en) Font selection method
US7251778B1 (en) Method and system for dynamically adapting the layout of a document to an output device
CN107943426B (en) Document paging printing method, document paging printing system and computer device
KR101101828B1 (en) Image forming control apparatus, image forming apparatus and control method of the same
CN110865775A (en) Printing method for online design and preview based on WEB
WO2018052978A1 (en) Systems and methods for automatically reformatting publications
JP5819698B2 (en) PRINT DATA PROCESSING DEVICE, PRINT DATA PROCESSING METHOD, PRINTING SYSTEM AND PROGRAM, AND PAGE DATA CREATION DEVICE AND Rasterization Processing Device
CN110837347A (en) Webpage printing method based on analysis plug-in, server and storage medium
CN112486436A (en) HTML dynamic filling data printing instruction generation method, system and printer
CN105988814B (en) Interface generation method and device
CN110705243A (en) Web page table setting method, device, equipment and computer storage medium
US7609398B2 (en) System and method for rendering fonts for tabbed paper stock on a network
CN114791988A (en) Browser-based PDF file analysis method, system and storage medium
CN109815451B (en) PDF (Portable document Format) generation method, device and equipment
KR101169169B1 (en) Method and system for preserving unknown markup in a strongly typed environment
CN111124324A (en) Voucher printing method and device
CN110674437A (en) Method and device for converting webpage data into PDF (Portable document Format) attachment
CN111857612B (en) GDI-based drive function module configuration method, device, equipment and storage medium
US20120005295A1 (en) Method and Device for Mail Processing
US8817285B2 (en) Method and apparatus for printing HTML content
CN111464425A (en) Mail generation method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200228