Wps office pdf saving
Those who install WPS Office in Arch Linux distribution. When they see that they are unable to convert a document to pdf from the shortcut button, they can see this as a deficiency of the Arch distribution. Installing an optional package is enough to solve the problem.
Anyone encountering issue starting wpspdf please install optional dependency libtiff5. I hope this helps.
wps writer encounter an error while trying export to pdf
As of the rolling release now, there is no official `libtiff5` package. However, this issue can be addressed by symlinking libtiff6 as libtiff5. As root:
ln -s /usr/lib/libtiff.so.6 /usr/lib/libtiff.so.5 or
ln -s /usr/lib64/libtiff.so.6 /usr/lib64/libtiff.so.5
No comments