Skip to content

IronPdf orchestrated with .NET Aspire (courtesy Jeff Fritz) with additional AI functionality.

Notifications You must be signed in to change notification settings

iron-software/IronPdf.Aspire.AI

Repository files navigation

Benefits of using IronPdf in Aspire.NET

  1. Easy container-setup - no longer have to fiddle around with Docker!
  2. Easy service connections
  3. Orchestrate, organize, and monitor all of your software components & services in one place

IronPDF and OpenAI Using Aspire.NET

  1. Retreive your OpenAI credentials key and endpoint from the OpenAI platform.
  2. Fill-in your OpenAI credentials in the IronPdf.Aspire.AI.AppHost/appsettings.json file under the AzureOpenAI section:
{
    "AzureOpenAI": {
        "Endpoint": "https://your-azure-endpoint/",
        "ApiKey": "your-api-key"
    }
}
  1. Retrieve a valid IronPDF license key.
  2. Fill-in your ironsoftwareofficial/ironpdfengine version and IronPdf license key in the IronPdf.Aspire.AI.AppHost/appsettings.json file under the IronPdf section:
{
    "IronPdf": {
        "EngineVersion": "your-ironpdf-engine-version",
        "LicenseKey": "your-license-key"
    }
}

Note: To find the ironsoftwareofficial/ironpdfengine version, follow this link.

  1. Ensure you have the correct chromadb/chroma version specified in the IronPdf.Aspire.AI.AppHost/appsettings.json file under the Chroma section:
{
    "Chroma": {
        "ChromaVersion": "your-chroma-version"
    }
}

Note: To find the chromadb/chroma version, follow this link.

Notes

You may use Docker for desktop to ensure your chrome DB and IronPdfEngine are up-and-running properly.

Enjoy!

About

IronPdf orchestrated with .NET Aspire (courtesy Jeff Fritz) with additional AI functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •