Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Last active December 6, 2019 10:06
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 GroupDocsGists/2d4c3e32ac770ec0fd02de90954363bc to your computer and use it in GitHub Desktop.
Save GroupDocsGists/2d4c3e32ac770ec0fd02de90954363bc to your computer and use it in GitHub Desktop.
using (Converter converter = new Converter("sample.msg"))
{
PdfConvertOptions options = new PdfConvertOptions();
converter.Convert("converted.pdf", options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment