CN113515922A - Document processing method, system, device and interaction device - Google Patents

Document processing method, system, device and interaction device Download PDF

Info

Publication number
CN113515922A
CN113515922A CN202111056979.0A CN202111056979A CN113515922A CN 113515922 A CN113515922 A CN 113515922A CN 202111056979 A CN202111056979 A CN 202111056979A CN 113515922 A CN113515922 A CN 113515922A
Authority
CN
China
Prior art keywords
document
display
added content
display document
metadata
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
CN202111056979.0A
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.)
Hangzhou Tiangu Information Technology Co ltd
Original Assignee
Hangzhou Tiangu Information 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 Hangzhou Tiangu Information Technology Co ltd filed Critical Hangzhou Tiangu Information Technology Co ltd
Priority to CN202111056979.0A priority Critical patent/CN113515922A/en
Publication of CN113515922A publication Critical patent/CN113515922A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • G06F16/137Hash-based
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/14Details of searching files based on file metadata
    • G06F16/148File search processing
    • G06F16/152File search processing using file content signatures, e.g. hash values
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/168Details of user interfaces specifically adapted to file systems, e.g. browsing and visualisation, 2d or 3d GUIs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45529Embedded in an application, e.g. JavaScript in a Web browser

Abstract

The invention provides a document processing method, a system, a device and an interaction device, wherein the method comprises the following steps: displaying a first display document and added content on a webpage end; importing the added content into a displayed first display document, and adjusting the added content to obtain a second display document; analyzing metadata of the second display document, and establishing the metadata into a hash table, wherein the metadata comprises the page number of the added content in the second display document, the coordinate information of the added content on the current page and the size of the added content; and according to the page number of the first display document and the hash table, overlapping and combining the document data and the added content in the first display document to obtain document data in a target format, and storing the document data in the target format. The invention does not need to additionally install other software, has definite function points of the webpage end, simple use method, reduces the cost of installing the software and the learning cost of learning and using the software, is simple and convenient to operate and reduces the use threshold.

Description

