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.
My idea is to convert PDF files to PNGs and then use my ReadQRFile method on them. The problem is that I cannot find any simple open-source solution to do so in C#. The only questions i could find are about java and other programming language but i did not find anything related to c#.
Iam new to programming so please dont be to hard on me…
I tried to look up for many open-source libraries like iText7 but I am overwhelmed by all the classes and methods one has to consider.
Edwin_gxz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.