But for this i want to know the format of .doc files and picture files(.bmp,jpeg,gif..). IF any one know the formats of these file please help me so that i can do the program myself.
2007-04-29
04:35:45
·
5 answers
·
asked by
Gopinath M
3
in
Computers & Internet
➔ Programming & Design
actually i dont have enough space in my drive for MS Office.
And i am in holiday now. So i thought i can do some useful programming.
Even if am not successful, i can get to know the formats of some files.
Thanks
2007-04-29
21:18:57 ·
update #1
There are numerous existing tools to do this already, buuuuut, if you want to go through the exercise...
For DOC,
You can contact microsoft, and request the specifications. You will need to sign an NDA, but they should be freely available.
For the other file formats, look for each type and SDK in a search engine.
2007-04-29 04:51:09
·
answer #1
·
answered by Amanda H 6
·
0⤊
0⤋
Whether you know it or not, you are asking for a lot. MS Windoze .doc format is binary with embedded bitmaps for the graphics. MSWord embeds a bitmap for positioning the graphics on the computer monitor and then other code within MSWord will convert that bitmap, if need be, for high-quality output.
On the other hand, .html files are ascii or unicode text with either .gif, .jpg or .png graphics. To write a program, especially in C, to read a MS binary file stream until EOF, and anticipate every possible page, whether it be 2 column, 1 column, a document with multiple pages, a document with formats, a document with no formats, a document with headers, page numbers and footers, etc., etc. That, my friend, would be a long-time project.
If you are determined to do it in C, you might see if you can read the binary .doc file and put it into >cout terminal.
Java would save you years of developing such a program vs. C. If you are willing to look at other possibilities you might investigate SourceForge.org, and OpenOffice.org for open source programs with source code you can look at.
2007-04-29 04:52:42
·
answer #2
·
answered by Anonymous
·
1⤊
0⤋
i don't be conscious of what version type of observe it grow to be, notwithstanding the more advantageous present day observe.docx format is unreadable for traditional MSWord. If the instructor's report is .docx there's a plug-in from Microsoft so the report is readable. a million. did you be conscious of a thanks to reveal on the report-extension decision to view the report extension? 2. in case you do certainly have the docx, both google for the plug-in to acquire or digital mail through my profile 3. we may be able to communicate you deliver me the archives if no different answer is operating OpenOffice, the loose OpenSource place of work suite will open .docx. I in simple terms tried it. sturdy success. there's a answer...
2016-11-23 14:44:46
·
answer #3
·
answered by ? 4
·
0⤊
0⤋
Why? From MS Word, Save As. HTML
2007-04-29 04:43:58
·
answer #4
·
answered by Kasey C 7
·
0⤊
0⤋
Why a C program? MSword can do it for you. If you don't have Office you can download Open Office for free from http://www.openoffice.org/ . Their "writer" can do the same thing.
2007-04-29 04:52:18
·
answer #5
·
answered by oneinunity 4
·
0⤊
0⤋