CN104156207A - File display method and device - Google Patents

File display method and device Download PDF

Info

Publication number
CN104156207A
CN104156207A CN201410373557.XA CN201410373557A CN104156207A CN 104156207 A CN104156207 A CN 104156207A CN 201410373557 A CN201410373557 A CN 201410373557A CN 104156207 A CN104156207 A CN 104156207A
Authority
CN
China
Prior art keywords
attribute
document
file
information
xml
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
CN201410373557.XA
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.)
Kingsoft Guangzhou Network Technology Co Ltd
Original Assignee
Kingsoft Guangzhou 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 Kingsoft Guangzhou Network Technology Co Ltd filed Critical Kingsoft Guangzhou Network Technology Co Ltd
Priority to CN201410373557.XA priority Critical patent/CN104156207A/en
Publication of CN104156207A publication Critical patent/CN104156207A/en
Priority to PCT/CN2015/084132 priority patent/WO2016015564A1/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)
  • Controls And Circuits For Display Device (AREA)
  • User Interface Of Digital Computer (AREA)
  • Document Processing Apparatus (AREA)

Abstract

The invention discloses a file display method and device. The file display method includes converting a file using a suffix .docx into a package, and extracting the package to obtain an XML (extensible markup language) file; reading file display information from the XML file, wherein, the file display information includes at least one of text display information, table display information and image display information; recomposing the file display information and displaying the same through an HTML (hypertext markup language) file. Since the XML file contains all information about contents and formats of the text, table and image, the format and the content of the file can be represented completely in the HTML file according to the information about the contents and the formats drawn from the XML file. Besides the HTML file is small and suitable to be used in a mobile terminal.

Description

