Hi
Used below code for .msg to pdf conversion and found that some of the contents are missed . When I try with HTML able to see the missed content as well as when we do online conversion able to see the missing content
Please advise . Also please help to share the code
PdfConvertOptions options = new PdfConvertOptions();
converter.convert(convertedFile, options);
Looks like licence issue
Then how to apply API license for conversion after mentioning licence path ?
License license = new License();
license.setLicense(licensePath);