No preview generated by edgarRenderer for US GAAP 2025 (works for 2023 & 2024)

26 views
Skip to first unread message

Vinay Lingala

unread,
Jul 8, 2025, 5:36:24 AMJul 8
to Arelle-users
Hi Team,

When using the `edgarRenderer` plugin for preview generation, everything works fine with US GAAP 2023 and 2024 taxonomies. However, when switching to the US GAAP 2025 taxonomy, the command completes **without any error**, but the **expected preview files are not generated**.

We are invoking Arelle from Python using:

```python
def run_edgar_validation(input_file, output_dir):
    pluginsPath = get_plugins(["EdgarRenderer"])

    command = [
        "arelleCmdLine",
        "-f",
        input_file,
        "-v",
        "--efm",
        "--plugins",
        pluginsPath,
        "--reportFormat",
        "HtmlAndXml",
        "-r",
        output_dir,
    ]

    subprocess.run(command, check=True)

Austin Matherne

unread,
Jul 8, 2025, 9:03:26 AMJul 8
to Arelle-users
Hi Vinay,

I just responded to your issue over on GitHub.

Kind regards,
Austin Matherne

Reply all
Reply to author
Forward
0 new messages