- Install rpm2cpio and cpio: sudo apt-get install rpm libgif4
- Download the latest ODF Converter RPM from http://download.go-oo.org/tstnvl/odf-converter/RPMS/x86_64/ into a temporary folder.
- Extract the package by executing:
rpm2cpio odf-converter*rpm | cpio -ivd
- Next copy the contents of
/usr/lib/ooo3/program/OdfConverter to /usr/bin using the command: sudo cp usr/lib/ooo-2.0/program/OdfConverter /usr/bin
- This program requires libtiff.so.3 which is not present in the 64-bit Ubuntu 9.04. Create a symbolic link in /usr/lib called libtiff.so.3 to libtiff.so.4 by executing: sudo ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3
- Run sudo ldconfig to update the library cache.
- The converter is now installed.
OdfConverter /i
This will create a OpenOffice template of the Office 2007 template in the directory where the template was saved.
No comments:
Post a Comment