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.
How to Read PDF417 Barcodes in Python from Blurred and Low-Quality Images
Generating a PDF417 barcode is the easy half. The hard half is decoding the one that came back from a phone camera, a fax machine, or a crumpled boarding pass. This guide shows how to read PDF417 barcodes in Python with Aspose.BarCode, how the recognition presets differ on real degraded images, and which QualitySettings knobs are worth turning.
Iterating Over SVG Elements in C# with Aspose.Imaging
A step-by-step guide for .NET developers who need programmatic access to SVG nodes. Covers loading an SVG as SvgImage, listing its objects, finding an element by ID, reading and changing attributes such as fill and stroke, walking nested groups recursively, and keeping large files fast.
Create and Edit Raster Images In-Memory in C#
A hands-on guide for .NET developers who need to build images without touching the disk. Covers creating a blank canvas with RasterImage.Create, drawing shapes, building an image from a raw ARGB pixel array, returning PNG bytes from a MemoryStream, editing an existing image in memory, and the mistakes that cost you memory or quality.
Convert WebP to TIFF in C# Using Aspose.Imaging
A practical guide for .NET developers on converting WebP images to TIFF in C#. Covers the three-line conversion, choosing the right TIFF compression, handling animated and multi-page WebP files, setting DPI for print and archival, batch processing a folder, and fixing the errors you are most likely to hit.
Convert CDR to PDF in C#
Convert CDR to PDF in C#. Configure CDR rasterization options to preserve page size, positioning, and background when converting CorelDRAW files to PDF.
Simplify Email Creation in C# with Aspose.Email for .NET
This tutorial shows how the enhanced Add methods in Aspose.Email for .NET return newly created recipient and attachment objects, allowing you to configure their properties immediately. You’ll learn how to use these methods with step-by-step code examples, installation instructions, and best practices for building emails efficiently in C#.
Persist and Resume a Chat Session in C# with Aspose.LLM
This tutorial shows how to save an Aspose.LLM chat session to a JSON file, reload it later, and continue the conversation without losing context. You’ll see three saving options, how to restore a session, and a full end‑to‑end example.