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.
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.
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.
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.
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.
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.
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.
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.
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.
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.