MS-Word Import

MS-Word Import

am 15.01.2008 01:29:56 von VadimCK

Hi,

I was wondering if it was possible to import a MS Word file into a php
script , edit it and then save it? I want to create a portal where
someone would upload there word document, it would get reviewed and
corrected (on the php page) and then mail it back to the uploader.

I saw somewhere that is has been done with MS Exel Files but I havnt
found anything on MS Word files.

All help is greatly appreciated.

Thanks,
VadimCK

Re: MS-Word Import

am 15.01.2008 02:03:07 von thyb0

VadimCK wrote:
> Hi,
>
> I was wondering if it was possible to import a MS Word file into a php
> script , edit it and then save it? I want to create a portal where
> someone would upload there word document, it would get reviewed and
> corrected (on the php page) and then mail it back to the uploader.
>
> I saw somewhere that is has been done with MS Exel Files but I havnt
> found anything on MS Word files.
>
> All help is greatly appreciated.
>
> Thanks,
> VadimCK

http://www.google.com/search?hl=en&q=word%20site%3Aphpclasse s.org
Check out the first link, it seems to make it. Don't know if it does that
right however.

-thibĀ“

Re: MS-Word Import

am 15.01.2008 02:35:08 von VadimCK

On Jan 15, 1:03 am, thib=B4 wrote:
> VadimCK wrote:
> > Hi,
>
> > I was wondering if it was possible to import a MS Word file into a php
> > script , edit it and then save it? I want to create a portal where
> > someone would upload there word document, it would get reviewed and
> > corrected (on the php page) and then mail it back to the uploader.
>
> > I saw somewhere that is has been done with MS Exel Files but I havnt
> > found anything on MS Word files.
>
> > All help is greatly appreciated.
>
> > Thanks,
> > VadimCK
>
> http://www.google.com/search?hl=3Den&q=3Dword%20site%3Aphpcl asses.org
> Check out the first link, it seems to make it. Don't know if it does that
> right however.
>
> -thib=B4

Perfect looks like it will do the job, thanks a mill!!

Re: MS-Word Import

am 15.01.2008 02:39:17 von thyb0

VadimCK wrote:
> Perfect looks like it will do the job, thanks a mill!!

Thank Larry.

-thibĀ“

Re: MS-Word Import

am 15.01.2008 18:47:20 von VadimCK

On Jan 15, 1:39 am, thib=B4 wrote:
> VadimCK wrote:
> > Perfect looks like it will do the job, thanks a mill!!
>
> Thank Larry.
>
> -thib=B4

Look into it there , this solution is for Windows Servers. Is there a
solution for linux servers, im running Ubuntu Server 7.10.


Thanks,
VadimCK

Re: MS-Word Import

am 16.01.2008 11:22:41 von ashore

1. You prbly could do that with a Word doc't that was actually in rtf
format (rich text), since the rtf is an ASCII markup and recognized
automatically by Word. Try it to confirm.

2. This won't support editing per se, but a package called Antiword
will get you the text of a word doc't, and there's some stuff around
re a PHP interface to it. Google for it.

HTH.

AS

Re: MS-Word Import

am 20.01.2008 23:39:50 von VadimCK

On Jan 16, 10:22 am, ashore wrote:
> 1. You prbly could do that with aWorddoc't that was actually in rtf
> format (rich text), since the rtf is an ASCII markup and recognized
> automatically byWord. Try it to confirm.
>
> 2. This won't support editing per se, but a package called Antiword
> will get you the text of aworddoc't, and there's some stuff around
> re aPHPinterface to it. Google for it.
>
> HTH.
>
> AS

I found a program called wvWare that converts doc's to HTML and then
it can be edited with a simple JavaScript WYSIWYG html editor and then
emailed as HTML.