CN111767698B - Electronic form system based on OFD format file technology - Google Patents

Electronic form system based on OFD format file technology Download PDF

Info

Publication number
CN111767698B
CN111767698B CN202010643572.7A CN202010643572A CN111767698B CN 111767698 B CN111767698 B CN 111767698B CN 202010643572 A CN202010643572 A CN 202010643572A CN 111767698 B CN111767698 B CN 111767698B
Authority
CN
China
Prior art keywords
electronic form
file
module
input box
input
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.)
Active
Application number
CN202010643572.7A
Other languages
Chinese (zh)
Other versions
CN111767698A (en
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.)
Jiangsu Zhongwei Technology Software System Co ltd
Original Assignee
Jiangsu Zhongwei Technology Software System 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 Jiangsu Zhongwei Technology Software System Co ltd filed Critical Jiangsu Zhongwei Technology Software System Co ltd
Priority to CN202010643572.7A priority Critical patent/CN111767698B/en
Publication of CN111767698A publication Critical patent/CN111767698A/en
Application granted granted Critical
Publication of CN111767698B publication Critical patent/CN111767698B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/12Use of codes for handling textual entities
    • G06F40/151Transformation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • G06F16/90344Query processing by using string matching techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/9038Presentation of query results

Abstract

The invention discloses an electronic form system based on OFD format file technology, which comprises a file conversion module, a file generation module and a file editing module, wherein the file conversion module is used for removing elements from an electronic form and converting the electronic form into an OFD format file to obtain a file bottom edition; initializing an element coordinate module, and traversing input box object values of elements in the electronic form to form JSON format data; the electronic form display module is used for acquiring a file bottom version of the file conversion module, analyzing JSON format data of the initialization element coordinate module, drawing and making an input box on the file bottom version and marking the name of the input box; and the electronic form data storage module acquires the contents input by each input box, stores the acquired contents in a database in a one-to-one matching way corresponding to the input box names, and directly splices the contents and the input box name information into a value field during reading to return to the client for display. The invention can realize the conversion of the electronic form file into the OFD format file and the conversion of the two files so as to adapt to the use trend of future files.

Description

