CN105630459A - Method for converting PPT document to HTML page - Google Patents

Method for converting PPT document to HTML page Download PDF

Info

Publication number
CN105630459A
CN105630459A CN201410579743.9A CN201410579743A CN105630459A CN 105630459 A CN105630459 A CN 105630459A CN 201410579743 A CN201410579743 A CN 201410579743A CN 105630459 A CN105630459 A CN 105630459A
Authority
CN
China
Prior art keywords
ppt
document
converted
html page
coordinate
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
CN201410579743.9A
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.)
Shanghai Why Touch Digital Technology Co Ltd
Original Assignee
Shanghai Why Touch Digital 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 Shanghai Why Touch Digital Technology Co Ltd filed Critical Shanghai Why Touch Digital Technology Co Ltd
Priority to CN201410579743.9A priority Critical patent/CN105630459A/en
Publication of CN105630459A publication Critical patent/CN105630459A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method for converting PPT document to HTML page, and the method comprises the steps of analyzing PPT data; recording all pages in the PPT document and various parameters of all elements in the pages one by one according to a recursion sequence; converting various resource files used in the various parameters and the whole PPT document into a file format that is supported by HTML5; setting a coordinate of an object in a DIV+Css3 pattern based on a resource coordinate analyzed from the PPT document; and generating an HTML page. The method is used to convert a PPT document to an HTML page, and the HTML page can be opened by a browser, therefore, the content and animation can be checked anytime and anywhere without installing any third party plug-in; office work can be done effectively; and work efficiency can be greatly improved.

Description

A kind of method that PPT is converted to html page
Technical field
The present invention relates to areas of information technology, particularly relate to a kind of method that PPT is converted to html page.
Background technology
Powerpoint document is called for short PPT document, PPT is a kind of commonly used displaying document format, the Office software of Microsoft, the WPS that Kingsoft Co. produces, the softwares such as the OpenOffice increased income can generate the file of PPT form, be subject to that the people of regular higher education then can both be skilled grasp PPT write skill.
Meanwhile, present HTML5 technology is newer, although it has very powerful animated function, but the online animation of webpage directly making HTML5 needs more professional knowledge. And look for the engineer of specialty or team to carry out the exploitation of specific animation effect and may take up a large amount of manpower financial capacity. If PPT being converted to the webpage of equivalent effect, it is possible to allow the difficulty of the page that ordinary people issues more attractive on network be substantially reduced, our Web content abundant. But existing PPT document, generally need nonetheless remain for showing on computers, mobile phone browses and is also required to install specific browser, or lacked the animated show function of necessity, and watch only as common static page or video.
Summary of the invention
In view of current areas of information technology above shortcomings, the present invention provides a kind of method that PPT is converted to html page, PPT document can be converted to html page, it is possible to effectively assist office, be greatly improved work efficiency.
For reaching above-mentioned purpose, embodiments of the invention adopt the following technical scheme that
A kind of method that PPT is converted to html page, the described method that PPT is converted to html page comprises the following steps:
The data of PPT document are resolved;
The various parameters of all pages in document and all elements in the page have been recorded one by one according to the order of recurrence;
The various resource files used in various parameters and whole document are converted to the HTML5 file format supported;
Object coordinate in DIV+Css3 pattern is set according to the resource coordinate parsed in PPT document;
Generate html page.
According to one aspect of the present invention, the described detailed description of the invention that the data of PPT document are resolved can be: by the development interface of Office software, on windows platform, the data of PPT document is resolved.
According to one aspect of the present invention, the detailed description of the invention of the various parameters that the described order according to recurrence has recorded all pages in document and all elements in the page one by one can be: by all pages in document, all elements in the page, according to the order of recurrence, record their various parameters one by one.
According to one aspect of the present invention, the described method that PPT is converted to html page is further comprising the steps of: obtain the picture in document, the concrete coordinate of word and size information and Parameters variation information that animation is play.
According to one aspect of the present invention, the described HTML5 file format supported that converted to by the various resource files used in various parameters and whole document comprises the following steps:
The audio-video document used by document converts the reference format of HTML5 to;
Shape, rotation, shadow information are converted to item by item according to the position grasped the reference format of HTML5.
According to one aspect of the present invention, described the various resource files used in various parameters and whole document are converted to HTML5 support file format further comprising the steps of: the shape used in PPT document according to situation select adopt svg vector indicate.
According to one aspect of the present invention, described set object coordinate in DIV+Css3 pattern according to the resource coordinate parsed in PPT document and comprise the following steps: utilize the mode of absolute layout to set object coordinate in DIV+Css3 pattern according to the resource coordinate parsed in PPT document; For there is the figure rotated with convergent-divergent, carry out being set again after transformation calculations obtains actual parameter in coordinate system space.
According to one aspect of the present invention, the described method that PPT is converted to html page is further comprising the steps of: after the resource file in PPT document is disposed, be saved on disk as file, is indexed in html file simultaneously.
According to one aspect of the present invention, described generation html page process additionally uses canvas drawing technique.
According to one aspect of the present invention, described generation html page process additionally uses audio/video label control technology.
Advantage of the invention process: the method that PPT is converted to html page of the present invention is by following steps: the data of PPT document are resolved; The various parameters of all pages in document and all elements in the page have been recorded one by one according to the order of recurrence; The various resource files used in various parameters and whole document are converted to the HTML5 file format supported; Object coordinate in DIV+Css3 pattern is set according to the resource coordinate parsed in PPT document; Generate html page, unloading after PPT document analysis is become the HTML5 div+css standard pattern supported, PPT document is converted to html page, thus browser can be passed through open the PPT html web page converted to online, content and animation can be checked whenever and wherever possible, without installing any third party's plug-in unit, it is possible to effectively assist office, be greatly improved work efficiency.
Accompanying drawing explanation
In order to be illustrated more clearly that the technical scheme in the embodiment of the present invention, the accompanying drawing used required in embodiment will be briefly described below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the premise not paying creative work, it is also possible to obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is a kind of method schematic diagram that PPT is converted to html page of the present invention.
Detailed description of the invention
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, it is clear that described embodiment is only a part of embodiment of the present invention, rather than whole embodiments. Based on the embodiment in the present invention, the every other embodiment that those of ordinary skill in the art obtain under not making creative work premise, broadly fall into the scope of protection of the invention.
As it is shown in figure 1, a kind of method that PPT is converted to html page, the described method that PPT is converted to html page comprises the following steps:
Step S1: the data of PPT document are resolved;
The detailed description of the invention that the data of PPT document are resolved by described step S1 can be: by the development interface of Office software, on windows platform, the data of PPT document is resolved. We utilize the development interface of Office software, on windows platform, the data of document are analyzed, owing to Office software provides interface during broadcasting, the data analysis allowing for us not only rests on File Format Analysis aspect, additionally it is possible to acquisition content renders data during typesetting. Pass through data parsing, it is recognised that the position of each picture in document, word and size information, it is known that the Parameters variation information that animation is in playing process, thus the Parameters variation information that the concrete coordinate of the picture obtained in document, word and size information and animation are play. This process is not only applicable to the Office of Microsoft, is actually also applied for providing other office softwares of second development interface, for instance the now popular office software OpenOffice etc. that increases income.
Step S2: recorded the various parameters of all pages in document and all elements in the page according to the order of recurrence one by one;
Described step S2 according to the detailed description of the invention of the various parameters that the order of recurrence has recorded all pages in document and all elements in the page one by one can be: we are according to the actually used situation of document, by all pages in document, all elements in the page, order according to recurrence, record their various parameters one by one, the font of such as word, font size, position etc., the size of picture, prune message etc.
Step S3: the various resource files used in various parameters and whole document are converted to the HTML5 file format supported;
The resource file used in PPT document is extracted by described step S3, and the detailed description of the invention converting the HTML5 file format supported to can be: the various resources (such as picture, video, audio frequency, flash animation) etc. used in the parameter list obtain record and whole document convert the HTML5 file format supported to. The audio-video document used by document converts the reference format of HTML5 to, for instance audio frequency we be all converted to mp3 form, video is all converted to the mp4 form h.264 encoded; Shape, rotation, shadow information are converted to item by item according to the position grasped the reference format of HTML5. The shape used in PPT document selects to adopt svg vector to indicate according to situation, then generates the font svg file of correspondence if any outside font.
In actual applications, after the resource file in described PPT document is disposed, can be saved on disk as file, be indexed in html file simultaneously.
Step S4: set object coordinate in DIV+Css3 pattern according to the resource coordinate parsed in PPT document;
Described step S4 sets object coordinate in DIV+Css3 pattern according to the resource coordinate parsed in PPT document, and carries out converting in coordinate system space by graphic parameter being set later comprising the following steps: utilize the mode of absolute layout to set object coordinate in DIV+Css3 pattern according to the resource coordinate parsed in PPT document; For there is the figure rotated with convergent-divergent, carry out being set again after transformation calculations obtains actual parameter in coordinate system space.
Step S5: generate html page.
Described step S5 generates the detailed description of the invention of html page: after step S4 has carried out layout and space sets, it is possible to load the resource file after conversion and relevant parameter forms html page. In actual applications, described generation html page process additionally uses following scheme: generate in html page process and additionally use canvas drawing technique; Described generation html page process additionally uses audio/video label control technology.
Advantage of the invention process: the method that PPT is converted to html page of the present invention is by following steps: the data of PPT document are resolved; The various parameters of all pages in document and all elements in the page have been recorded one by one according to the order of recurrence; The various resource files used in various parameters and whole document are converted to the HTML5 file format supported; Object coordinate in DIV+Css3 pattern is set according to the resource coordinate parsed in PPT document; Generate html page, unloading after PPT document analysis is become the HTML5 div+css standard pattern supported, PPT document is converted to html page, thus browser can be passed through open the PPT html web page converted to online, content and animation can be checked whenever and wherever possible, without installing any third party's plug-in unit, it is possible to effectively assist office, be greatly improved work efficiency.
The above; being only the specific embodiment of the present invention, but protection scope of the present invention is not limited thereto, any those skilled in the art is in technical scope disclosed by the invention; the change that can readily occur in or replacement, all should be encompassed within protection scope of the present invention. Therefore, protection scope of the present invention should be as the criterion with described scope of the claims.

Claims (10)

1. the method that PPT is converted to html page, it is characterised in that the described method that PPT is converted to html page comprises the following steps:
The data of PPT document are resolved;
The various parameters of all pages in document and all elements in the page have been recorded one by one according to the order of recurrence;
The various resource files used in various parameters and whole document are converted to the HTML5 file format supported;
Object coordinate in DIV+Css3 pattern is set according to the resource coordinate parsed in PPT document;
Generate html page.
2. the method that PPT is converted to html page according to claim 1, it is characterized in that, the described detailed description of the invention that the data of PPT document are resolved can be: by the development interface of Office software, on windows platform, the data of PPT document is resolved.
3. the method that PPT is converted to html page according to claim 1, it is characterized in that, the detailed description of the invention of the various parameters that the described order according to recurrence has recorded all pages in document and all elements in the page one by one can be: by all pages in document, all elements in the page, according to the order of recurrence, record their various parameters one by one.
4. the method that PPT is converted to html page according to claim 1, it is characterized in that, the described method that PPT is converted to html page is further comprising the steps of: obtain the picture in document, the concrete coordinate of word and size information and Parameters variation information that animation is play.
5. the method that PPT is converted to html page according to claim 1, it is characterised in that the described HTML5 file format supported that converted to by the various resource files used in various parameters and whole document comprises the following steps:
The audio-video document used by document converts the reference format of HTML5 to;
Shape, rotation, shadow information are converted to item by item according to the position grasped the reference format of HTML5.
6. the method that PPT is converted to html page according to claim 1, it is characterized in that, described the various resource files used in various parameters and whole document are converted to HTML5 support file format further comprising the steps of: the shape used in PPT document according to situation select adopt svg vector indicate.
7. the method that PPT is converted to html page according to claim 1, it is characterized in that, described set object coordinate in DIV+Css3 pattern according to the resource coordinate that parses in PPT document and comprise the following steps: utilize the mode of absolute layout to set object coordinate in DIV+Css3 pattern according to the resource coordinate parsed in PPT document; For there is the figure rotated with convergent-divergent, carry out being set again after transformation calculations obtains actual parameter in coordinate system space.
8. according to the method that PPT is converted to html page one of claim 1 to 7 Suo Shu, it is characterized in that, the described method that PPT is converted to html page is further comprising the steps of: after the resource file in PPT document is disposed, it is saved on disk as file, is indexed in html file simultaneously.
9. the method that PPT is converted to html page according to claim 8, it is characterised in that additionally use canvas drawing technique in described generation html page process.
10. the method that PPT is converted to html page according to claim 8, it is characterised in that additionally use audio/video label control technology in described generation html page process.
CN201410579743.9A 2014-10-25 2014-10-25 Method for converting PPT document to HTML page Pending CN105630459A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410579743.9A CN105630459A (en) 2014-10-25 2014-10-25 Method for converting PPT document to HTML page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410579743.9A CN105630459A (en) 2014-10-25 2014-10-25 Method for converting PPT document to HTML page

