Results 1 to 1 of 1

Thread: Sample here to read Word Document or Office product

  1. #1
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Sample here to read Word Document or Office product

    I read long time o go.. to build word lib wv2 from http://wvware.sourceforge.net/
    you need..

    Required To Build:
    devel/cmake
    devel/pkgconf

    Required Libraries:
    converters/libiconv
    devel/glib20
    devel/pcre
    devel/libgsf
    textproc/libxml2


    today 2013:
    Required Libraries:
    converters/libiconv
    & qt5

    https://github.com/pehohlva/wv2qt
    open the qmake.pro file insert path from your libiconv or build from new libiconv
    after cd to dir:
    qmake & make
    at end build
    sudo make install
    so now you have lib and include header on /opt/icon/include
    the original lib is not documented...
    so open a demo project like dir Sandcastle
    at this level on shell
    cp -r /opt/icon/include/wv2qt ./
    import dir Sandcastle as new c++ project on Netbean IDE
    https://netbeans.org/ i think ecplipse can make the same.. help full small-hack
    and by CTRC or apple key + click on function class ecc.. you can follow all documented code and class from autors..

    dir Sandcastle having demo file to how to use lib.

    At end my opinion from word format.... this format is like a parrot vo write al your most secret things in ole format
    if a cell is hidden or a block format is hidden ... dont read it..
    have a nice day...
    sorry my italian english

  2. The following user says thank you to patrik08 for this useful post:


Similar Threads

  1. Insert picture into MS Word Document
    By UndeadDragon in forum Newbie
    Replies: 4
    Last Post: 4th November 2012, 10:54
  2. Replies: 10
    Last Post: 11th June 2012, 09:16
  3. Replies: 0
    Last Post: 1st May 2010, 12:41
  4. can Qt open MS word document?
    By coder1985 in forum Qt Programming
    Replies: 1
    Last Post: 25th December 2007, 14:34
  5. Replies: 10
    Last Post: 24th August 2006, 09:35

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.