problem is I want to write some words at the begin of a DOC or PDF file. What I can do ?

thanx

    • DOC
      1. Create MSWord.Application COM object
      2. Open document
      3. Add words
      4. Save document
    • PDF
      Use one of the PHP PDF extension

      Originally posted by IceD
      - DOC
      1. Create MSWord.Application COM object
      2. Open document
      3. Add words
      4. Save document

      VbScript right ?


      - PDF
      Use one of the PHP PDF extension

      ehm... which one? there are many functions...

      Thanks anyway

        VbScript right ?
        No. Manual => "COM support functions for Windows"

        ehm... which one? there are many functions...
        I like PDFLib extension. Manual => "PDF functions"

          Write a Reply...