CN105760501A - Document format conversion method and device - Google Patents
Document format conversion method and device Download PDFInfo
- Publication number
- CN105760501A CN105760501A CN201610097252.XA CN201610097252A CN105760501A CN 105760501 A CN105760501 A CN 105760501A CN 201610097252 A CN201610097252 A CN 201610097252A CN 105760501 A CN105760501 A CN 105760501A
- Authority
- CN
- China
- Prior art keywords
- document
- converted
- document form
- format
- converse routine
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/178—Techniques for file synchronisation in file systems
- G06F16/1794—Details of file format conversion
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)
- Document Processing Apparatus (AREA)
Abstract
The invention discloses a document format conversion method and device.The method comprises the steps that an intermediate document format is preset, and a document conversion request is received, wherein the document conversion request comprises a to-be-converted document of the original document format and a target document format to be obtained after conversion; a preset first conversion program used for converting the original document format to the intermediate document format and a second conversion program used for converting the intermediate document format to the target document format are read, the original document format of the to-be-converted document is converted into the intermediate document format through the first conversion program, and the intermediate document format of the to-be-converted document is converted into the target document format through the second conversion program.In this way, if the document format is N, only N+N conversion programs need to be developed according to the scheme; when N is larger than 3, compared with an existing document conversion scheme, according to the formula, the number of conversion programs is greatly reduced, and the development cost is reduced.
Description
Technical field
The application relates to format conversion techniques field, more particularly, it relates to a kind of document format conversion method and device.
Background technology
Document format refers to the specific coding mode to information that computer uses in order to store information, for identifying the data of internal reservoir.Than if any storage picture, some storage programs, some storage Word messages.Each category information, can be saved in computer storage with one or more document formats.Each document format generally has one or more extension name and can be used to identify, it is also possible to do not have extension name.Extension name can help application program identification document format.
Document format presents variation at present, doc, docx that the word of such as Microsoft uses, wps (the WordProcessingSystem of Kingsoft software, copy editor's system), PDF (PortableDocumentFormat, portable document format), webpage HTML (HyperTextMark-upLanguage, HTML or HTML) etc..Diversified document format is sometimes for mutually changing, for instance: doc document needs to convert PDF to, to be distributed to third party;PDF document needs Real time displaying, namely needs to convert html document etc. to.
Existing document format conversion method is mainly: each group of document format all realizes the converse routine of correspondence, for tri-kinds of document formats of A, B, C, altogether needs six kinds of converse routines to be respectively as follows:
1.A->B
2.A->C
3.B->A
4.B->C
5.C->A
6.C->B
Obviously, if needing to support the conversion of more document formats, then the number of corresponding converse routine also can sharply increase.Through calculating, if the kind of document format is N, then the number of the converse routine altogether needed is N* (N-1).It follows that the exploitation of large number of converse routine will waste substantial amounts of cost.
Summary of the invention
In view of this, this application provides a kind of document format conversion method and device, develop substantial amounts of converse routine for solving needing existing for existing document format switch technology, cause the problem that cost increases.
To achieve these goals, it is proposed that scheme as follows:
A kind of document format conversion method, including:
Receive document convert requests, document to be converted that described document convert requests comprises original document form and the destination document form to be converted to;
Read preset for realizing the first converse routine that original document form is changed to intermediate document form, and for realizing the second converse routine that described intermediate document form is changed to described destination document form, wherein said intermediate document form is the document format set;
Utilize described first converse routine, described document to be converted is converted to intermediate document form by original document form;
Utilize described second converse routine, described document to be converted is converted to destination document form by intermediate document form.
Preferably, utilizing described first converse routine described, after described document to be converted is converted to intermediate document form by original document form, the method also includes:
Judge whether to need the document to be converted of middle document format is carried out document process;
If it is not, perform described to utilize described second converse routine, described document to be converted is converted to by intermediate document form the step of destination document form;
If so, the document to be converted of described intermediate document form is carried out document processing operations, the document to be converted of the intermediate document form after being processed;
Then described utilize described second converse routine, described document to be converted is converted to destination document form by intermediate document form, particularly as follows:
Utilize described second converse routine, the document to be converted of the intermediate document form after described process is converted to destination document form by intermediate document form.
Preferably, the described document to be converted to described intermediate document form carries out document processing operations, including:
Identify the header and footer of the document to be converted of described intermediate document form, and the header and footer that will identify that is deleted;
According to the typesetting requirement of described destination document form, the document to be converted deleting header and footer is carried out typesetting again.
Preferably, described intermediate document form is the document format that user is pre-created, and it is different from any one original document form.
A kind of document format conversion equipment, including:
Document convert requests receives unit, is used for receiving document convert requests, document to be converted that described document convert requests comprises original document form and the destination document form to be converted to;
Converse routine reads unit, preset for realizing the first converse routine that original document form is changed to intermediate document form for reading, and for realizing the second converse routine that described intermediate document form is changed to described destination document form, wherein said intermediate document form is the document format set;
First document format converting unit, is used for utilizing described first converse routine, by original document form, described document to be converted is converted to intermediate document form;
Second document format converting unit, is used for utilizing described second converse routine, by intermediate document form, described document to be converted is converted to destination document form.
Preferably, also include:
Judging unit, for after described first document format converting unit, it may be judged whether needs the document to be converted of middle document format is carried out document process, if it is not, perform described second document format converting unit, if so, performs document process unit;
Document process unit, for the document to be converted of described intermediate document form is carried out document processing operations, the document to be converted of the intermediate document form after being processed;Then described second document format converting unit specifically for, utilize described second converse routine, the document to be converted of the intermediate document form after described process be converted to destination document form by intermediate document form.
Preferably, described document process unit includes:
Headerfooter processing unit, for identifying the header and footer of the document to be converted of described intermediate document form, and the header and footer that will identify that is deleted;
Typesetting unit, for the typesetting requirement according to described destination document form, carries out typesetting again to the document to be converted deleting header and footer.
Preferably, described intermediate document form is the document format that user is pre-created, and it is different from any one original document form.
Can be seen that from above-mentioned technical scheme, the document format conversion method that the embodiment of the present application provides has preset intermediate document form, and then receive document convert requests, document to be converted that the document convert requests comprises original document form and the destination document form to be converted to, read preset for realizing the first converse routine that original document form is changed to intermediate document form, and for realizing the second converse routine that described intermediate document form is changed to described destination document form, utilize described first converse routine, described document to be converted is converted to intermediate document form by original document form, utilize described second converse routine, described document to be converted is converted to destination document form by intermediate document form.As from the foregoing, the application is by setting intermediate document form, first original document form to be converted is converted to intermediate document form, it is reconverted into destination document form further, if the kind of document format is N, then only need N+N converse routine of exploitation in advance according to the scheme of the application, the mutual conversion of any two kinds of document formats in N kind document format can be realized, when N value is more than 3, the application scheme is compared to existing document conversion plan, the number of converse routine will be substantially reduced, namely be substantially reduced development cost.
Accompanying drawing explanation
In order to be illustrated more clearly that the embodiment of the present application or technical scheme of the prior art, the accompanying drawing used required in embodiment or description of the prior art will be briefly described below, apparently, accompanying drawing in the following describes is only embodiments herein, 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 the accompanying drawing provided.
Fig. 1 is the disclosed a kind of document format transformation model schematic diagram of the embodiment of the present application;
Fig. 2 is the disclosed a kind of document format conversion method flow chart of the embodiment of the present application;
Fig. 3 is the disclosed another kind of document format conversion method flow chart of the embodiment of the present application;
Fig. 4 is the embodiment of the present application another document format conversion method flow chart disclosed;
Fig. 5 is the disclosed a kind of document format conversion device structure schematic diagram of the embodiment of the present application;
Fig. 6 is the disclosed another kind of document format conversion device structure schematic diagram of the embodiment of the present application;
Fig. 7 is the disclosed a kind of document process cellular construction schematic diagram of the embodiment of the present application.
Detailed description of the invention
Below in conjunction with the accompanying drawing in the embodiment of the present application, the technical scheme in the embodiment of the present application is clearly and completely described, it is clear that described embodiment is only some embodiments of the present application, rather than whole embodiments.Based on the embodiment in the application, 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 the application protection.
The embodiment of the present application provides a kind of document format conversion plan, pre-set intermediate document form in this application, when any document format is changed, all need first to be converted to intermediate document form, intermediate document form be reconverted into another kind of document format.It is the disclosed a kind of document format transformation model schematic diagram of the embodiment of the present application referring particularly to Fig. 1, Fig. 1.
Fig. 1 illustrates flow path switch when tri-kinds of document formats of A, B, C are changed mutually.Being converted to document format B for document format A, first document format A is converted to document format M, is then again converted to document format B by document format M.
Here, document format M is the application intermediate document form set in advance.
Obviously, if the kind number of definition document form is N, then N+N converse routine is needed at most according to the conversion regime of the application.Prior art then needs N* (N-1) individual converse routine.Calculating it can be seen that when N is more than 3, the number of the converse routine required for the application will less than the converse routine needed for prior art, and along with the increase of N, the difference of the two is increasing.
It is the disclosed a kind of document format conversion method flow chart of the embodiment of the present application referring to Fig. 2, Fig. 2.
As in figure 2 it is shown, the method includes:
Step S200, receive document convert requests, document to be converted that described document convert requests comprises original document form and the destination document form to be converted to;
Here, it is original document form that the application defines the document format of document to be converted, and original document form can be any one document formats such as doc form, PDF, html format.
Further, it is destination document form that the application defines the document format that document to be converted to be converted to, and destination document form can also be any one document formats such as doc form, PDF, html format.
Step S210, read the first converse routine and the second converse routine;
Specifically, the application pre-set any one document format to intermediate document form change time required converse routine, meanwhile, be also provided with intermediate document form to any one document format change time required converse routine, the number of converse routine is the twice of document format kind number.
On this basis, after receiving document convert requests, read preset for realizing the first converse routine that original document form change to intermediate document form, and be used for realizing the second converse routine that described intermediate document form is changed to described destination document form.
Step S220, utilize described first converse routine, described document to be converted is converted to intermediate document form by original document form;
Step S230, utilize described second converse routine, described document to be converted is converted to destination document form by intermediate document form.
After have read the first converse routine and the second converse routine, utilize two converse routines to realize original document form to intermediate document form, and intermediate document form is to the conversion of destination document form.
It should be noted that can only read the first converse routine in above-mentioned steps S210, second converse routine random time between step S220 and step S230 reads.
The document format conversion method that the embodiment of the present application provides has preset intermediate document form, and then receive document convert requests, document to be converted that the document convert requests comprises original document form and the destination document form to be converted to, read preset for realizing the first converse routine that original document form is changed to intermediate document form, and for realizing the second converse routine that described intermediate document form is changed to described destination document form, utilize described first converse routine, described document to be converted is converted to intermediate document form by original document form, utilize described second converse routine, described document to be converted is converted to destination document form by intermediate document form.As from the foregoing, the application is by setting intermediate document form, first original document form to be converted is converted to intermediate document form, it is reconverted into destination document form further, if the kind of document format is N, then only need N+N converse routine of exploitation in advance according to the scheme of the application, the mutual conversion of any two kinds of document formats in N kind document format can be realized, when N value is more than 3, the application scheme is compared to existing document conversion plan, the number of converse routine will be substantially reduced, namely be substantially reduced development cost.
It follows that the application is by analyzing the feature of several different document forms, further the application scheme to be illustrated.
1, doc document format
Chinese: document (foreign language is abridged: DOC, foreign language full name: Document) is the one of computer document common file extension name, is: docx after 2007 editions.
2, PDF document form
Pdf (abbreviation of PortableDocumentFormat means " portable document format "), is carried out, for the mode unrelated with application program, operating system, hardware, the document format that exchange files develops by AdobeSystems.Pdf document, based on PostScript language image model, all can ensure accurate color and printing effect accurately on which kind of printer, and namely PDF can verily reproduce each character of original copy, color and image.
3, WPS document format
WPS (WordProcessingSystem), Chinese means copy editor's system, is a kind of office software of Kingsoft software company.Its collection is edited and prints to one, there is abundant full-screen editing function, but also provide various control output format and printing function, make the manuscript that prints i.e. attractive in appearance but also specification, substantially can meet all circles paperwork person and edit, print needs and the requirement of various file.Coming across at first 1989, before Microsoft Windows system occurs, in the age that DOS system is prevailing, WPS was once Chinese most popular word processor, and present WPS latest edition is that 2013 editions individual versions, enterprise version and 2013 campus versions 2013 are had a taste of a delicacy version.In China's Mainland, Kingsoft software company repeatedly defeats Microsoft in government procurement, and present China's Mainland government, office are much equipped with WPSOffice office software, owing to it is free in colleges and universities, exquisite handy, also popular.
4, html document form
HTML (HyperTextMark-upLanguage) i.e. HTML or HTML, be the language being most widely used on current network, is also the dominant language constituting web document.The descriptive text that html text is made up of HTML command, HTML command can comment, figure, animation, sound, form, link etc..The structure of HTML includes head (Head), main body (Body) two large divisions, and wherein head describes the information needed for browser, and main body then comprises particular content to be described.
From the foregoing, it will be observed that different document formats has different emphasis.Such as doc lays particular emphasis on editor, PDF lays particular emphasis on display, HTML lays particular emphasis on link.
Between some document format during conversion, it may be necessary at transformation process, document is processed, be converted to HTML for PDF, the screen size of television system is not suitable for directly displaying the content of conventional A4 paper size, it is therefore desirable to re-start typesetting at transformation process.
Therefore, for the ease of carrying out document process at transformation process, the application can be created a new document format by user's self-developing, as intermediate document form.Intermediate document form can lay particular emphasis on the process in conversion and transformation process.
Certainly, the process discounting for transformation process operates, and the application can select any one existing document format as intermediate document form.This processing mode can reduce the number of converse routine further.
It is the disclosed another kind of document format conversion method flow chart of the embodiment of the present application referring to Fig. 3, Fig. 3.
As it is shown on figure 3, the method includes:
Step S300, receive document convert requests, document to be converted that described document convert requests comprises original document form and the destination document form to be converted to;
Here, it is original document form that the application defines the document format of document to be converted, and original document form can be any one document formats such as doc form, PDF, html format.
Further, it is destination document form that the application defines the document format that document to be converted to be converted to, and destination document form can also be any one document formats such as doc form, PDF, html format.
Step S310, read the first converse routine and the second converse routine;
Specifically, the application pre-set any one document format to intermediate document form change time required converse routine, meanwhile, be also provided with intermediate document form to any one document format change time required converse routine, the number of converse routine is the twice of document format kind number.
On this basis, after receiving document convert requests, read preset for realizing the first converse routine that original document form change to intermediate document form, and be used for realizing the second converse routine that described intermediate document form is changed to described destination document form.
Step S320, utilize described first converse routine, described document to be converted is converted to intermediate document form by original document form;
Step S330, judge whether to need the document to be converted of middle document format is carried out document process;If so, step S340 is performed, if it is not, perform step S350;
Specifically, for how judging whether that needing to treat convert documents carries out document process, it is possible to reference to original document form and the destination document form of document to be converted.The application can preserve the document processing operations that different original document form is corresponding with the combination of destination document form, and then determine the need for treating convert documents carry out document process by inquiring about this record.
Step S340, document to be converted to described intermediate document form carry out document processing operations, the document to be converted of the intermediate document form after being processed, and perform step S350 further;
Specifically, when treating convert documents and carrying out document processing operations, it is possible to reference to the record that previous step is introduced, according to the document processing operations mode of storage in record, treat convert documents and carry out document processing operations.
Step S350, utilize described second converse routine, described document to be converted is converted to destination document form by intermediate document form.
Compared to above-described embodiment, the present embodiment adds and treats convert documents the need of the judgement step carrying out document processing operations, and treat convert documents when determining and needing and carry out processing operation, complete, consistent to ensure file typesetting and semanteme after document format conversion.
Further, the embodiment of the present application is discussed in detail document process process, is the embodiment of the present application another document format conversion method flow chart disclosed referring to Fig. 4, Fig. 4.
As shown in Figure 4, the method includes:
Step S400, receive document convert requests, document to be converted that described document convert requests comprises original document form and the destination document form to be converted to;
Here, it is original document form that the application defines the document format of document to be converted, and original document form can be any one document formats such as doc form, PDF, html format.
Further, it is destination document form that the application defines the document format that document to be converted to be converted to, and destination document form can also be any one document formats such as doc form, PDF, html format.
Step S410, read the first converse routine and the second converse routine;
Specifically, the application pre-set any one document format to intermediate document form change time required converse routine, meanwhile, be also provided with intermediate document form to any one document format change time required converse routine, the number of converse routine is the twice of document format kind number.
On this basis, after receiving document convert requests, read preset for realizing the first converse routine that original document form change to intermediate document form, and be used for realizing the second converse routine that described intermediate document form is changed to described destination document form.
Step S420, utilize described first converse routine, described document to be converted is converted to intermediate document form by original document form;
Step S430, judge whether to need the document to be converted of middle document format is carried out document process;If so, step S440 is performed, if it is not, perform step S460;
Specifically, for how judging whether that needing to treat convert documents carries out document process, it is possible to reference to original document form and the destination document form of document to be converted.The application can preserve the document processing operations that different original document form is corresponding with the combination of destination document form, and then determine the need for treating convert documents carry out document process by inquiring about this record.
Step S440, identify the header and footer of the document to be converted of described intermediate document form, and the header and footer that will identify that is deleted;
Step S450, typesetting requirement according to described destination document form, carry out typesetting again to the document to be converted deleting header and footer;
Step S460, utilize described second converse routine, described document to be converted is converted to destination document form by intermediate document form.
The present embodiment describes in detail and treats convert documents and carry out the process of document processing operations, by the header and footer identification of document to be converted and delete, obtain text, then according to the typesetting requirement of destination document form, body matter is carried out typesetting again, obtains file after typesetting.
The document format conversion equipment below the embodiment of the present application provided is described, and document format conversion equipment described below and above-described document format conversion method can mutually to should refer to.
It is the disclosed a kind of document format conversion device structure schematic diagram of the embodiment of the present application referring to Fig. 5, Fig. 5.
As it is shown in figure 5, this device includes:
Document convert requests receives unit 51, is used for receiving document convert requests, document to be converted that described document convert requests comprises original document form and the destination document form to be converted to;
Converse routine reads unit 52, preset for realizing the first converse routine that original document form is changed to intermediate document form for reading, and for realizing the second converse routine that described intermediate document form is changed to described destination document form, wherein said intermediate document form is the document format set;
First document format converting unit 53, is used for utilizing described first converse routine, by original document form, described document to be converted is converted to intermediate document form;
Second document format converting unit 54, is used for utilizing described second converse routine, by intermediate document form, described document to be converted is converted to destination document form.
The document format conversion equipment that the embodiment of the present application provides, receive document convert requests, document to be converted that the document convert requests comprises original document form and the destination document form to be converted to, read preset for realizing the first converse routine that original document form is changed to intermediate document form, and for realizing the second converse routine that described intermediate document form is changed to described destination document form, utilize described first converse routine, described document to be converted is converted to intermediate document form by original document form, utilize described second converse routine, described document to be converted is converted to destination document form by intermediate document form.As from the foregoing, the application is by setting intermediate document form, first original document form to be converted is converted to intermediate document form, it is reconverted into destination document form further, if the kind of document format is N, then only need N+N converse routine of exploitation in advance according to the scheme of the application, the mutual conversion of any two kinds of document formats in N kind document format can be realized, when N value is more than 3, the application scheme is compared to existing document conversion plan, the number of converse routine will be substantially reduced, namely be substantially reduced development cost.
Optionally, in conjunction with Fig. 5 and Fig. 6 it can be seen that above-mentioned document format conversion equipment can further include:
Judging unit 55, for after described first document format converting unit 53, it may be judged whether needs the document to be converted of middle document format is carried out document process, if it is not, perform described second document format converting unit 54, if so, performs document process unit 56;
Document process unit 56, for the document to be converted of described intermediate document form is carried out document processing operations, the document to be converted of the intermediate document form after being processed;Then described second document format converting unit 54 specifically for, utilize described second converse routine, the document to be converted of the intermediate document form after described process be converted to destination document form by intermediate document form.
Optionally, the embodiment of the present application discloses the optional structure of one of above-mentioned document process unit, as it is shown in fig. 7, document process unit 56 may include that
Headerfooter processing unit 561, for identifying the header and footer of the document to be converted of described intermediate document form, and the header and footer that will identify that is deleted;
Typesetting unit 562, for the typesetting requirement according to described destination document form, carries out typesetting again to the document to be converted deleting header and footer.
Optionally, the above-mentioned intermediate document form of the application is the document format that user is pre-created, it can be differently configured from any one original document form, namely is different from any one existing document format, and the document form lays particular emphasis on the process in conversion and transformation process.
Finally, it can further be stated that, in this article, the relational terms of such as first and second or the like is used merely to separate an entity or operation with another entity or operating space, and not necessarily requires or imply the relation that there is any this reality between these entities or operation or sequentially.And, term " includes ", " comprising " or its any other variant are intended to comprising of nonexcludability, so that include the process of a series of key element, method, article or equipment not only include those key elements, but also include other key elements being not expressly set out, or also include the key element intrinsic for this process, method, article or equipment.When there is no more restriction, statement " including ... " key element limited, it is not excluded that there is also other identical element in including the process of described key element, method, article or equipment.
In this specification, each embodiment adopts the mode gone forward one by one to describe, and what each embodiment stressed is the difference with other embodiments, between each embodiment identical similar portion mutually referring to.
Described above to the disclosed embodiments, makes professional and technical personnel in the field be capable of or uses the application.The multiple amendment of these embodiments be will be apparent from for those skilled in the art, and generic principles defined herein when without departing from spirit herein or scope, can realize in other embodiments.Therefore, the application is not intended to be limited to the embodiments shown herein, and is to fit to the widest scope consistent with principles disclosed herein and features of novelty.
Claims (8)
1. a document format conversion method, it is characterised in that including:
Receive document convert requests, document to be converted that described document convert requests comprises original document form and the destination document form to be converted to;
Read preset for realizing the first converse routine that original document form is changed to intermediate document form, and for realizing the second converse routine that described intermediate document form is changed to described destination document form, wherein said intermediate document form is the document format set;
Utilize described first converse routine, described document to be converted is converted to intermediate document form by original document form;
Utilize described second converse routine, described document to be converted is converted to destination document form by intermediate document form.
2. method according to claim 1, it is characterised in that utilize described first converse routine described, after described document to be converted is converted to intermediate document form by original document form, the method also includes:
Judge whether to need the document to be converted of middle document format is carried out document process;
If it is not, perform described to utilize described second converse routine, described document to be converted is converted to by intermediate document form the step of destination document form;
If so, the document to be converted of described intermediate document form is carried out document processing operations, the document to be converted of the intermediate document form after being processed;
Then described utilize described second converse routine, described document to be converted is converted to destination document form by intermediate document form, particularly as follows:
Utilize described second converse routine, the document to be converted of the intermediate document form after described process is converted to destination document form by intermediate document form.
3. method according to claim 2, it is characterised in that the described document to be converted to described intermediate document form carries out document processing operations, including:
Identify the header and footer of the document to be converted of described intermediate document form, and the header and footer that will identify that is deleted;
According to the typesetting requirement of described destination document form, the document to be converted deleting header and footer is carried out typesetting again.
4. method according to claim 1, it is characterised in that described intermediate document form is the document format that user is pre-created, it is different from any one original document form.
5. a document format conversion equipment, it is characterised in that including:
Document convert requests receives unit, is used for receiving document convert requests, document to be converted that described document convert requests comprises original document form and the destination document form to be converted to;
Converse routine reads unit, preset for realizing the first converse routine that original document form is changed to intermediate document form for reading, and for realizing the second converse routine that described intermediate document form is changed to described destination document form, wherein said intermediate document form is the document format set;
First document format converting unit, is used for utilizing described first converse routine, by original document form, described document to be converted is converted to intermediate document form;
Second document format converting unit, is used for utilizing described second converse routine, by intermediate document form, described document to be converted is converted to destination document form.
6. device according to claim 5, it is characterised in that also include:
Judging unit, for after described first document format converting unit, it may be judged whether needs the document to be converted of middle document format is carried out document process, if it is not, perform described second document format converting unit, if so, performs document process unit;
Document process unit, for the document to be converted of described intermediate document form is carried out document processing operations, the document to be converted of the intermediate document form after being processed;Then described second document format converting unit specifically for, utilize described second converse routine, the document to be converted of the intermediate document form after described process be converted to destination document form by intermediate document form.
7. device according to claim 6, it is characterised in that described document process unit includes:
Headerfooter processing unit, for identifying the header and footer of the document to be converted of described intermediate document form, and the header and footer that will identify that is deleted;
Typesetting unit, for the typesetting requirement according to described destination document form, carries out typesetting again to the document to be converted deleting header and footer.
8. device according to claim 5, it is characterised in that described intermediate document form is the document format that user is pre-created, it is different from any one original document form.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610097252.XA CN105760501A (en) | 2016-02-22 | 2016-02-22 | Document format conversion method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610097252.XA CN105760501A (en) | 2016-02-22 | 2016-02-22 | Document format conversion method and device |
Publications (1)
Publication Number | Publication Date |
---|---|
CN105760501A true CN105760501A (en) | 2016-07-13 |
Family
ID=56331050
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610097252.XA Pending CN105760501A (en) | 2016-02-22 | 2016-02-22 | Document format conversion method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105760501A (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106447294A (en) * | 2016-09-29 | 2017-02-22 | 广州鹤互联网科技有限公司 | File signing method and device |
CN106484835A (en) * | 2016-09-29 | 2017-03-08 | 广州鹤互联网科技有限公司 | Approving electronic document handling method and device |
CN108108478A (en) * | 2018-01-04 | 2018-06-01 | 中煤航测遥感集团有限公司 | Conversion method of data format, system and electronic equipment |
CN108363737A (en) * | 2018-01-19 | 2018-08-03 | 深圳市宏电技术股份有限公司 | A kind of conversion method of data format, device and equipment |
CN110062122A (en) * | 2018-01-19 | 2019-07-26 | 柯尼卡美能达株式会社 | Image processing apparatus, format conversion method and recording medium |
CN110083580A (en) * | 2019-03-29 | 2019-08-02 | 中国地质大学(武汉) | A kind of method and system that Word document is converted to PowerPoint document |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090080000A1 (en) * | 2007-09-20 | 2009-03-26 | Canon Kabushiki Kaisha | Information processing apparatus, information processing method, and program and storage medium therefor |
CN102866986A (en) * | 2012-08-30 | 2013-01-09 | 中国矿业大学 | Document format conversion system |
CN104765717A (en) * | 2014-01-08 | 2015-07-08 | 北大方正集团有限公司 | Method and device for mass document format conversion |
-
2016
- 2016-02-22 CN CN201610097252.XA patent/CN105760501A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090080000A1 (en) * | 2007-09-20 | 2009-03-26 | Canon Kabushiki Kaisha | Information processing apparatus, information processing method, and program and storage medium therefor |
CN102866986A (en) * | 2012-08-30 | 2013-01-09 | 中国矿业大学 | Document format conversion system |
CN104765717A (en) * | 2014-01-08 | 2015-07-08 | 北大方正集团有限公司 | Method and device for mass document format conversion |
Non-Patent Citations (1)
Title |
---|
赵长领: "基于XML的中间文档信息提取方法技术研究", 《中国优秀硕博论文全文数据库信息科技辑》 * |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106447294A (en) * | 2016-09-29 | 2017-02-22 | 广州鹤互联网科技有限公司 | File signing method and device |
CN106484835A (en) * | 2016-09-29 | 2017-03-08 | 广州鹤互联网科技有限公司 | Approving electronic document handling method and device |
CN108108478A (en) * | 2018-01-04 | 2018-06-01 | 中煤航测遥感集团有限公司 | Conversion method of data format, system and electronic equipment |
CN108363737A (en) * | 2018-01-19 | 2018-08-03 | 深圳市宏电技术股份有限公司 | A kind of conversion method of data format, device and equipment |
CN110062122A (en) * | 2018-01-19 | 2019-07-26 | 柯尼卡美能达株式会社 | Image processing apparatus, format conversion method and recording medium |
CN108363737B (en) * | 2018-01-19 | 2022-04-12 | 深圳市宏电技术股份有限公司 | Data format conversion method, device and equipment |
CN110083580A (en) * | 2019-03-29 | 2019-08-02 | 中国地质大学(武汉) | A kind of method and system that Word document is converted to PowerPoint document |
CN110083580B (en) * | 2019-03-29 | 2022-12-30 | 中国地质大学(武汉) | Method and system for converting Word document into PowerPoint document |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105760501A (en) | Document format conversion method and device | |
KR101443404B1 (en) | Capture and display of annotations in paper and electronic documents | |
US20180197002A1 (en) | Mathematical formula learner support system | |
CN101739224A (en) | Thumbnail creation method and image forming apparatus | |
DE202010018551U1 (en) | Automatically deliver content associated with captured information, such as information collected in real-time | |
JP2010039943A (en) | Layout printing system, layout document browsing method, and program | |
US8589786B2 (en) | Trademark report with store layout diagram | |
CN111310750B (en) | Information processing method, device, computing equipment and medium | |
KR100798465B1 (en) | Learning data generation system and method for converting published learning materials into problem-solving format | |
US20050027483A1 (en) | Information processing method and apparatus | |
CN103617043B (en) | A kind of method and system uploaded with picture web data | |
US8873110B2 (en) | Host apparatus to generate workform, workform management server to edit an image, workform management system, and method of editing an image using a workform | |
CN111562911A (en) | Webpage editing method and device and storage medium | |
US9977794B2 (en) | Management apparatus, design management method, and non-transitory computer readable medium | |
JP6072560B2 (en) | Electronic magazine generation system, electronic magazine generation method, and electronic magazine generation program | |
CN101241576A (en) | Method, system and program for providing printed matter | |
CN111428452A (en) | Comment data storage method and device | |
JP2011233104A (en) | Information processing system, information processor, information processing method, program, and recording medium | |
TWM491194U (en) | Data checking platform server | |
CN111046096B (en) | Method and device for generating graphic and text structured information | |
CN114415911A (en) | Data entry method and device | |
US9326015B2 (en) | Information processing apparatus, information processing system, information processing method, and non-transitory computer readable medium | |
KR20110024874A (en) | Web content scrap system and method | |
JP2010225076A (en) | Business document processor and program | |
JP2016129061A (en) | Information processing device and program |
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: 20160713 |
|
RJ01 | Rejection of invention patent application after publication |