Document processing method, system, device and interaction device
Technical Field
The invention relates to a document processing method, in particular to a method for adding document contents to a webpage end.
Background
In the work of contacting with documents more, such as PDF, the risk that the original document may be stolen is encountered, a mark needs to be added on the basis of the original document to prevent the document content from being stolen, or the document content needs to be added to make it richer. In the existing solutions, a method of directly editing a document using document editing software is mostly adopted, or a method of uploading a document to a server, informing the server of content and a position to be added at a web page side, and synthesizing the added content into the document by the server is adopted.
However, the existing professional document editor usually needs to charge a fee, such as a PDF editor, or the function of the editor is more, so that the use is inconvenient, and certain learning cost exists. In another method, when a document is uploaded to a server, there may be a risk of data leakage, and the server may occupy the memory, and when there are many users, the processing speed of the server may be slow.
Disclosure of Invention
In order to solve the problems of data leakage and cost consumption of learning software, the application provides a document processing method.
A document processing method, comprising the steps of:
displaying a first display document and added content on a webpage end;
and importing the added content into the displayed first display document, and adjusting the added content to obtain a second display document. The second display document of this step is only a presentation effect and not a document. Moreover, the document and the added content are only displayed on the display, and data interaction with the server is not carried out, so that document data leakage can be prevented.
Analyzing metadata of the second display document, and establishing the metadata into a hash table, wherein the metadata comprises the page number of the added content in the second display document, the coordinate information of the added content on the current page and the size of the added content;
and according to the page number of the first display document and the hash table, overlapping and combining the document data and the added content in the first display document to obtain document data in a target format, and storing the document data in the target format. This step actually merges the document data and the added content in accordance with the presentation effect. And quickly searching metadata of the added content through the page key value of the hash table, and quickly combining the metadata.
Further, after the first display document is displayed and the content is added, the method further comprises the following steps: the first display document comprises an original document or a new document with the original document inserted into a new page.
Further, establishing the metadata into a hash table specifically includes:
and taking the page number of the first display document as a key value of a hash table, storing other metadata of the same page number in the same array, and establishing the association between the metadata and the key value.
Further, the overlaying and merging of the document data and the added content in the first display document specifically includes:
traversing the first display document according to the page number of the first display document, when the page number of the first display document is equal to the key value, extracting metadata associated with the equal key value, and overlapping and merging corresponding added content with the first display document.
Further, the additive content includes a picture.
Further, the method for adjusting the added content specifically includes: position adjustment, zoom adjustment, rotation adjustment, and transparency adjustment.
Further, the saved document data of the target format is in accordance with the display effect of the second display document.
The present application also provides a document processing system comprising:
the data analysis module is used for analyzing and displaying the first display document and the added content at the webpage end;
the import adjusting module is used for importing the added content into the displayed first display document, adjusting the added content and obtaining a second display document;
a hash establishing module, configured to establish a hash table by using metadata of the second display document, where the metadata includes a page number of the added content in the second display document, coordinate information of the added content on a current page, and a size of the added content;
and the document generating module is used for superposing and combining the document data and the added content in the first display document according to the page number of the first display document and the hash table to obtain the document data in a target format and storing the document data.
Further, the method comprises a page inserting module for inserting a new page after the steps of displaying the first display document and adding the content.
The present application further provides an interaction device, including an interaction interface, the interaction interface includes:
the system comprises an importing unit, a display unit and a display unit, wherein the importing unit is used for importing a first display document and adding content, and the first display document comprises an original document or a new document of which the original document is inserted into a new page;
a first display unit that displays the first display document and the added content;
the adjusting unit is used for importing the added content into the displayed first display document, adjusting the added content and obtaining a second display document;
a second display unit for displaying the second display document;
and an output unit for outputting the second display document in the target format.
The application also provides a document processing device, which comprises a memory and a processor, wherein the memory is used for storing a data processing program, and the data processing program executes the document processing method when being read and executed by the processor.
The invention has the beneficial effects that:
the invention provides a method for processing documents at a webpage end, which does not need to additionally install other software, has simple interaction interface at the webpage end, clear function buttons, simplifies the operation method, reduces the time cost for installing software and the money cost for purchasing genuine software by a user, reduces the learning cost for learning to use the software by the user, and reduces the use threshold. In addition, the method of the invention is independent of a server, only displays the operation page and the display page at the webpage end, does not generate data interaction with the server, can complete all operations at the local client, avoids the risk of document original text data leakage, also avoids depending on server resources, and can smoothly process files when the server resources occupy a large amount.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic flow chart of the method of the present application.
Detailed Description
In order to make the purpose, features and advantages of the present application more obvious and understandable, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the embodiments described below are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The invention is further elucidated with reference to the drawings and the embodiments.
Example 1
The present embodiment is described by taking a PDF document as an example, but other embodiments are not limited to PDF documents.
As shown in fig. 1, a user uploads a PDF document, i.e., a first display document, on a web page side, and the web page side displays the first display document, i.e., an original document, which is a document to be processed.
The webpage JavaScript acquires PDF document data through a FileReader interface provided by a browser, analyzes the PDF document data, and renders the analyzed data through an HTML Canvas tag, so that the PDF document is displayed on a webpage of a webpage end. Each page of PDF document is rendered in a different Canvas label, and the Canvas labels are arranged in the webpage from top to bottom in sequence, so that the effect of displaying the PDF document in the webpage is achieved.
The user uploads the additional content on the webpage side, and in this embodiment, the additional content is a watermark picture for explanation.
And the webpage JavaScript acquires the picture data through a FileReader interface provided by the browser, renders the picture through an HTML Img label, and displays the picture at a webpage end.
The user drags the picture to be led into any position in the PDF document, and the picture can be adjusted on the PDF view, and the adjusting method comprises the steps of dragging the picture again to adjust the position, zooming the picture, rotating the picture and adjusting the transparency of the picture.
After the adjustment is completed, a new display document, namely a second display document, is obtained, and the metadata of the second display document is analyzed, wherein the metadata comprises the page number of the picture in the second display document, the coordinate information of the picture in the current page, the coordinate axis origin at the lower left corner of the page, and the pixel size and the size of the picture in the page.
Establishing a hash table by using the metadata of the second display document, specifically: and taking the page number of the picture in the second display document as a key value Y of the hash table, storing other metadata with the same page number information in the same array with the same key value, and establishing an association relation between the key value Y and other metadata.
And the user saves the second display document. At this time, the web JavaScript on the web page traverses the container Canvas tag of the PDF data of the first display document, converts the data in the Canvas into the picture data in the PNG format every time one Canvas tag is traversed, and stores the order subscript of the Canvas, that is, the page number of the PDF document. Since the added content is the watermark picture in the embodiment, the page numbers of the first display document and the second display document are substantially the same.
In the traversal process, if the same key value Y exists in the hash table for the first display document page number, it indicates that there is a picture added in the current page number, extracts the associated metadata under the same key value, superimposes on the original picture, that is, the picturized first display document according to the information such as the coordinate value, the picture size and the like corresponding to each picture, finally obtains a synthesized picture, and converts the synthesized picture into a target format, that is, a PDF document format.
And synthesizing and converting all the pictures to obtain a new PDF document, wherein the display effect of the document is consistent with that of a second display document in a browser at a webpage end, and the document is stored locally.
In this embodiment, the web page end is only used as an operation end and a display end, and the server does not participate in the whole process, so that the document data is prevented from being leaked.
Example 2
Different from embodiment 1, the first display document in this embodiment is not an original document, but a new document in which a new page is inserted into the original document, specifically:
when one or more pictures are inserted at the beginning, the end or the middle of the original PDF document, the method is realized by inserting a new page, namely, a new blank Canvas label is inserted before any Canvas label in the original document, then the pictures are dragged to the new page and adjusted, and the width and the height of the blank Canvas label can be set. The latter operation is identical to the embodiment.
The number of pages of the first displayed document is increased compared with that of the original document because the second displayed document is the first displayed document on which pictures or the like are superimposed, and the number of pages of the second displayed document is increased correspondingly, and the number of the pages of the second displayed document is the same.
Example 3
The present embodiment provides a document processing system including:
the data analysis module is used for analyzing and displaying the first display document and the added content at the webpage end;
and the import adjusting module is used for importing the added content into the displayed first display document, adjusting the added content and obtaining a second display document.
And the hash establishing module is used for establishing the metadata of the second display document into a hash table, wherein the metadata comprises the page number of the added content in the second display document, the coordinate information of the added content on the current page and the size of the added content.
And the document generating module is used for superposing and combining the document data and the added content in the first display document according to the page number of the first display document and the hash table to obtain the document data in a target format and storing the document data.
And the page inserting module is used for inserting a new page into the original document.
And the data analysis module is used for importing the data generated by the adjustment module and the Hash establishment module into the document generation module finally, and the document generation module converts the first display document into a picture format and corresponding added contents for merging and overlapping according to the page number of the first display document and the Hash table data set established by the Hash establishment module, converts the picture format and the corresponding added contents into a target format, and finally generates a new document text.
Example 4
The embodiment provides an interaction device, which comprises an importing unit, a display unit and a display unit, wherein the importing unit is used for importing a first display document and adding content, and the first display document comprises an original document or a new document formed by inserting the original document into a new page. Typically an "open file" button on the page of the web page end, or an "insert" button if a new page is inserted.
And a first display unit displaying the first display document and the added content. Generally, the display screen displays the document data parsed by the web page.
And the adjusting unit is used for leading the added content into the displayed first display document, adjusting the added content and obtaining a second display document. Generally, the mouse drag function and the size, angle rotation and transparency adjustment buttons of the picture are used.
And the second display unit is used for displaying the processed first display document, namely the second display document. Typically a display screen, displays the second displayed document after the content addition.
And an output unit for outputting the second display document in the target format. The second display document is displayed in a picture format on the web page, and needs to be converted into a document format, generally, a "save" or "synthesize and save" button, and after the user presses the button, the system performs the operation as described in embodiment 1 to save the document in the document format to the local.
It can be seen that the interactive interface of the embodiment is simple, the number of used interactive command buttons is small, the operation requirements of most people can be met, a special learning document editor is not needed for editing the document, and the learning cost of the user learning software is reduced.
In the several embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described device embodiments are merely illustrative, and for example, the division of the modules or units is only one logical functional division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or may be integrated into another device, or some features may be omitted, or not executed.
The units may or may not be physically separate, and components displayed as units may be one physical unit or a plurality of physical units, that is, may be located in one place, or may be distributed in a plurality of different places. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication section, and/or installed from a removable medium. The computer program, when executed by a Central Processing Unit (CPU), performs the above-described functions defined in the method of the present application. It should be noted that the computer readable medium mentioned above in the present application may be a computer readable signal medium or a computer readable storage medium or any combination of the two. The computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing.
More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wire segments, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
In the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In this application, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless section, wire section, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.

Claims (11)

1. A document processing method, comprising the steps of:
displaying a first display document and added content on a webpage end;
importing the added content into the displayed first display document, and adjusting the added content to obtain a second display document;
analyzing metadata of the second display document, and establishing the metadata into a hash table, wherein the metadata comprises the page number of the added content in the second display document, the coordinate information of the added content on the current page and the size of the added content;
and according to the page number of the first display document and the hash table, overlapping and combining the document data and the added content in the first display document to obtain document data in a target format, and storing the document data in the target format.
2. The document processing method according to claim 1, wherein the first displayed document includes an original document or a new document in which the original document is inserted into a new page.
3. The document processing method according to claim 1 or 2, wherein the creating of the metadata into a hash table specifically comprises:
and taking the page number of the first display document as a key value of a hash table, storing other metadata of the same page number in the same array, and establishing the association between the metadata and the key value.
4. The document processing method according to claim 3, wherein the superimposing and merging of the document data and the added content in the first display document specifically comprises:
traversing the first display document according to the page number of the first display document, when the page number of the first display document is equal to the key value, extracting metadata associated with the equal key value, and overlapping and merging corresponding added content with the first display document.
5. The document processing method according to claim 1, wherein the additive content includes a picture.
6. The document processing method according to claim 1, wherein the method for adjusting the added content specifically comprises: position adjustment, zoom adjustment, rotation adjustment, and transparency adjustment.
7. The document processing method according to claim 1, wherein the saved document data in the target format is in accordance with a display effect of the second displayed document.
8. A document processing system, comprising:
the data analysis module is used for analyzing and displaying the first display document and the added content at the webpage end;
the import adjusting module is used for importing the added content into the displayed first display document, adjusting the added content and obtaining a second display document;
a hash establishing module, configured to establish a hash table by using metadata of the second display document, where the metadata includes a page number of the added content in the second display document, coordinate information of the added content on a current page, and a size of the added content;
and the document generating module is used for superposing and combining the document data and the added content in the first display document according to the page number of the first display document and the hash table to obtain the document data in the target format and storing the document data in the target format.
9. The document processing system of claim 8, further comprising a page insertion module for inserting a new page in the original document.
10. An interactive apparatus, comprising an interactive interface, the interactive interface comprising:
the system comprises an importing unit, a display unit and a display unit, wherein the importing unit is used for importing a first display document and adding content, and the first display document comprises an original document or a new document of which the original document is inserted into a new page;
a first display unit configured to display the first display document and the added content;
the adjusting unit is used for importing the added content into the displayed first display document, adjusting the added content and obtaining a second display document;
a second display unit for displaying the second display document;
and an output unit for outputting the second display document in the target format.
11. A document processing apparatus comprising a memory and a processor, wherein the memory is used for storing a data processing program, and the data processing program, when read and executed by the processor, performs the document processing method according to any one of claims 1 to 7.
CN202111056979.0A 2021-09-09 2021-09-09 Document processing method, system, device and interaction device Pending CN113515922A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111056979.0A CN113515922A (en) 2021-09-09 2021-09-09 Document processing method, system, device and interaction device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111056979.0A CN113515922A (en) 2021-09-09 2021-09-09 Document processing method, system, device and interaction device