A kind of document display method and device
Technical field
The present invention relates to computer software, relate in particular to a kind of document display method and device.
Background technology
Office software is the office software being most widely used at present, for carrying out the work such as input, editor, typesetting, printing of text.Along with the development of mobile intelligent terminal, people wish also can word file be resolved and be shown on mobile intelligent terminal.But, in prior art, the analytic method of the word document of suffix docx by name being had to two kinds, the first is that whole office software package is installed, the dll file that then calls office by jacob is resolved and shows word file.But under this method, whole office software package is installed, and office software package is generally very large, is not suitable for being installed on the mobile intelligent terminal of limited storage space.The second is to use Apache POI to resolve document at mobile terminal, wherein, POI is the acronym of " Poor Obfuscation Implementation ", mean " pitiful fuzzy realization ", so, Apache POI is the resolution rules that has adopted a small amount of office file in essence, therefore Apache POI can only carry out basic demonstration to file, some forms in document etc. cannot show.
Summary of the invention
Embodiment of the present invention technical matters to be solved is, a kind of document display method and device are provided, and has improved the display quality of word file on mobile intelligent terminal.
First aspect, the embodiment of the present invention provides a kind of document display method, comprising: in mobile device, change the document of suffix docx by name into compressed package, and described compressed package is carried out to decompress(ion) to obtain the xml of extendability identifiable language file; From the described extendability xml of identifiable language file, read document and show information, wherein, described document demonstration information comprises that text display information, form show at least one in information, Image Display information, described text display information comprises text and text attribute, described form demonstration information comprises form and form attributes, and described Image Display information comprises picture and picture attribute; Described document is shown to information typesetting showing by HTML (Hypertext Markup Language) html file again.
Alternatively, described xml file is document.xml file, reads document demonstration information and comprise from the described extendability xml of identifiable language file: reading tag from document.xml file, shows information thereby obtain document according to described label.
Alternatively, described text attribute comprises at least one in paragraph interval properties, first trip indentation attribute, textcolor attribute, test font size label.
Alternatively, described form attributes comprises institute's line number attribute, columns attribute, line width attribute, col width attribute, and described form attributes also comprises at least one in merging attribute and background colour attribute.
Alternatively, described picture attribute comprises at least one in size attribute and type-setting mode attribute.
Second aspect, the embodiment of the present invention provides a kind of document display device, comprise: decompression module, read module and display module, described decompression module is used at mobile device, change the document of suffix docx by name into compressed package, and described compressed package is carried out to decompress(ion) to obtain the xml of extendability identifiable language file; Described read module shows information for read document from the described extendability xml of identifiable language file, wherein, described document demonstration information comprises that text display information, form show at least one in information, Image Display information, described text display information comprises text and text attribute, described form demonstration information comprises form and form attributes, and described Image Display information comprises picture and picture attribute; Described display module is used for described document demonstration information again typesetting and shows by HTML (Hypertext Markup Language) html file.
Alternatively, described xml file is document.xml file, and described read module also, for from document.xml file reading tag, shows information thereby obtain document according to described label.
Alternatively, described text attribute comprises at least one in paragraph interval properties, first trip indentation attribute, textcolor attribute, test font size label.
Alternatively, described form attributes comprises institute's line number attribute, columns attribute, line width attribute, col width attribute, and described form attributes also comprises at least one in merging attribute and background colour attribute.
Alternatively, described picture attribute comprises at least one in size attribute and type-setting mode attribute.
In said method, first change the document of suffix docx by name into compressed package, and compressed package is carried out to decompress(ion) to obtain the xml of extendability identifiable language file, in the Zai Cong extendability xml of identifiable language file, read document and show information, finally, document is shown to information typesetting showing by the HTML (Hypertext Markup Language) html page again.Owing to having comprised all the elements of text, form and picture and the information of form in xml file, so, the content that can extract from xml file according to these and the information of form are intactly reproduced the format and content of document in html file, and html file is all smaller, is adapted at using in mobile terminal.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, to the accompanying drawing of required use in embodiment or description of the Prior Art be briefly described below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skills, do not paying under the prerequisite of creative work, can also obtain according to these accompanying drawings other accompanying drawing.
Fig. 1 is the process flow diagram of an embodiment of document display method of the present invention;
Fig. 2 is the process flow diagram of another embodiment of document display method of the present invention;
Fig. 3 is the structural representation of document display device one embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is clearly and completely described, obviously, described embodiment is only the present invention's part embodiment, rather than whole embodiment.Embodiment based in the present invention, those of ordinary skills, not making the every other embodiment obtaining under creative work prerequisite, belong to the scope of protection of the invention.
It should be noted that, the term using is in embodiments of the present invention only for the object of describing specific embodiment, but not is intended to limit the present invention." a kind of " of the singulative using in the embodiment of the present invention and appended claims, " described " and " being somebody's turn to do " are also intended to comprise most forms, unless context clearly represents other implications.It is also understood that term "and/or" used herein refer to and comprise one or more projects of listing that are associated any or all may combine.
Consult Fig. 1, Fig. 1 is the process flow diagram of an embodiment of document display method of the present invention.The method comprises:
Step S110: in mobile device, change the document of suffix docx by name into compressed package, and compressed package is carried out to decompress(ion) to obtain the xml of extendability identifiable language file.
Particularly, docx form is Microsoft Office 2007 version use afterwards, uses the compressed file format based on xml to replace its proprietary default document form at present.So the document of docx form is a compressed file in essence, its main contents save as xml form.
When user wishes to show the content of document of suffix docx by name and form, to equipment, send display command.Equipment receives after display command, the document of suffix docx by name is changed into the compressed package of suffix rar by name, and compressed package is carried out to decompress(ion) to obtain content_types, docProps, tri-files of word, their effect is respectively to preserve Doctype, document properties and document details.A plurality of extendability xml of identifiable language files in these three files, have been comprised, wherein, the xml of extendability identifiable language file including the document of word document show information, document demonstration information comprises that text display information, form show at least one in information, Image Display information, text display information comprises text and text attribute, form demonstration information comprises form and form attributes, and Image Display information comprises picture and picture attribute.For example, if only comprise text in word document, document demonstration information only includes text and text attribute; If only comprise form in word document, document demonstration information only includes form and form attributes; If only comprise picture in word document, document demonstration information only includes picture and picture attribute; If comprise text, form and picture in word document simultaneously, document shows that information comprises text, text attribute, form, form attributes, picture and picture attribute simultaneously.Wherein, text attribute comprises paragraph interval properties, first trip indentation attribute, textcolor attribute, test font size label etc.; Form attributes comprises institute's line number attribute, columns attribute, line width attribute, col width attribute, and form attributes also comprises merging attribute and background colour attribute etc.; Picture attribute comprises size attribute and type-setting mode attribute etc.
Step S120: read document and show information from the xml of extendability identifiable language file.
Particularly, because the document that has comprised word document in the xml of extendability identifiable language file shows information, so, can from the xml of extendability identifiable language file, read document and show information.
Step S130: document is shown to information typesetting showing by HTML (Hypertext Markup Language) html file again.
Particularly, equipment carries out typesetting again according to the document demonstration information reading out from document.xml file, then by HTML (Hypertext Markup Language) html file, shows.
Document display method of the present invention can be applied in the browser of various platforms.These platforms include but not limited to the Intelligent mobile equipments such as the mobile phone, panel computer of the PC of Windows, Linux, Mac system and Android, Saipan, IOS system.
In said method, first change the document of suffix docx by name into compressed package, and compressed package is carried out to decompress(ion) to obtain the xml of extendability identifiable language file, in the Zai Cong extendability xml of identifiable language file, read document and show information, finally, document is shown to information typesetting showing by the HTML (Hypertext Markup Language) html page again.Owing to having comprised all the elements of text, form and picture and the information of form in xml file, so, the content that can extract from xml file according to these and the information of form are intactly reproduced the format and content of document in html file, and html file is all smaller, is adapted at using in mobile terminal.
Consult Fig. 2, Fig. 2 is the process flow diagram of another embodiment of document display method of the present invention.The method comprises:
Step S210: in mobile device, change the document of suffix docx by name into compressed package, and compressed package is carried out to decompress(ion) to obtain the xml of extendability identifiable language file.
Particularly, docx form is Microsoft Office 2007 version use afterwards, uses the compressed file format based on xml to replace its proprietary default document form at present.So the document of docx form is a compressed file in essence, its main contents save as xml form.
When user wishes to show the content of document of suffix docx by name and form, to equipment, send display command.Equipment receives after display command, the document of suffix docx by name is changed into the compressed package of suffix rar by name, and compressed package is carried out to decompress(ion) to obtain content_types, docProps, tri-files of word, their effect is respectively to preserve Doctype, document properties and document details.In these three files, comprise a plurality of extendability xml of identifiable language files, wherein, in word file, comprised document.xml file.
Document.xml file including the document of word document show information, document demonstration information comprises that text display information, form show at least one in information, Image Display information, text display information comprises text and text attribute, form demonstration information comprises form and form attributes, and Image Display information comprises picture and picture attribute.For example, if only comprise text in word document, document demonstration information only includes text and text attribute; If only comprise form in word document, document demonstration information only includes form and form attributes; If only comprise picture in word document, document demonstration information only includes picture and picture attribute; If comprise text, form and picture in word document simultaneously, document shows that information comprises text, text attribute, form, form attributes, picture and picture attribute simultaneously.Wherein, text attribute comprises paragraph interval properties, first trip indentation attribute, textcolor attribute, test font size label etc.; Form attributes comprises institute's line number attribute, columns attribute, line width attribute, col width attribute, and form attributes also comprises merging attribute and background colour attribute etc.; Picture attribute comprises size attribute and type-setting mode attribute etc.
Step S220: reading tag from document.xml file, shows information thereby obtain document according to label.
Particularly, owing to having comprised the document of word document in document.xml file, show information, so, can from document.xml file, read document and show information.Further, in document.xml file, comprise a plurality of labels, in each label, comprised a kind of document and shown information.For example, take text as example, <W:T> label is text label, so, can read text according to <W:T> label; <w:spacing> label is paragraph interval properties label, so, can read paragraph interval properties according to <w:spacing> label; <w:firstLineChars> label is first trip indentation attribute tags, so, can read first trip indentation attribute according to <w:firstLineChars> label; <w:color> label is textcolor attribute tags, so, can read textcolor attribute according to <w:color> label; <w:sz> label is test font size label, so, can read test font size according to <w:sz> label.The document that is appreciated that form and picture shows similar with text of obtaining of information, no longer launches herein.
Step S230: document is shown to information typesetting showing by HTML (Hypertext Markup Language) html file again.
Particularly, equipment carries out typesetting again according to the document demonstration information reading out from document.xml file, then by HTML (Hypertext Markup Language) html file, shows.
Document display method of the present invention can be applied in the browser of various platforms.These platforms include but not limited to the Intelligent mobile equipments such as the mobile phone, panel computer of the PC of Windows, Linux, Mac system and Android, Saipan, IOS system.
In said method, first change the document of suffix docx by name into compressed package, and compressed package is carried out to decompress(ion) to obtain the xml of extendability identifiable language file, in the Zai Cong extendability xml of identifiable language file, read document and show information, finally, document is shown to information typesetting showing by the HTML (Hypertext Markup Language) html page again.Owing to having comprised all the elements of text, form and picture and the information of form in xml file, so, the content that can extract from xml file according to these and the information of form are intactly reproduced the format and content of document in html file, and html file is all smaller, is adapted at using in mobile terminal.
The above-mentioned method that elaborates the embodiment of the present invention, below for the ease of implementing better the such scheme of the embodiment of the present invention, correspondingly, is also provided for coordinating the relevant device of implementing such scheme below.
Consult Fig. 3, Fig. 3 is the structural representation of document display device one embodiment of the present invention.Described device comprises: decompression module 310, read module 320 and display module 330.
Described decompression module 310, at mobile device, changes the document of suffix docx by name into compressed package, and described compressed package is carried out to decompress(ion) to obtain the xml of extendability identifiable language file.
Described read module 320 shows information for read document from the described extendability xml of identifiable language file, wherein, described document demonstration information comprises that text display information, form show at least one in information, Image Display information, described text display information comprises text and text attribute, described form demonstration information comprises form and form attributes, and described Image Display information comprises picture and picture attribute.
Described display module 330 is for showing described document information typesetting showing by HTML (Hypertext Markup Language) html file again.
Alternatively, described xml file is document.xml file, and described read module 320 also, for from document.xml file reading tag, shows information thereby obtain document according to described label.
Alternatively, described text attribute comprises at least one in paragraph interval properties, first trip indentation attribute, textcolor attribute, test font size label.
Alternatively, described form attributes comprises institute's line number attribute, columns attribute, line width attribute, col width attribute, and described form attributes also comprises at least one in merging attribute and background colour attribute.
Alternatively, described picture attribute comprises at least one in size attribute and type-setting mode attribute.
So the device shown in Fig. 3 can be realized the step in the method for Fig. 1 and the corresponding embodiment of Fig. 2, specifically asks for an interview Fig. 1, Fig. 2 and associated description, no longer repeat herein.
In above-described embodiment, first change the document of suffix docx by name into compressed package, and compressed package is carried out to decompress(ion) to obtain the xml of extendability identifiable language file, in the Zai Cong extendability xml of identifiable language file, read document and show information, finally, document is shown to information typesetting showing by the HTML (Hypertext Markup Language) html page again.Owing to having comprised all the elements of text, form and picture and the information of form in xml file, so, the content that can extract from xml file according to these and the information of form are intactly reproduced the format and content of document in html file, and html file is all smaller, is adapted at using in mobile terminal.
One of ordinary skill in the art will appreciate that all or part of flow process realizing in above-described embodiment method, to come the hardware that instruction is relevant to complete by computer program, described program can be stored in a computer read/write memory medium, this program, when carrying out, can comprise as the flow process of the embodiment of above-mentioned each side method.Wherein, described storage medium can be magnetic disc, CD, read-only store-memory body (Read-Only Memory, ROM) or random store-memory body (Random Access Memory, RAM) etc.
Above disclosed is only a kind of preferred embodiment of the present invention, certainly can not limit with this interest field of the present invention, one of ordinary skill in the art will appreciate that all or part of flow process that realizes above-described embodiment, and the equivalent variations of doing according to the claims in the present invention, still belong to the scope that invention is contained.

