Hi there!
I’ve an issue with converting MSG to PDF.
I’ve the following code, which is in essence the same as in the tutorial.s
const uploadPath = `UploadedDocs/${fileName}`;
this.logger.log(`Uploading msg file …...loadOptions = new LoadOptions({ format: 'msg' }); const settings =...filePath = uploadPath; settings.format = 'pdf'; settings.outputPath...