Skip to content

Instantly share code, notes, and snippets.

@groupdocs-cloud-gists
groupdocs-cloud-gists / Export MPP to Excel in C#
Last active February 18, 2025 09:04
Convert MPP to Excel
How to convert MPP to Excel Workbook in C# .NET
Learn how to convert MS Project to PDF format using C# .NET
@groupdocs-cloud-gists
groupdocs-cloud-gists / JPG to DOC
Last active August 26, 2024 18:32
Convert JPG to Word
How to Convert Photo to Word document
@groupdocs-cloud-gists
groupdocs-cloud-gists / MS Project viewer
Last active August 24, 2024 18:36
microsoft viewer online
Microsoft office project viewer
@groupdocs-cloud-gists
groupdocs-cloud-gists / HTML to XPS online
Last active August 23, 2024 18:57
Convert HTML to XPS
How to convert HTML to XPS with C# .NET
@groupdocs-cloud-gists
groupdocs-cloud-gists / HTML to DOCX online
Last active August 21, 2024 01:27
Convert HTML to Word
How to convert HTML to Word document online
@groupdocs-cloud-gists
groupdocs-cloud-gists / html to ppt
Last active August 4, 2024 09:33
Embed HTML to PowerPoint
How to convert HTML to PowerPoint in C#
// More examples over https://github.com/groupdocs-comparison-cloud/groupdocs-comparison-cloud-dotnet
// Obtain your API credentials
string clientId = "XXXXXXX-XXXXXXX-4088-XXXXX-55c38f4b7f22";
string clientSecret1 = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
// create configuration object while passing client credentials
var configuration = new Configuration(clientId, clientSecret);
// create an instnace of ComparisonAPI
var comparisonApiInstance = new CompareApi(configuration);
@groupdocs-cloud-gists
groupdocs-cloud-gists / readme.md
Last active July 23, 2024 00:27
convert SVG to JPG

Scalable Vector Graphics to JPG Conversion with C# .NET


Let's explore a step-by-step process and practical code examples to help you seamlessly transform your SVG images into high-quality JPGs. Dive in and learn how to harness the power of GroupDocs.Conversion Cloud SDK for efficient and effective image processing. This conversion is performed is performed using GroupDocs.Conversion Cloud SDK for .NET.



For more details, please visit Convert SVG to JPG in C# .NET.

svg to jpg

Important Links

Develop JSON to HTML converter using C# .NET