converting word documents

Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default Re: converting word documents

    "Zak Chababe" <zchababe@comcast.net> wrote in news:naKPa.38830$ye4.30120
    @sccrnsc01:
    > We are in the process of converting thousands of MS word documents into
    > some sort of database files like sql or comma separated files. Is there
    > something out there with Perl that allows me to convert all these word
    > documents? Any help is appreciated.
    If you are on a Windows system with Word installed, you could use
    Win32::OLE to automate conversion of Word documents.

    Sinan.

    --
    A. Sinan Unur
    [email]asu1@c-o-r-n-e-l-l.edu[/email]
    Remove dashes for address
    Spam bait: mailto:uce@ftc.gov
    A. Sinan Unur Guest

  2. Similar Questions and Discussions

    1. Problems Converting word documents with theAdobe Printer and method ,printout
      I would like to write a vb-procedure to convert a word document into pdf. I'm developing in "Visual Basic 2005 express edition" and tried the...
    2. Converting Multiple Word Documents Into OnePDF With Bookmarks Based On Headings
      I am using Acrobat Standard 7.0.8 and Word 2004 on a Macintosh. I have written a software manual with 24 chapters, with each chapter being a separate...
    3. Converting a folder of word documents to PDF at one time
      I've search for a way to convert a folder full of word documents to PDF's at one time. I've been selecting all of the documents, then right clicking...
    4. Coverting Indesign 2.0 documents to Microsoft Word xp documents
      How would you go about converting indesign documents to microsoft word documents? Is there a way to convert them? Thanks for any help that you can...
    5. Desperate to convert Word documents into PDF documents
      This describes my problem. I have Windows XP Home and Word 2002. The problem seems to have begun to occur after I downloaded updates to 5.0 from the...
  3. #2

    Default Re: converting word documents


    "Zak Chababe" <zchababe@comcast.net> wrote in message
    news:naKPa.38830$ye4.30120@sccrnsc01...
    > Hi,
    > We are in the process of converting thousands of MS word documents into
    > some sort of database files like sql or comma separated files. Is there
    > something out there with Perl that allows me to convert all these word
    > documents? Any help is appreciated.
    >
    > /Zak
    >
    Search the archives of this mailing list:
    [url]http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/perl-win32-users[/url]
    There has recently been discussion of how to save a Word document as a text
    file (and the problems involved in that) in the thread "Problem Using
    'unlink' within Script".


    James E Keenan 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