PDA

View Full Version : Sample here to read Word Document or Office product



patrik08
13th December 2013, 06:00
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