
OpenDocument format Reader/Writer odt
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:25 Oct 2013 new port from Okular to read ODT format..
On GitHub:
https://github.com/pehohlva/qt-gmail-access/tree/master/document_editor_2
25 Oct 2013 new port from current Okular to read ODT format.. pargin & padding not reflect.
21.09.08 append Read inline frame (QTextFrame).
19.09.08 fix bold and insert new inline frame frame:draw:text X,Y position can not handled by QTextDocument stay only a QTextFrame.
17.09.08 remove KDE Okular port & append a QT compatibel Reader.
Ratings & Comments
10 Comments
8 8 great
Hi, I am highly interested in using your code, but there is no possibility of downloading the source directly. @TIEugene the src seems to be for qt4 and 5
i've found the zip. It is one "package" higher, together with some other projects.
If you like to read & use code to open - pdf - docx - odt - rtf the adress is; the new code begin here https://github.com/pehohlva/qt-gmail-access/tree/master/console_doc based from learning document xml format docx odt and http://www.calligra-suite.org/ Read PDF by javascript http://www.liberatv.ch/~pro/xpdf/web/viewer.html I think only firefox % chrome browser... One exe based of this code... here.. https://code.google.com/p/qtcocoon/downloads/list http://qtcocoon.googlecode.com/svn/trunk/Tools_OpenDocument_Editor/ The begin 6-7 year a go many tousend downlaod https://code.google.com/p/fop-miniscribus/
bash-4.2$ LC_ALL=C qmake-qt4 && LC_ALL=C make cd src/ && make -f Makefile make[1]: Entering directory `/mnt/shares/data/RPM/BUILD/document_editor_2/src' /Users/pro/qt/qt5lang/5.1.1/clang_64/bin/qmake -o Makefile src.pro make[1]: /Users/pro/qt/qt5lang/5.1.1/clang_64/bin/qmake: Command not found make[1]: *** [Makefile] Error 127 make[1]: Leaving directory `/mnt/shares/data/RPM/BUILD/document_editor_2/src' make: *** [sub-src-make_default] Error 2
Seems this thing is Qt5 only - not Qt4 compatible.
Only remove Makefile and create a new one by qmake.. I think is possible to build on qt4.. If you wait 10 day i think to have ready converter on - pdf - docx- odt - rtf The format docx- odt is very optimal to create template on qt.. to view https://github.com/pehohlva/qt-gmail-access/tree/master/console_doc/doclib
I hate being the fellow that asks this, but... how do you compile it?
I build on QT4 version 4.4 qmake && make ... on linux have a look on http://www.koffice.org/ this tool is only interesting to convert html or simple import on textedit I need this to MiniScribus http://www.qt-apps.org/content/show.php/Fop+MiniScribus+XSL-Fo?content=67552 trasform doc to xsl-fo
Thanks!