Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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?
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139