Hello,I'm looking for a way to convert a number of MS Office files in
some subdirectory's and get the PDF files in an equal directory
structure at the result directory.Something like
that:input:..\10years\cat_a\word_doc001.docx -
...002.docx..\30years\cat_b\word_doc101.docx - ...102.docxto
result:..\10years\cat_a\word_doc001.pdf -
...002.pdf..\30years\cat_b\word_doc101.pdf - ...102.pdfI tried to find
an solution with the configuration of the endpoint (with file patterns),
but not with success. D...