HTML to BMP Conversion Tutorial in C#

HTML to BMP Conversion Tutorial in C#

This tutorial shows you how to convert an HTML page into a BMP image using C# and Aspose.HTML for .NET. Follow the step‑by‑step guide to set up the SDK, load HTML, configure BMP options, and execute the conversion with a complete code sample.
September 21, 2026 · Muhammad Mustafa
Read and Write Displace Smart Filter Data in C#

Read and Write Displace Smart Filter Data in C#

Learn how to add a Displace smart filter to a Smart Object layer in C#, set its scale, displacement method, and undefined-area behavior, embed the displacement map, save the PSD, and read the filter settings back using the DisplaceSmartFilter API in Aspose.PSD for .NET.
September 21, 2026 · Muzammil Khan
Handling Smart Objects and Effects in PSD Files in .NET

Handling Smart Objects and Effects in PSD Files Using C#

This guide shows .NET developers how to work with SmartObjectLayer objects in PSD files without losing their layer effects. You’ll see how to load a PSD with effects enabled, extract a smart object’s own embedded content, render the smart object with its effects applied, and save the results as PNG using Aspose.PSD.
September 18, 2026 · Muzammil Khan
Convert AI Type 1 Shading to PNG in C# .NET

Convert AI Type 1 Shading to PNG in C# .NET

Learn how to render Adobe Illustrator (AI) artwork that uses Type 1 function-based shading and save it as a PNG image in C# with Aspose.PSD for .NET. This tutorial covers NuGet installation, loading an AiImage, configuring PngOptions, exporting every page of a multi-page AI file, and handling load errors, without Adobe Illustrator installed.
September 17, 2026 · Muzammil Khan
Why Your Shapefile Conversion Fails and How to Fix It in C#

Why Your Shapefile Conversion Fails and How to Fix It in C#

A single invalid coordinate can make an entire Shapefile conversion fail with a TransformationException. This guide explains what causes the error and shows .NET developers how to use OperationErrorCollector in Aspose.GIS for .NET to skip the bad features, keep all valid data, and get a report that pinpoints the records to repair.
September 16, 2026 · Muzammil Khan
Preserving GML Schema During Conversion in C# with Aspose.GIS for .NET

How to Preserve GML Schema During Conversion in C#

Learn how to convert GML files in C# without losing feature attributes, even when the XML schema is missing or unreachable. This guide uses Aspose.GIS for .NET, GmlOptions.RestoreSchema, and a round-trip check that compares the source and output layers.
September 15, 2026 · Muzammil Khan
Convert TopoJSON with Nested Properties to CSV in .NET

Convert TopoJSON to CSV in C#

This tutorial shows how to use Aspose.GIS for .NET to flatten nested TopoJSON attributes into a CSV file. It also covers optional inclusion of geometry as WKT and provides complete C# code samples.
September 14, 2026 · Muzammil Khan
Convert TopoJSON to GML in C#: A Complete Conversion Guide

Convert TopoJSON to GML in C#: A Complete Conversion Guide

A hands-on guide for .NET developers who need to convert TopoJSON into GML. You will run a one-call conversion with Aspose.GIS for .NET, reopen the GML file with schema restoration, and validate the output in C# by inspecting each feature’s geometry type, dimension, and length.
September 11, 2026 · Muzammil Khan
Compress or Optimize PDF with Same Quality in C#

Compress or Optimize PDF with Same Quality in C#

Learn how to compress or optimize PDF while keeping quality using Aspose.PDF for .NET in C#. This guide covers prerequisites, a step‑by‑step implementation, a code example, configuration options, and performance tips to shrink PDFs without losing fidelity.
September 7, 2026 · Muzammil Khan
Create MS Excel Spreadsheets Without MS Office in C#

Create MS Excel Spreadsheets Without MS Office in C#

Learn how C# developers can generate XLSX files without Microsoft Office using Aspose.Cells for .NET. This guide covers SDK setup, creating a workbook, adding worksheets, writing data, and saving the spreadsheet, plus tips for efficient server‑side processing.
September 5, 2026 · Muzammil Khan