Electronic form system based on OFD format file technology
Technical Field
The invention relates to an electronic form system, in particular to an electronic form system based on an OFD format file technology, and belongs to the field of computer software.
Background
The workflow engine realizes the circulation of an abstract flow, the realization of specific business needs to be completed in an electronic form module, for example, documents are signed and the examination and approval opinions correspond to a business module, the specific business is realized in the business module and the data is stored in a database table, so that the persistence of the business data is realized. The workflow engine is responsible for connecting the service modules in series to realize the circulation of the service flow. The workflow circulation-based electronic form is obviously different from the traditional electronic document which only can exist as carriers of static and fragmented information, pictures, graphs and the like, can be an electronic, common and convenient-to-use almost any type of document, such as electronic documents frequently used in the fields of electronic government such as online declaration, approval, internal office, government information acquisition, submission and the like, and can substantially apply an XML document technology, so that the optimal characteristics of paper documents such as familiar appearance and feeling are reserved, and meanwhile, powerful business logic functions such as data verification and routing instructions are added. These features provide people with the necessary data access and interaction functions while also allowing governments to interact more efficiently with public applications. The workflow list engine system realizes the low coupling connection of the electronic form and various actual business logics, so that the traditional electronic form is really fused with an application system.
The worldwide Standard date of 14/10/2016, the State standardization administration Committee formally approved the release of the independent technology-based national Standard GB/T33190-2016 electronic document storage and interchange Format document (OFD). The OFD, abbreviation of Open Fixed-layout Document is an electronic file format Document format which is independently controllable in China, and the corresponding international standard is PDF. The OFD format file is obtained by fixed layout, no layout run and what you see is, and can be regarded as 'digital paper' in the computer age; is an ideal document format for electronic document publishing, digital information dissemination and archiving. The format data stream file is a file format which can be attached to a bottom plate (pdf, ofd, video and web pages), a single file is supported, a plurality of files or a plurality of types of files are attached at the same time, the original files and the endorsement content can be checked and previewed without modifying and damaging the original attached files, the content vector of the format data stream file is stored and amplified without distortion, the file can be expressed by a character string, can be directly stored in a database and embedded into a workflow system for endorsement and circulation, the file elements comprise pages, blocks, characters, handwriting, voice, pictures, videos, hyperlinks and other common table elements, each element supports related actions, and the page opening trigger or the click element trigger.
At present, electronic forms are widely applied to government affair systems, and OFD, as the application trend of future government affair systems, will be widely popularized in the future, so that the compatibility problem of two files will be caused, and for this reason, a system capable of converting electronic forms into OFD format files needs to be designed.
Disclosure of Invention
The invention aims to provide an electronic form system based on OFD format file technology, which realizes the conversion from an electronic form file to an ODF format file.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows:
an electronic form system based on OFD format file technology is characterized in that: the system comprises a file conversion module, an initialization element coordinate module, an electronic form display module and an electronic form data storage module;
the file conversion module is used for removing elements from the electronic form and converting the electronic form into an OFD format file to obtain a file bottom plate of the electronic form format;
initializing an element coordinate module, traversing an input box object of an element in the electronic form, forming the element type, the coordinate, the input box width, the input box height, the element name, the category and the value into JSON format data, and storing the JSON format data in a database;
the electronic form display module is used for acquiring a file bottom version of the file conversion module, analyzing JSON format data of the initialization element coordinate module, drawing and making an input box on the file bottom version and marking the name of the input box;
and the electronic form data storage module acquires the contents input by each input box, stores the acquired contents corresponding to the input box names in a database in a one-to-one matching manner, and directly splices the contents and the input box name information into a value field during reading to return to the client for display.
Further, the work flow of the file conversion module is
Step 11: a standard electronic form is imported into the file conversion module;
step 12: the file conversion module reads the contents of the electronic form, and elements in the electronic form are matched by adopting regular matching;
step 13: replacing the matched elements with blank areas to obtain a basic content master of the html-format file;
step 14: and the file conversion module calls wkhtmltopdf to convert the html-format file basic content bottom version into a PDF-format file, and then converts the PDF-format file into an OFD-format layout file to obtain an electronic form layout-processed file bottom version.
Further, the elements in the standard electronic form include a single-line text input box input, a multi-line text input box textarea, a drop-down box select, a multi-box checkbox, and a radio box radio.
Further, the work flow of the initialization element coordinate module is
Step 21: an element coordinate initialization module traverses an input box object in the electronic form;
step 22: organizing the element type, the horizontal coordinate StartX, the vertical coordinate startY, the width of an input frame, the height of the input frame, the element name, the category and the value into JSON format data;
step 23: and saving the organized JSON format data into a database.
Further, the input box object contains a single line text input box input, a multi-line text input box textarea, a drop-down box select, a multi-box checkbox, a radio, and a table unit td.
Further, the process of traversing the input box object in the electronic form in step 21 is
Acquiring a left distance left1 and an upper distance top1 from the input frame object to an outer layer table unit td thereof by using an offset function in JavaScript;
acquiring a transverse distance left2 and a longitudinal distance top2 from the table unit td to the upper left corner of the table according to an offset method;
adding the left distance left1 from the input frame object to the outer layer table cell td of the input frame object and the transverse distance left2 from the table cell td to the upper left corner of the form to obtain the distance StartX of the input frame object relative to the leftmost side of the form, adding the upper distance top1 from the input frame object to the outer layer table cell td of the input frame object and the longitudinal distance top2 from the table cell td to the upper left corner of the form to obtain the distance startY of the input frame object relative to the topmost part of the form, namely obtaining the coordinate information of the input frame object.
Further, the work flow of the electronic form showing module is
Step 31: the electronic form showing module acquires a formalized file bottom in the file conversion module;
step 32: displaying and rendering a corresponding layout template in a file template area;
step 33: the electronic form display module obtains JSON format data in the initialized element coordinate module, analyzes the JSON format data, draws an input frame with the width and the height of the input frame in a specified control area of the layout base according to the horizontal coordinate startX and the vertical coordinate StartY, and marks the name tagName of the input frame.
Further, the work flow of the electronic form data storage module is
Step 41: inputting and storing corresponding contents in each input box in the electronic form according to actual contents;
step 42: the electronic form data storage module matches and stores the values into a database one by one according to the name TagName of the input box and the content corresponding to the input box;
step 43: and during secondary reading, directly splicing the values into the value field, and returning the values to the client for display.
Compared with the prior art, the invention has the following advantages and effects:
1. the electronic form system based on the OFD format file technology can convert an electronic form file into an OFD format file and can also convert the two files so as to adapt to the use trend of future files;
2. after the file is converted, the format and the content form of the original electronic form file are reserved, the reading is convenient, and the format data stream file is effectively supplemented.
Detailed Description
Technical solutions adopted in embodiments of the present invention are clearly and completely described in order to explain in detail the technical solutions adopted in the present invention to achieve predetermined technical objects, it is obvious that the described embodiments are only partial embodiments of the present invention, not all embodiments, and technical means or technical features in the embodiments of the present invention may be replaced without creative efforts, and the present invention will be described in detail with reference to the embodiments below.
The invention relates to an electronic form system based on OFD format file technology, which comprises a file conversion module, an initialization element coordinate module, an electronic form showing module and an electronic form data storage module, wherein the file conversion module is used for converting an initial element coordinate into an initial element coordinate;
and the file conversion module is used for removing elements from the electronic form and converting the electronic form into an OFD format file to obtain the electronic form formatted file bottom.
Specifically, the work flow of the file conversion module is
Step 11: a standard electronic form is imported into the file conversion module; the elements in a standard electronic form contain a single line text entry box input, a multi-line text entry box textarea, a drop down box select, a multi box checkbox, and a radio box radio.
Step 12: the file conversion module reads the contents of the electronic form, and elements in the electronic form are matched by adopting regular matching;
step 13: replacing the matched elements with blank areas to obtain a basic content master of the html-format file;
step 14: and the file conversion module calls wkhtmltopdf to convert the html-format file basic content bottom version into a PDF-format file, and then converts the PDF-format file into an OFD-format layout file to obtain an electronic form layout-processed file bottom version.
And initializing an element coordinate module, traversing an input box object of an element in the electronic form, forming the element type, the coordinate, the input box width, the input box height, the element name, the category and the value into JSON format data, and storing the JSON format data in a database.
The work flow of the initialization element coordinate module is
Step 21: an element coordinate initialization module traverses an input box object in the electronic form; the input box object contains a single line text input box input, a multi-line text input box textarea, a drop down box select, a multi-box checkbox, a radio box radio, and a table cell td.
The process of traversing the input box object in the electronic form in step 21 is
Acquiring a left distance left1 and an upper distance top1 from the input frame object to an outer layer table unit td thereof by using an offset function in JavaScript;
acquiring a transverse distance left2 and a longitudinal distance top2 from the table unit td to the upper left corner of the table according to an offset method;
adding the left distance left1 from the input frame object to the outer layer table cell td of the input frame object and the transverse distance left2 from the table cell td to the upper left corner of the form to obtain the distance of the input frame object relative to the leftmost side of the form, adding the upper distance top1 from the input frame object to the outer layer table cell td of the input frame object and the longitudinal distance top2 from the table cell td to the upper left corner of the form to obtain the distance of the input frame object relative to the topmost side of the form, namely obtaining the coordinate information, the abscissa StartX and the ordinate startY of the input frame object.
Step 22: organizing the element type, the horizontal coordinate StartX, the vertical coordinate startY, the width of an input frame, the height of the input frame, the element name, the category and the value into JSON format data;
step 23: and saving the organized JSON format data into a database.
And the electronic form display module is used for acquiring the file bottom version of the file conversion module, analyzing JSON format data of the initialization element coordinate module, drawing and formulating an input box on the file bottom version and marking the name of the input box.
The work flow of the electronic form display module is
Step 31: the electronic form showing module acquires a formalized file bottom in the file conversion module;
step 32: displaying and rendering a corresponding layout template in a file template area;
step 33: the electronic form display module obtains JSON format data in the initialized element coordinate module, analyzes the JSON format data, draws an input frame with the width and the height of the input frame in a specified control area of the layout base according to the horizontal coordinate startX and the vertical coordinate StartY, and marks the name tagName of the input frame.
And the electronic form data storage module acquires the contents input by each input box, stores the acquired contents corresponding to the input box names in a database in a one-to-one matching manner, and directly splices the contents and the input box name information into a value field during reading to return to the client for display.
The work flow of the electronic form data storage module is
Step 41: inputting and storing corresponding contents in each input box in the electronic form according to actual contents;
step 42: the electronic form data storage module matches and stores the values into a database one by one according to the name TagName of the input box and the content corresponding to the input box;
step 43: and during the second reading, directly splicing the value stored in the step 42 into a value field, and returning the value to the client for displaying.
The electronic form system based on the OFD format file technology can convert an electronic form file into an OFD format file, and realizes the conversion of two files so as to adapt to the use trend of future files; after the file is converted, the format and the content form of the original electronic form file are reserved, and the file is convenient to read.
It should be noted that, in the specification, implementations not shown or described are all implementations known to those of ordinary skill in the art, and are not described in detail. Furthermore, the above definitions of the various elements and methods are not limited to the specific structures, shapes, or configurations shown in the examples.
It is also noted that the illustrations herein may provide examples of parameters that include particular values, but that these parameters need not be exactly equal to the corresponding values, but may be approximated to the corresponding values within acceptable error tolerances or design constraints. In addition, unless steps are specifically described or must occur in sequence, the order of the steps is not limited to that listed above and may be changed or rearranged as desired. The embodiments described above may be mixed and matched with each other or with other embodiments based on design and reliability considerations, i.e., technical features in different embodiments may be freely combined to form further embodiments.
Although the present invention has been described with reference to a preferred embodiment, it should be understood that various changes, substitutions and alterations can be made herein without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (8)

