Skip to content

Instantly share code, notes, and snippets.

@aspose-com-gists
Last active May 12, 2022 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aspose-com-gists/a9cfb703afea6ae99893be49a82b54ed to your computer and use it in GitHub Desktop.
Save aspose-com-gists/a9cfb703afea6ae99893be49a82b54ed to your computer and use it in GitHub Desktop.
Convert OFT to HTML in Java
// Load the OFT file
MailMessage message = MailMessage.load("input.oft");
// Save OFT as HTML
message.save("output.html", SaveOptions.getDefaultHtml());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment