Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created November 3, 2019 20:43
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/6e53a964d9d8d097bf08b87b1305b1c1 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/6e53a964d9d8d097bf08b87b1305b1c1 to your computer and use it in GitHub Desktop.
// For complete examples and data files, please go to https://github.com/groupdocs-conversion/GroupDocs.Conversion-for-.NET
using (Converter converter = new Converter("sample.png"))
{
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