Publications (1)

Publication Number Publication Date
CN105630459A true CN105630459A (en) 2016-06-01

Family

ID=56045451

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410579743.9A Pending CN105630459A (en) 2014-10-25 2014-10-25 Method for converting PPT document to HTML page

Country Status (1)

Country Link
CN (1) CN105630459A (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106484663A (en) * 2016-10-12 2017-03-08 天闻数媒科技(湖南)有限公司 A kind of extracting method of document content and device
CN106776490A (en) * 2016-11-21 2017-05-31 广州视源电子科技股份有限公司 A kind of offline courseware upward-compatible method, apparatus and system
CN106971635A (en) * 2017-03-20 2017-07-21 厦门云开云科技有限公司 A kind of teaching, training method and system
CN107015950A (en) * 2017-03-20 2017-08-04 厦门云开云科技有限公司 The generation method and device of a kind of SCORM coursewares
CN107168622A (en) * 2017-05-11 2017-09-15 北京大生在线科技有限公司 Multiterminal courseware real-time interactive method and system
CN107943915A (en) * 2017-11-20 2018-04-20 福建亿榕信息技术有限公司 The method and device of OFD file Real time displayings based on HTML5
CN108399172A (en) * 2017-02-07 2018-08-14 阿里巴巴集团控股有限公司 A kind of generation method and device of polar plot
CN109271535A (en) * 2018-08-10 2019-01-25 中山全播网络科技有限公司 A kind of analysis of PPT animation, the processing method for extracting and being converted to picture format
CN109933382A (en) * 2019-03-11 2019-06-25 安徽志辉教育科技有限公司 Online ppt previewing file tool based on owa service
CN109981711A (en) * 2017-12-28 2019-07-05 腾讯科技(深圳)有限公司 Document dynamic play method, apparatus, system and computer readable storage medium
CN110134922A (en) * 2018-02-02 2019-08-16 鼎复数据科技(北京)有限公司 A method of table content in PDF is directly acquired by browser
CN110413566A (en) * 2019-07-04 2019-11-05 广州视源电子科技股份有限公司 Courseware stores and processs method, apparatus, intelligent interaction plate and storage medium
CN110415319A (en) * 2019-08-07 2019-11-05 深圳市前海手绘科技文化有限公司 Animation method, device and electronic equipment and storage medium based on PPT
CN110460864A (en) * 2019-07-16 2019-11-15 仲恺农业工程学院 A method of it improves and image quality of giving lessons is broadcast live online
CN110532524A (en) * 2019-07-02 2019-12-03 杭州博世数据网络有限公司 A kind of system and method for PPT document automatic conversion html5 document
CN110598189A (en) * 2019-08-14 2019-12-20 中国平安财产保险股份有限公司 Document processing method, device, equipment and readable storage medium
CN110705221A (en) * 2019-09-29 2020-01-17 武汉天喻教育科技有限公司 Method for realizing HTML5 in PPT
CN110765378A (en) * 2019-09-20 2020-02-07 苏宁云计算有限公司 Method and system for playing Office document at webpage end
CN110837569A (en) * 2019-11-04 2020-02-25 同辉佳视(北京)信息技术股份有限公司 Information processing method and device, storage medium and electronic equipment
CN111177422A (en) * 2017-06-07 2020-05-19 邹时月 Group chat system capable of reproducing information based on keyword information
CN112257387A (en) * 2020-10-27 2021-01-22 合肥青谷信息科技有限公司 Document conversion method
CN112861483A (en) * 2021-02-07 2021-05-28 吉林省科学技术信息研究所 Online editing method for demonstration manuscript
CN113127410A (en) * 2021-03-10 2021-07-16 浙江学海教育科技有限公司 Method and system for converting PPT file format
CN113268954A (en) * 2021-05-18 2021-08-17 山东浪潮商用系统有限公司 Conversion method, system and storage medium for converting PPT (Power Point) into HTML (Hypertext markup language) based on Java
CN113934955A (en) * 2021-10-25 2022-01-14 稿定(厦门)科技有限公司 Method for generating display PPT file by browser, browser and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1801149A (en) * 2004-12-16 2006-07-12 微软公司 Systems and methods for converting a formatted document to a web page
US7398464B1 (en) * 2002-05-31 2008-07-08 Oracle International Corporation System and method for converting an electronically stored document
CN103164201A (en) * 2011-12-15 2013-06-19 航天信息软件技术有限公司 Web page generating method
CN103353878A (en) * 2013-06-14 2013-10-16 陆昀 Method for displaying files of different file formats in webpage
CN103970750A (en) * 2013-01-25 2014-08-06 腾讯科技(深圳)有限公司 Method and device for generating HTML (Hypertext Markup Language) web pages
KR20140098389A (en) * 2013-01-31 2014-08-08 정우식 Systems and methods for auto converting dps from various docs to html5 type docs

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7398464B1 (en) * 2002-05-31 2008-07-08 Oracle International Corporation System and method for converting an electronically stored document
CN1801149A (en) * 2004-12-16 2006-07-12 微软公司 Systems and methods for converting a formatted document to a web page
CN103164201A (en) * 2011-12-15 2013-06-19 航天信息软件技术有限公司 Web page generating method
CN103970750A (en) * 2013-01-25 2014-08-06 腾讯科技(深圳)有限公司 Method and device for generating HTML (Hypertext Markup Language) web pages
KR20140098389A (en) * 2013-01-31 2014-08-08 정우식 Systems and methods for auto converting dps from various docs to html5 type docs
CN103353878A (en) * 2013-06-14 2013-10-16 陆昀 Method for displaying files of different file formats in webpage

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李慧云 等: ""基于HTML5的移动互联网应用转换技术"", 《电信科学》 *

Cited By (36)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
WO2018090437A1 (en) * 2016-11-21 2018-05-24 广州视睿电子科技有限公司 Upward compatible method, device and system for offline courseware
CN106776490B (en) * 2016-11-21 2019-07-16 广州视源电子科技股份有限公司 A kind of method, apparatus and system that offline courseware is upward-compatible
CN106776490A (en) * 2016-11-21 2017-05-31 广州视源电子科技股份有限公司 A kind of offline courseware upward-compatible method, apparatus and system
CN108399172B (en) * 2017-02-07 2021-10-15 阿里巴巴集团控股有限公司 Vector diagram generation method and device
CN108399172A (en) * 2017-02-07 2018-08-14 阿里巴巴集团控股有限公司 A kind of generation method and device of polar plot
CN106971635B (en) * 2017-03-20 2022-02-01 厦门云开云科技有限公司 Teaching training method and system
CN106971635A (en) * 2017-03-20 2017-07-21 厦门云开云科技有限公司 A kind of teaching, training method and system
CN107015950A (en) * 2017-03-20 2017-08-04 厦门云开云科技有限公司 The generation method and device of a kind of SCORM coursewares
CN107168622A (en) * 2017-05-11 2017-09-15 北京大生在线科技有限公司 Multiterminal courseware real-time interactive method and system
CN107168622B (en) * 2017-05-11 2021-01-01 北京大生在线科技有限公司 Multi-end courseware real-time interaction method and system
CN111177422A (en) * 2017-06-07 2020-05-19 邹时月 Group chat system capable of reproducing information based on keyword information
CN111177422B (en) * 2017-06-07 2023-04-14 邹时月 Group chat system capable of reproducing information based on keyword information
CN107943915B (en) * 2017-11-20 2020-05-08 福建亿榕信息技术有限公司 Method and device for OFD (office file) online display based on HTML5
CN107943915A (en) * 2017-11-20 2018-04-20 福建亿榕信息技术有限公司 The method and device of OFD file Real time displayings based on HTML5
CN109981711B (en) * 2017-12-28 2021-10-15 腾讯科技(深圳)有限公司 Document dynamic playing method, device and system and computer readable storage medium
CN109981711A (en) * 2017-12-28 2019-07-05 腾讯科技(深圳)有限公司 Document dynamic play method, apparatus, system and computer readable storage medium
CN110134922A (en) * 2018-02-02 2019-08-16 鼎复数据科技(北京)有限公司 A method of table content in PDF is directly acquired by browser
CN109271535A (en) * 2018-08-10 2019-01-25 中山全播网络科技有限公司 A kind of analysis of PPT animation, the processing method for extracting and being converted to picture format
CN109271535B (en) * 2018-08-10 2021-07-23 全播教育科技(广东)有限公司 Processing method for analyzing, extracting and converting PPT animation into picture format
CN109933382A (en) * 2019-03-11 2019-06-25 安徽志辉教育科技有限公司 Online ppt previewing file tool based on owa service
CN110532524A (en) * 2019-07-02 2019-12-03 杭州博世数据网络有限公司 A kind of system and method for PPT document automatic conversion html5 document
CN110413566A (en) * 2019-07-04 2019-11-05 广州视源电子科技股份有限公司 Courseware stores and processs method, apparatus, intelligent interaction plate and storage medium
CN110460864A (en) * 2019-07-16 2019-11-15 仲恺农业工程学院 A method of it improves and image quality of giving lessons is broadcast live online
CN110415319A (en) * 2019-08-07 2019-11-05 深圳市前海手绘科技文化有限公司 Animation method, device and electronic equipment and storage medium based on PPT
CN110598189A (en) * 2019-08-14 2019-12-20 中国平安财产保险股份有限公司 Document processing method, device, equipment and readable storage medium
CN110765378A (en) * 2019-09-20 2020-02-07 苏宁云计算有限公司 Method and system for playing Office document at webpage end
CN110705221B (en) * 2019-09-29 2023-01-17 武汉天喻教育科技有限公司 Method for realizing HTML5 in PPT
CN110705221A (en) * 2019-09-29 2020-01-17 武汉天喻教育科技有限公司 Method for realizing HTML5 in PPT
CN110837569A (en) * 2019-11-04 2020-02-25 同辉佳视(北京)信息技术股份有限公司 Information processing method and device, storage medium and electronic equipment
CN112257387A (en) * 2020-10-27 2021-01-22 合肥青谷信息科技有限公司 Document conversion method
CN112861483A (en) * 2021-02-07 2021-05-28 吉林省科学技术信息研究所 Online editing method for demonstration manuscript
CN113127410A (en) * 2021-03-10 2021-07-16 浙江学海教育科技有限公司 Method and system for converting PPT file format
CN113268954A (en) * 2021-05-18 2021-08-17 山东浪潮商用系统有限公司 Conversion method, system and storage medium for converting PPT (Power Point) into HTML (Hypertext markup language) based on Java
CN113934955A (en) * 2021-10-25 2022-01-14 稿定(厦门)科技有限公司 Method for generating display PPT file by browser, browser and storage medium

Similar Documents

Publication Publication Date Title
CN105630459A (en) Method for converting PPT document to HTML page
CN111669623B (en) Video special effect processing method and device and electronic equipment
US11216253B2 (en) Application prototyping tool
US9507480B1 (en) Interface optimization application
US20150039996A1 (en) System and method for dynamically converting webpage, and computer-readable recording medium
US10678406B1 (en) Conversational user interface design
CN104520843A (en) Providing note based annotation of content in e-reader
US20140164900A1 (en) Appending content with annotation
CN104598902A (en) Method and device for identifying screenshot and browser
CN102819436B (en) A kind of user interface interaction method and apparatus based on webpage mailbox
CN105376502A (en) All media on-line editing tool
CN102402432A (en) Method for creating a multi-lingual web page
CN104298721A (en) Split screen layout editing method for any number of objects in on-line courseware making based on Web
CN105022749A (en) Document presentation realization method based on Android platform
CN109190078A (en) Webpage construction method, device and storage medium
CN107133206A (en) A kind of digital content makes and demonstration tool and its application
CN115510347A (en) Presentation file conversion method and device, electronic equipment and storage medium
CN102955852A (en) Method, device and equipment for webpage resource processing
CN104156421A (en) Method, device and system for displaying page
KR101709186B1 (en) Interactive multimedia E-book authoring apparatus and method
CN113626023A (en) Sketch-based cross-platform interface development method and system, computer device and medium
CN113778405A (en) Cross-platform APP construction method, device, system and medium
KR20190061895A (en) Web based document editing server for changing template of web based document and operating method thereof
CN114866801B (en) Video data processing method, device, equipment and computer readable storage medium
KR20120000595A (en) Method and system of providing a multimedia contents producing tool proceeding in multi-platform through on-line

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: 20160601

RJ01 Rejection of invention patent application after publication