Export the .tsv files to PDF with libreoffice command lines

Using the lines:
–convert-to pdf --outdir /home/industrial /home/industrial/*.tsv --headless
I can export the file to PDF format, but as the .tsv file’s separator is the tab tabulator ,with the lines above ,the converted PDF files ,there is no text spacing , would somebody give me some advice? Thanks a lot!