1. An electronic form system based on OFD format file technology is characterized in that: the system comprises a file conversion module, an initialization element coordinate module, an electronic form display module and an electronic form data storage module;
the file conversion module is used for removing elements from the electronic form and converting the electronic form into an OFD format file to obtain a file bottom plate of the electronic form format;
initializing an element coordinate module, traversing an input box object of an element in the electronic form, forming the element type, the coordinate, the input box width, the input box height, the element name, the category and the value into JSON format data, and storing the JSON format data in a database;
the electronic form display module is used for acquiring a file bottom version of the file conversion module, analyzing JSON format data of the initialization element coordinate module, drawing and making an input box on the file bottom version and marking the name of the input box;
and the electronic form data storage module acquires the contents input by each input box, stores the acquired contents corresponding to the input box names in a database in a one-to-one matching manner, and directly splices the contents and the input box name information into a value field during reading to return to the client for display.
2. An electronic form system based on OFD layout file technology according to claim 1, characterized in that: the working process of the file conversion module is
Step 11: a standard electronic form is imported into the file conversion module;
step 12: the file conversion module reads the contents of the electronic form, and elements in the electronic form are matched by adopting regular matching;
step 13: replacing the matched elements with blank areas to obtain a basic content master of the html-format file;
step 14: and the file conversion module calls wkhtmltopdf to convert the html-format file basic content bottom version into a PDF-format file, and then converts the PDF-format file into an OFD-format layout file to obtain an electronic form layout-processed file bottom version.
3. An electronic form system based on OFD layout file technology according to claim 2, characterized in that: the elements in the standard electronic form include a single-line text input box input, a multi-line text input box textarea, a drop-down box select, a multi-box checkbox, and a radio.
4. An electronic form system based on OFD layout file technology according to claim 1, characterized in that: the work flow of the initialization element coordinate module is
Step 21: an element coordinate initialization module traverses an input box object in the electronic form;
step 22: organizing the element type, the horizontal coordinate StartX, the vertical coordinate startY, the width of an input frame, the height of the input frame, the element name, the category and the value into JSON format data;
step 23: and saving the organized JSON format data into a database.
5. An electronic form system based on OFD layout file technology according to claim 4, characterized in that: the input box object contains a single line text input box input, a multi-line text input box textarea, a drop down box select, a multi-box checkbox, a radio box and a table cell td.
6. An electronic form system based on OFD layout file technology according to claim 5, wherein: the process of traversing the input box object in the electronic form in the step 21 is
Acquiring a left distance left1 and an upper distance top1 from the input frame object to an outer layer table unit td thereof by using an offset function in JavaScript;
acquiring a transverse distance left2 and a longitudinal distance top2 from the table unit td to the upper left corner of the table according to an offset method;
adding the left distance left1 from the input frame object to the outer layer table cell td of the input frame object and the transverse distance left2 from the table cell td to the upper left corner of the form to obtain the distance StartX of the input frame object relative to the leftmost side of the form, adding the upper distance top1 from the input frame object to the outer layer table cell td of the input frame object and the longitudinal distance top2 from the table cell td to the upper left corner of the form to obtain the distance startY of the input frame object relative to the topmost part of the form, namely obtaining the coordinate information of the input frame object.
7. An electronic form system based on OFD layout file technology according to claim 1, characterized in that: the work flow of the electronic form display module is
Step 31: the electronic form showing module acquires a formalized file bottom in the file conversion module;
step 32: displaying and rendering a corresponding layout template in a file template area;
step 33: the electronic form display module obtains JSON format data in the initialized element coordinate module, analyzes the JSON format data, draws an input frame with the width and the height of the input frame in a specified control area of the layout base according to the horizontal coordinate startX and the vertical coordinate StartY, and marks the name tagName of the input frame.
8. An electronic form system based on OFD layout file technology according to claim 1, characterized in that: the work flow of the electronic form data storage module is
Step 41: inputting and storing corresponding contents in each input box in the electronic form according to actual contents;
step 42: the electronic form data storage module matches and stores the values into a database one by one according to the name TagName of the input box and the content corresponding to the input box;
step 43: and during secondary reading, directly splicing the values into the value field, and returning the values to the client for display.
CN202010643572.7A 2020-07-07 2020-07-07 Electronic form system based on OFD format file technology Active CN111767698B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010643572.7A CN111767698B (en) 2020-07-07 2020-07-07 Electronic form system based on OFD format file technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010643572.7A CN111767698B (en) 2020-07-07 2020-07-07 Electronic form system based on OFD format file technology

