Monthly Archives: December 2023

A Workaround for GIF issues in .NET MAUI

I have been having issues getting a GIF to animate consistently in iOS and Android using the Image control in MAUI. There are open issues on this, but in the meantime, hopefully this solution will meet your needs. On Windows, GIF images in an Image control work as expected. I tried several workarounds many of… Read More »

Printing a PDF from .NET MAUI Windows Silently

I had a request recently to print PDFs from .NET MAUI specifically on Windows Desktop. They also had the need to not display a print dialog, and just print to the default printer. This isn’t nearly as easy as it would seem, and there is a lot of conflicting information online about it. I tried… Read More »