|
-
May 21st, 2011, 10:29 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] Free Alternative To phpLiveDocx? and reading DOCX?
Hello I have developed a website that will need to be able to convert large quantities (1000+) docx files to HTML. I have been looking at a few systems to do this and phpLiveDocx seems like a good choice. However the free version can only convert 250 documents per day. Are there any free alternatives to phpLiveDocx that can convert DOCX to HTML?
I had been trying to write my own system but the formatting for the document.xml file in a DOCX zip is confusing. The bold tags simply open and never close, same with many of the other tags. So in addition to alternatives to phpLiveDocx can anyone provide documentation for the XML structure of a document.xml file in a word docx file?
Also currently I am running this beta website off my laptop as it is in the testing phase. My laptop is a Windows and the server it will be moved to is a Linux. It would be better if this file conversion system is entirely PHP driven. No executables as the OS will be changing.
-
May 22nd, 2011, 06:09 PM
#2
Thread Starter
Frenzied Member
Re: Free Alternative To phpLiveDocx? and reading DOCX?
Links to the documentation for the format would be great. I have been searching for the documentation but the documentation I found didn't go into detail in how to actually read the docx file.
-
May 23rd, 2011, 09:17 PM
#3
Re: Free Alternative To phpLiveDocx? and reading DOCX?
Have you seen this?
http://blogs.msdn.com/b/chrisrae/arc...x-formats.aspx
The "Primer" document describes the elements of the "WordprocessingML" language.
-
May 24th, 2011, 05:08 PM
#4
Thread Starter
Frenzied Member
Re: Free Alternative To phpLiveDocx? and reading DOCX?
 Originally Posted by penagate
Thank you. I actually found that same article after changing my wording in Google.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|