Publications (1)

Publication Number Publication Date
CN113515922A true CN113515922A (en) 2021-10-19

Family

ID=78063265

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111056979.0A Pending CN113515922A (en) 2021-09-09 2021-09-09 Document processing method, system, device and interaction device

Country Status (1)

Country Link
CN (1) CN113515922A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116701806A (en) * 2023-06-09 2023-09-05 广州万彩信息技术有限公司 Page display processing method and device, terminal and storage medium
CN117055880A (en) * 2023-08-22 2023-11-14 广东保伦电子股份有限公司 Document transcoding method, device and storage medium based on containerized deployment
CN116701806B (en) * 2023-06-09 2024-04-26 广州万彩信息技术有限公司 Page display processing method and device, terminal and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108009143A (en) * 2017-12-04 2018-05-08 上海互盾信息科技有限公司 A kind of PDF document real-time edition scan tool
CN110290106A (en) * 2019-05-13 2019-09-27 视联动力信息技术股份有限公司 Display system
CN112214740A (en) * 2020-09-27 2021-01-12 金蝶医疗软件科技有限公司 PDF processing method, device, computer equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108009143A (en) * 2017-12-04 2018-05-08 上海互盾信息科技有限公司 A kind of PDF document real-time edition scan tool
CN110290106A (en) * 2019-05-13 2019-09-27 视联动力信息技术股份有限公司 Display system
CN112214740A (en) * 2020-09-27 2021-01-12 金蝶医疗软件科技有限公司 PDF processing method, device, computer equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116701806A (en) * 2023-06-09 2023-09-05 广州万彩信息技术有限公司 Page display processing method and device, terminal and storage medium
CN116701806B (en) * 2023-06-09 2024-04-26 广州万彩信息技术有限公司 Page display processing method and device, terminal and storage medium
CN117055880A (en) * 2023-08-22 2023-11-14 广东保伦电子股份有限公司 Document transcoding method, device and storage medium based on containerized deployment
CN117055880B (en) * 2023-08-22 2024-05-03 广东保伦电子股份有限公司 Document transcoding method, device and storage medium based on containerized deployment