Publications (2)

Publication Number Publication Date
CN111767698A CN111767698A (en) 2020-10-13
CN111767698B true CN111767698B (en) 2021-02-05

Family

ID=72724066

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010643572.7A Active CN111767698B (en) 2020-07-07 2020-07-07 Electronic form system based on OFD format file technology

Country Status (1)

Country Link
CN (1) CN111767698B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112732654B (en) * 2021-01-12 2021-11-02 江苏中威科技软件系统有限公司 Method for registering life cycle information of file to OFD format file
CN113660156B (en) * 2021-08-09 2022-10-21 覃飞 Processing method and device for transmission file, electronic equipment and storage medium
CN114118023B (en) * 2021-12-02 2022-07-26 江苏中威科技软件系统有限公司 Method for converting OFD file
CN116384356B (en) * 2023-06-02 2023-08-22 福昕鲲鹏(北京)信息科技有限公司 Method, device, equipment and medium for creating form row of OFD file

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108415887A (en) * 2018-02-09 2018-08-17 武汉大学 A kind of method that pdf document is converted to OFD files
CN109614596A (en) * 2018-12-13 2019-04-12 税友软件集团股份有限公司 A kind of electronic note processing method, device and system
CN109829139A (en) * 2019-01-30 2019-05-31 中国软件与技术服务股份有限公司 The method and apparatus that a kind of stream-oriented file of DOC/DOCX format is converted into the layout files of OFD format
CN109977088A (en) * 2019-03-30 2019-07-05 湖北畅云时讯软件技术有限公司 A kind of method that preset format file is converted to OFD format
CN110119502A (en) * 2019-05-13 2019-08-13 江西金格科技股份有限公司 A method of dynamic table single domain is realized based on OFD document
CN110717127A (en) * 2019-10-14 2020-01-21 北京华宇信息技术有限公司 Method and device for on-line analysis and browsing of OFD (office file)
CN110889261A (en) * 2018-09-06 2020-03-17 陕西国博政通信息科技有限公司 Method for automating electronic official document service processing

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100105643A (en) * 2007-12-10 2010-09-29 씨피에이 글로벌 리미티드 Formatted intellectual property data exchange over a network
CN111190859A (en) * 2019-12-24 2020-05-22 航天信息股份有限公司 Tax-related data format file management system and method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108415887A (en) * 2018-02-09 2018-08-17 武汉大学 A kind of method that pdf document is converted to OFD files
CN110889261A (en) * 2018-09-06 2020-03-17 陕西国博政通信息科技有限公司 Method for automating electronic official document service processing
CN109614596A (en) * 2018-12-13 2019-04-12 税友软件集团股份有限公司 A kind of electronic note processing method, device and system
CN109829139A (en) * 2019-01-30 2019-05-31 中国软件与技术服务股份有限公司 The method and apparatus that a kind of stream-oriented file of DOC/DOCX format is converted into the layout files of OFD format
CN109977088A (en) * 2019-03-30 2019-07-05 湖北畅云时讯软件技术有限公司 A kind of method that preset format file is converted to OFD format
CN110119502A (en) * 2019-05-13 2019-08-13 江西金格科技股份有限公司 A method of dynamic table single domain is realized based on OFD document
CN110717127A (en) * 2019-10-14 2020-01-21 北京华宇信息技术有限公司 Method and device for on-line analysis and browsing of OFD (office file)

