Read Invoice number from pdf file
-
Hi, I want to extract the name of customer, Invoice number, etc from an Invoice that would be a Pdf file. Please help ASAP. TIA
-
Hi, I want to extract the name of customer, Invoice number, etc from an Invoice that would be a Pdf file. Please help ASAP. TIA
-
Refer to this article on how to extract text from a pdf file, Extract Text from PDF in C# (100% .NET)[^]
There are only 10 types of people in the world, those who understand binary and those who don't.
This extract whole document I just want to extract Invoice No. For e.g If it is like: - Invoice Number : INVC2563 It should extract only INVC2563. The string INVC may Vary.
-
This extract whole document I just want to extract Invoice No. For e.g If it is like: - Invoice Number : INVC2563 It should extract only INVC2563. The string INVC may Vary.