Similar Documents

Publication Publication Date Title
CN109688463B (en) Clip video generation method and device, terminal equipment and storage medium
CN110458918B (en) Method and device for outputting information
US11003680B2 (en) Method for providing e-book service and computer program therefor
CN104574454A (en) Image processing method and device
KR20050052421A (en) Creative method and active viewing method for a electronic document
CN106933887A (en) A kind of data visualization method and device
EP4273808A1 (en) Method and apparatus for publishing video, device, and medium
CN111459501A (en) SVG-based Web configuration picture storage and display system, method and medium
CN113115098A (en) Video display method and device
US9626445B2 (en) Search results modulator
CN110708423A (en) Message content display method and device and storage medium
US20190361986A9 (en) Method for displaying dynamic media with text bubble emulation
KR101771473B1 (en) Method and apparatus for generating responsive webpage
CN110633251B (en) File conversion method and equipment
US9965446B1 (en) Formatting a content item having a scalable object
CN111767488A (en) Article display method, electronic device and storage medium
CN108021317B (en) Method and device for screen editing
CN108133029B (en) Map element adjusting method, device and equipment and computer-readable storage medium
KR101771475B1 (en) Method and apparatus for generating responsive webpage
CN113515922A (en) Document processing method, system, device and interaction device
CN115618144A (en) Dynamic layout method, system, device and medium based on webpage
CN109522429A (en) Method and apparatus for generating information
Jones et al. MementoEmbed and Raintale for web archive storytelling
CN114003218A (en) Method, device, equipment and medium for constructing data visualization component library
CN114048174A (en) OFD document processing method and device and electronic equipment

Legal Events

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

Application publication date: 20211019

RJ01 Rejection of invention patent application after publication