How can I export doc to pdf with digital signature via command line

I use this command to convert doc to pdf.

“LibreOfficePortable.exe --headless -convert-to pdf [input_file] -outdir [output_dir]”

How can I add digital signature to pdf file with this command?

Thanks you