Top-Level Statements in C#
This article is part of C# Advent 2022. During the month of December, two new articles are posted each day until December 25th. These articles will be about something in the C# language, and are written by experts from around the C# community. Trailhead is proud to be a part of it this year! What are […]
Rendering QR Codes on fillable PDFs
I was recently working on a project where a fillable PDF form was populated with data and a QR code needed to be placed on the form. Here an easy way to accomplish that: First, load the form – in this example I just read it from a file. I am using this two page […]