Introducing Aspose.PDF FOSS for .NET

Aspose.PDF FOSS for .NET is a free, MIT-licensed .NET library for reading, creating, and manipulating PDF documents. Released under a permissive open-source license, it removes the traditional barrier to enterprise-grade PDF capabilities — every feature in the library is available without purchasing a commercial license. What Is Aspose.PDF FOSS for .NET? The library targets .NET 8 and later. It is published to NuGet under the package ID Aspose.Pdf.Foss and can be added to any .NET 8+ project with a single command: ...

June 11, 2026 · 3 min · Aspose

PDF Core Document Management with Aspose.PDF FOSS for .NET

Core PDF document management covers the operations that appear in nearly every PDF workflow: opening or creating a document, accessing pages and their content, reading and writing annotations, extracting text, and working with interactive actions. Aspose.PDF FOSS for .NET provides a .NET 8+ API that handles all of these tasks through a consistent object model centered on the Document and Page types. Document Lifecycle: Create, Open, Save Every workflow starts with either creating a new document or loading an existing one. Document.Create() returns a new, empty Document instance. Document.Open(data) accepts a byte[] or Stream and parses the PDF structure: ...

June 11, 2026 · 3 min · Aspose

The generated Compatibility Layer in Aspose.PDF FOSS for Python

A guide to the aspose_pdf.generated compatibility subpackage in Aspose.PDF FOSS for Python: its independent Document, UnsignedContent, and PdfAValidateOptions/PdfAValidationResult implementations, and its security module that re-exports the canonical classes unchanged.

July 29, 2026 · 4 min · Aspose

The PDF Engine in Python: Rasterization, Stream Filters, and Encryption

A look at the aspose_pdf.engine package behind Aspose.PDF FOSS for Python’s Document and Page classes: rendering pages with RasterizedPage, compressing streams with StreamEncoder and StreamDecoder, and encrypting data with EncryptionUtils.

July 29, 2026 · 4 min · Aspose

Aspose.PDF FOSS for C++: Key Features for PDF Processing

An overview of the core feature areas in Aspose.PDF FOSS for C++: document and page management, text extraction, raster image rendering, encryption, annotations, and interactive forms — all MIT-licensed and dependency-free.

July 28, 2026 · 5 min · Aspose

Document Management in Aspose.PDF FOSS for C++: Metadata, Outlines, and Attachments

Covers the DocumentInfo, Metadata, Outlines, NamedDestinationCollection, EmbeddedFileCollection, and PageLabelCollection APIs in Aspose.PDF FOSS for C++ for managing document-level metadata, bookmarks, named destinations, attachments, and page labels.

July 28, 2026 · 6 min · Aspose

Document Management in Python: Forms, Fonts, and Attachments

Covers the AsposePdfException error hierarchy, interactive form fields (Field, FieldType), embedded file attachments (FileSpecification), font discovery (FontDescriptor, FontRegistry, FontRepository), and outline authoring (OutlineItem) in Aspose.PDF FOSS for Python.

July 28, 2026 · 5 min · Aspose

Drawing Vector Graphics on a PDF Page with Aspose.PDF FOSS for C++

Drawing circles, ellipses, and lines directly on a PDF page with the Graph container, the Shape hierarchy, and GraphInfo/BorderInfo styling in Aspose.PDF FOSS for C++.

July 28, 2026 · 4 min · Aspose

Inside the Aspose.Cells FOSS Data Model in C++

A tour of the Core::WorkbookModel / Core::WorksheetModel data-model layer in Aspose.Cells FOSS for C++: plain cell, style, and document-property records, the WorkbookModel::GetDiagnostics() diagnostic bag, and how the Workbook, Worksheet, and Style facades bridge to them through GetModel() and ToCore()/FromCore().

July 28, 2026 · 7 min · Aspose

Introducing Aspose.Cells FOSS for C++ — Open-Source Excel XLSX Library

Aspose.Cells FOSS for C++ is an open-source, MIT-licensed library for creating, loading, editing, and saving Excel XLSX workbooks in native C++, with typed cell values, formulas, styling, and validation, and no Microsoft Excel dependency.

July 28, 2026 · 4 min · Aspose
 English