Claims (10)

1. a document display method, is characterized in that, comprising:
In mobile device, change the document of suffix docx by name into compressed package, and described compressed package is carried out to decompress(ion) to obtain the xml of extendability identifiable language file;
From the described extendability xml of identifiable language file, read document and show information, wherein, described document demonstration information comprises that text display information, form show at least one in information, Image Display information, described text display information comprises text and text attribute, described form demonstration information comprises form and form attributes, and described Image Display information comprises picture and picture attribute;
Described document is shown to information typesetting showing by HTML (Hypertext Markup Language) html file again.
2. the method for claim 1, is characterized in that, described xml file is document.xml file,
From the described extendability xml of identifiable language file, reading document demonstration information comprises:
Reading tag from document.xml file, shows information thereby obtain document according to described label.
3. the method for claim 1, is characterized in that, described text attribute comprises at least one in paragraph interval properties, first trip indentation attribute, textcolor attribute, test font size label.
4. the method for claim 1, is characterized in that, described form attributes comprises institute's line number attribute, columns attribute, line width attribute, col width attribute, and described form attributes also comprises at least one in merging attribute and background colour attribute.
5. the method for claim 1, is characterized in that, described picture attribute comprises at least one in size attribute and type-setting mode attribute.
6. a document display device, is characterized in that, comprising: decompression module, read module and display module,
Described decompression module, at mobile device, changes the document of suffix docx by name into compressed package, and described compressed package is carried out to decompress(ion) to obtain the xml of extendability identifiable language file;
Described read module shows information for read document from the described extendability xml of identifiable language file, wherein, described document demonstration information comprises that text display information, form show at least one in information, Image Display information, described text display information comprises text and text attribute, described form demonstration information comprises form and form attributes, and described Image Display information comprises picture and picture attribute;
Described display module is used for described document demonstration information again typesetting and shows by HTML (Hypertext Markup Language) html file.
7. device as claimed in claim 6, is characterized in that, described xml file is document.xml file, and described read module also, for from document.xml file reading tag, shows information thereby obtain document according to described label.
8. device as claimed in claim 6, is characterized in that, described text attribute comprises at least one in paragraph interval properties, first trip indentation attribute, textcolor attribute, test font size label.
9. device as claimed in claim 6, is characterized in that, described form attributes comprises institute's line number attribute, columns attribute, line width attribute, col width attribute, and described form attributes also comprises at least one in merging attribute and background colour attribute.
10. device as claimed in claim 6, is characterized in that, described picture attribute comprises at least one in size attribute and type-setting mode attribute.
CN201410373557.XA 2014-07-31 2014-07-31 File display method and device Pending CN104156207A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201410373557.XA CN104156207A (en) 2014-07-31 2014-07-31 File display method and device
PCT/CN2015/084132 WO2016015564A1 (en) 2014-07-31 2015-07-15 Method and apparatus for displaying document

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410373557.XA CN104156207A (en) 2014-07-31 2014-07-31 File display method and device

