Ask a Question related to PHP Development, Design and Development.
-
Chung Leong #1
Re: Saving as WORD
If you're running on Windows, check out the COM section of the PHP manual,
then study the help file that describes the MS Office object model. If I
remember correctly, you can get to it by launching the macro editor from
Word, then select help in the menu.
Uzytkownik <mail@notvalidemail.com> napisal w wiadomosci
news:o29ssvoilsibk2ovmp7r6tclhs73c0k301@4ax.com...>
>
> How do i save some text thats is stored in an array... as a Word file
> ?
>
> Any help appreciated :)
>
>
Chung Leong Guest
-
Acrobat quits when saving pdf as Word doc
When I try to save a pdf as a Word doc, Acrobat quits and the file that is saved has 0 kb in it. I' running Mac OS X.4.8, Word 2004 and ACrobat Pro... -
saving in word
have a pdf acrobat file that i want to save so i can change the text in it. how do i do that? -
Saving word documents in web site
"mahendar" <maheedharraju07@yahoo.com> wrote in message news:<049a01c378ac$cde76d70$a401280a@phx.gbl>... Hello Mahendar, Take a look at... -
Creating & Saving Mailing Addresses in Word
I can't figure out how to save mailing address for my frequently used addresses. I have tried going under the address book, but it comes back that... -
MS Word insists on saving everything as templates?
For some reason my copy of MS Word seems determined that Save or Save As all documents as templates, with a ".dot" suffix, and no options or... -
Doug Hutcheson #2
Re: Saving as WORD
If you are running on almost anything including Windows:
- install Open Office
- learn the scripting language
- use scripting to :
- create a Text Document
- send your text to that document
- 'save as' MS Word
Treat yourself to a night out using the money you saved on an M$ Word /
Windows licence.
"8-)
"Chung Leong" <chernyshevsky@hotmail.com> wrote in message
news:apqdnd1qNedjN1OiRVn-hA@comcast.com...> If you're running on Windows, check out the COM section of the PHP manual,
> then study the help file that describes the MS Office object model. If I
> remember correctly, you can get to it by launching the macro editor from
> Word, then select help in the menu.
>
> Uzytkownik <mail@notvalidemail.com> napisal w wiadomosci
> news:o29ssvoilsibk2ovmp7r6tclhs73c0k301@4ax.com...>> >
> >
> > How do i save some text thats is stored in an array... as a Word file
> > ?
> >
> > Any help appreciated :)
> >
> >
>
Doug Hutcheson Guest



Reply With Quote

