En

Convert XBRL to HTML using C#

As a .NET developer, you can easily convert XBRL files or financial data from XML files to HTML webpages programmatically. In this article, you will learn how to convert XBRL to HTML using C#.
April 29, 2022 · 3 min · Muzammil Khan

Convert XBRL to PDF using C#

As a .NET developer, you can easily convert XBRL files or financial data from XML files to PDF documents. In this article, you will learn how to convert XBRL to PDF using C#.
March 20, 2022 · 3 min · Muzammil Khan

Convert XBRL to XLSX or iXBRL Programmatically in C#

XBRL files are used for business reporting purposes including balance sheets, cash flow statements, ledgers, etc. You can easily convert XBRL files to XLSX Excel Sheet as well as iXBRL, which is an inline XBRL file. These output formats are ideal for presenting the financial information as structured, human, and machine-readable data.
February 15, 2021 · 2 min · Farhan Raza