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.
How to Extract Font Details from OCR Results in C#
After OCR extracts the text of a scanned page, the typography is usually lost. Aspose.OCR for .NET 26.7 adds font detection, so every recognized line also carries its font family, style, size and confidence. This article shows how to enable it, explains each result property, and covers batch export and the known limits.
How to Monitor Project Load Progress in C#
Large MPP and XER files can take seconds or minutes to parse. This guide shows how to report real-time load progress with Aspose.Tasks for .NET, how to surface step-level detail, and how to cancel a load that is taking too long.
Set QR Code Encoding Modes in Python
This article shows how to set QR code encoding modes in Aspose.BarCode for Python via .NET, using both the QrExtCodetextBuilder API and inline EXTENDED selectors. It covers generating a multi-segment QR barcode, reading it back to verify the payload, and measuring whether manual mode selection actually shrinks the symbol.
Encode GS1QR Barcodes with Byte-Mode Separators in Python
This article shows how to create GS1QR barcodes that carry GS1 group separators by enabling byte-mode encoding using Aspose.BarCode for Python via .Net. It walks through installation, a complete generate-and-verify workflow, production tips for print and scan reliability, and where to get a free license.