Also Published As

Publication number Publication date
CN111767698A (en) 2020-10-13

Similar Documents

Publication Publication Date Title
CN111767698B (en) Electronic form system based on OFD format file technology
US11514234B2 (en) Method and system for annotation and connection of electronic documents
CN111753500A (en) Method for merging and displaying formatted electronic form and OFD (office file format) and generating catalog
CN100565601C (en) A kind of bill processing apparatus and method
US20060161890A1 (en) Application-generic sequence diagram generator driven by a non-proprietary language
US20030210428A1 (en) Non-OCR method for capture of computer filled-in forms
US20130191732A1 (en) Fixed Format Document Conversion Engine
US11792257B2 (en) Form engine
KR20090079226A (en) Automated generation of form definitions from hard-copy forms
CN101025738A (en) Template-free dynamic website generating method
US20190266229A1 (en) Conversion tool for xps and openxps documents
CN102141985A (en) Online manuscript editor
CN103279454A (en) Document automatic generation method, device and system
CN101980183A (en) Method for analyzing Word file information and system thereof
CN109829139A (en) The method and apparatus that a kind of stream-oriented file of DOC/DOCX format is converted into the layout files of OFD format
WO2023098448A1 (en) Method for converting ofd file
CN111797595A (en) Method and device for generating OFD format page based on XML template
CN105278961A (en) Method and system for generating database table structure document
CN102866986A (en) Document format conversion system
KR20180080408A (en) Structured data and unstructured data extraction system and method
CN111859053A (en) Data definition method of visual chart and chart library realized by data definition method
CN110889261A (en) Method for automating electronic official document service processing
CN106815181B (en) Method and device for converting Indesign typesetted ind files into Office files
CN103034990B (en) The method and apparatus of publication verification
CN101304474B (en) System on set-top box platform for generating television newspaper and magazine

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
GR01 Patent grant
GR01 Patent grant