On Fri 02 Sep 2022 at 01:02:10 (+0000), jindam, vani wrote: > i am trying to open pdf file from cli: > $ /usr/bin/lowriter --inputfilter="*.pdf" /home/user/file.pdf
↑↑↑ > the above command fails to open pdf file > > what am i doing wrong? Try removing the characters "put": it's --infilter. Note that I don't know what kinds of string are expected as an argument to infilter, but *.pdf worked for me in your example. Cheers, David.