Convert PDF To PNG in C#
I want to write a program that reads a QR code from every page in a PDF file. I am using the NuGet package ZXing, and I’ve only managed to read a QR code by using image files instead of a PDF file.
I want to write a program that reads a QR code from every page in a PDF file. I am using the NuGet package ZXing, and I’ve only managed to read a QR code by using image files instead of a PDF file.