Convert a single file to PDF format
Use the following command syntax in order to convert a single file located in your current directory:
$ lowriter --convert-to pdf filename.doc
For .docx files,
$ lowriter --convert-to filename.docx
Here is how I converted a .docx file to pdf. located in my Downloads folder.
As you can see above, when I listed the contents of my current folder through the ls command, I could see the newly converted pdf file listed as well.
No comments:
Post a Comment