Dave K
Dave K's Blog

Dave K's Blog

Follow
homeArchiveAbout Mebadges
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

.NET MAUI - Saving PDF Files with ITextSharp

Aug 3, 20234 min read

Introduction In the earlier articles in my PDF Splitter series, we have relied on the inbuild .NET libraries to handle working with PDF files in MAUI,...

.NET MAUI - Saving PDF Files with ITextSharp

.NET MAUI - Working with PDF Files Pt. 2

Aug 2, 20237 min read

Introduction In the previous article, we created a PDF model and service to allow us to work with and track PDF pages. The next step is to build the...

.NET MAUI - Working with PDF Files Pt. 2

.NET MAUI - Working with PDF Files Pt. 1

Aug 1, 20234 min read

Introduction For the fourth article in my PDF Splitter series, we will start working with PDF files in .NET MAUI. Helpfully, MAUI contains a lot of...

.NET MAUI - Working with PDF Files Pt. 1

.NET MAUI - Basic Navigation

Apr 12, 20232 min read

Introduction In this article, I'm going to introduce basic navigation into my .NET MAUI PDF Splitter application. If you're following my PDF Splitter...

.NET MAUI - Basic Navigation

.NET MAUI - Creating a XAML File Menu

Apr 12, 20234 min read

Introduction In this article, I'm going to add a file menu to my .NET MAUI PDF Splitter application. If you're following my PDF Splitter Application...

.NET MAUI - Creating a XAML File Menu

.NET MAUI - Creating a New Project

Apr 12, 20236 min read

Introduction This article is the third article in my PDF Splitter series but the first one in which we start to drill down into the code. Creating the...

.NET MAUI - Creating a New Project