Command Line Options

Good afternoon,

I am trying to call architect.exe from powershell to convert documents to PDFs.

I see the options within architect.exe --help however it doesn’t appear that --reduce-file-size and --reduce-quality 0 are working.

Is there a proper format to call these options?

architect.exe --pdf-tools --create --reduce-file-size --reduce-quality 0 --source-file “C:\users\temp\documents\word.docx” --destination “C:\users\temp\documents\word.pdf”