Publications (1)

Publication Number Publication Date
CN104156207A true CN104156207A (en) 2014-11-19

Family

ID=51881714

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410373557.XA Pending CN104156207A (en) 2014-07-31 2014-07-31 File display method and device

Country Status (2)

Country Link
CN (1) CN104156207A (en)
WO (1) WO2016015564A1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105095160A (en) * 2015-07-31 2015-11-25 河南大学 Document conversion reading method and system
WO2016015564A1 (en) * 2014-07-31 2016-02-04 广州金山网络科技有限公司 Method and apparatus for displaying document
CN105389294A (en) * 2015-11-17 2016-03-09 贵阳朗玛信息技术股份有限公司 Method and apparatus for reading document
CN105956133A (en) * 2016-05-10 2016-09-21 腾讯科技(深圳)有限公司 Method and apparatus for displaying file in intelligent terminal
CN106484663A (en) * 2016-10-12 2017-03-08 天闻数媒科技(湖南)有限公司 A kind of extracting method of document content and device
CN106649271A (en) * 2016-12-19 2017-05-10 成都优译信息技术股份有限公司 Translation-based word document analysis method
CN108255841A (en) * 2016-12-28 2018-07-06 北京新唐思创教育科技有限公司 A kind of method and its device of topic search
CN111062187A (en) * 2019-11-27 2020-04-24 北京计算机技术及应用研究所 Structured parsing method and system for docx format document
CN112989254A (en) * 2021-04-13 2021-06-18 郑州悉知信息科技股份有限公司 Picture processing method and device
CN113010471A (en) * 2019-12-19 2021-06-22 京东安联财产保险有限公司 File conversion method, file conversion device, storage medium and electronic equipment

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111950247A (en) * 2020-07-08 2020-11-17 北京明略软件系统有限公司 Configuration-based Word document generation method
CN113782135A (en) * 2021-08-13 2021-12-10 中国中医科学院中医药信息研究所 Method and system for analyzing and constructing case report table

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101706772A (en) * 2009-12-14 2010-05-12 中国移动通信集团山西有限公司 Method and device for operating Word document
CN101963955A (en) * 2010-09-17 2011-02-02 深圳市万兴软件有限公司 System and method for converting XML format document into Word format document
CN101980183A (en) * 2010-09-17 2011-02-23 深圳市万兴软件有限公司 Method for analyzing Word file information and system thereof
CN102103573A (en) * 2009-12-17 2011-06-22 北大方正集团有限公司 Method and system for quickly generating files in open formats
CN102298575A (en) * 2010-06-28 2011-12-28 北大方正集团有限公司 Method and system for copying and pasting Word file content with format

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7363310B2 (en) * 2001-09-04 2008-04-22 Timebase Pty Limited Mapping of data from XML to SQL
CN102184193A (en) * 2011-04-19 2011-09-14 无锡永中软件有限公司 Quick file processing method compatible with general office software
CN102214244A (en) * 2011-07-07 2011-10-12 深圳市万兴软件有限公司 Analytic method and system for docx file information
CN103353878A (en) * 2013-06-14 2013-10-16 陆昀 Method for displaying files of different file formats in webpage
CN104156207A (en) * 2014-07-31 2014-11-19 广州金山网络科技有限公司 File display method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101706772A (en) * 2009-12-14 2010-05-12 中国移动通信集团山西有限公司 Method and device for operating Word document
CN102103573A (en) * 2009-12-17 2011-06-22 北大方正集团有限公司 Method and system for quickly generating files in open formats
CN102298575A (en) * 2010-06-28 2011-12-28 北大方正集团有限公司 Method and system for copying and pasting Word file content with format
CN101963955A (en) * 2010-09-17 2011-02-02 深圳市万兴软件有限公司 System and method for converting XML format document into Word format document
CN101980183A (en) * 2010-09-17 2011-02-23 深圳市万兴软件有限公司 Method for analyzing Word file information and system thereof

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016015564A1 (en) * 2014-07-31 2016-02-04 广州金山网络科技有限公司 Method and apparatus for displaying document
CN105095160A (en) * 2015-07-31 2015-11-25 河南大学 Document conversion reading method and system
CN105095160B (en) * 2015-07-31 2018-12-28 河南大学 A kind of document conversion reading method and system
CN105389294A (en) * 2015-11-17 2016-03-09 贵阳朗玛信息技术股份有限公司 Method and apparatus for reading document
CN105956133A (en) * 2016-05-10 2016-09-21 腾讯科技(深圳)有限公司 Method and apparatus for displaying file in intelligent terminal
CN106484663B (en) * 2016-10-12 2019-05-03 天闻数媒科技(湖南)有限公司 A kind of extracting method and device of document content
CN106484663A (en) * 2016-10-12 2017-03-08 天闻数媒科技(湖南)有限公司 A kind of extracting method of document content and device
CN106649271A (en) * 2016-12-19 2017-05-10 成都优译信息技术股份有限公司 Translation-based word document analysis method
CN108255841A (en) * 2016-12-28 2018-07-06 北京新唐思创教育科技有限公司 A kind of method and its device of topic search
CN111062187A (en) * 2019-11-27 2020-04-24 北京计算机技术及应用研究所 Structured parsing method and system for docx format document
CN113010471A (en) * 2019-12-19 2021-06-22 京东安联财产保险有限公司 File conversion method, file conversion device, storage medium and electronic equipment
CN112989254A (en) * 2021-04-13 2021-06-18 郑州悉知信息科技股份有限公司 Picture processing method and device
CN112989254B (en) * 2021-04-13 2023-03-07 郑州悉知信息科技股份有限公司 Picture processing method and device

