Bulk print to pdf docx, doc file with comments in the margins using terminal Libreoffice writer

I am attempting to print/convert to pdf docx files with comments in the margin using:

lowriter --print-to-file --printer-name “Generic Printer” *.docx
have also tried:

lowriter --convert-to pdf *.docx in Linux
although both generate pdf files, they are without the comments in the margin.

It is possible to include the comments when printing/exporting to pdf using the LibreOffice writer GUI, but not printing in bulk.

Is there an additional argument that I’m missing that can be included to include the comments when printing to pdf?

Thank you