To export a file to a specific format, you can use the following command:
export -n "file_name" -f "format"
For example, to export a file as a PDF and name it "my_file", you can run the following command:
export -n "my_file" -f "pdf"
If you want to include keywords in the exported file, you can use the following command:
export -k
If you want to export the file without displaying any information, you can use the following command:
export -q
If you want to view detailed information about the exported file, you can use the following command:
export -v
If you need help, you can use the following command:
export -h