Also Published As

Publication number Publication date
WO2016015564A1 (en) 2016-02-04

Similar Documents

Publication Publication Date Title
CN104156207A (en) File display method and device
US7257776B2 (en) Systems and methods for scaling a graphical user interface according to display dimensions and using a tiered sizing schema to define display objects
US7940273B2 (en) Determination of unicode points from glyph elements
CN107301046B (en) Icon processing method and device, computer equipment and storage medium
CN105843800A (en) DOI-based language information display method and device
CN111767491B (en) Method and system for analyzing and displaying OFD (OFD) document based on browser
CN101980183A (en) Method for analyzing Word file information and system thereof
CN102662921A (en) Document processing method, device and editor
CN105956133B (en) Method and device for displaying file on intelligent terminal
CN115543238B (en) Browser page printing method, device, equipment and storage medium
CN104915186A (en) Method and device for making page
US20170031889A1 (en) Creating a communication editable in a browser independent of platform and operating system
KR102087274B1 (en) Web electric document editing apparatus for rendering object and operating method thereof
CN117875264A (en) Dynamic marking method for DLF file
CN112365402B (en) Intelligent winding method and device, storage medium and electronic equipment
US20060026518A1 (en) Apparatus and method for processing text data according to script attribute
CN115268904A (en) User interface design file generation method, device, equipment and medium
CN102467490B (en) Font data processing method and device
CN105260353A (en) Typesetting method and device for mobile terminal
CN112068828A (en) Title control generation method, device, system, equipment and medium
US9965446B1 (en) Formatting a content item having a scalable object
CN115618144A (en) Dynamic layout method, system, device and medium based on webpage
US20100017708A1 (en) Information output apparatus, information output method, and recording medium
CN110874253B (en) Display method and display system
KR101264980B1 (en) Apparatus and Method for Rendering Mathematical based on Text

Legal Events

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

Application publication date: 20141119

RJ01 Rejection of invention patent application after publication