Method 1 : (I have tried this and it works)
sudo apt-get install cups-pdf
Now you can print to file using
a. print dialog box in your application (eg ., librewriter).
b. command line
oowriter -pt pdf your_word_file.doc
Now you'll find your .pdf file in ~/PDF.
Method 2 :
sudo apt-get install wv tetex-extra ghostscript
wvPDF test.doc test.pdf
If the tetex-extra package is not available with your distro, try texlive-base plus texlive-latex-base:
sudo apt-get install wv texlive-base texlive-latex-base ghostscript
wvPDF test.doc test.pdf
No comments:
Post a Comment