ilektronik
Programmer
Hello all -
I am a Java developer who recently was plunged by management into the world of .NET. The last six months were spent coding C# projects (I have become a fan of C# since). I am now on a VB.NET project and have zero VB experience of any kind. Here is the question:
I have a directory with multiple PDF files listed in them. There is a web application that allows users to FTP these PDF files from point A to point B. Simple stuff. Before a user sends these files anywhere, I have a display screen that displays row by row a list of the PDF's in that directory with some information on the PDF (file location, modified date, etc.) One of the pieces of information that I need to display is the number of pages that exist within the PDF.
I tried opening a random PDF in notepad and found that there is a line that has "/COUNT" that signifies the number of pages within that PDF. The question is what is the best way to simply read that page count and export it as a local variable. Thanks in advance!!
I am a Java developer who recently was plunged by management into the world of .NET. The last six months were spent coding C# projects (I have become a fan of C# since). I am now on a VB.NET project and have zero VB experience of any kind. Here is the question:
I have a directory with multiple PDF files listed in them. There is a web application that allows users to FTP these PDF files from point A to point B. Simple stuff. Before a user sends these files anywhere, I have a display screen that displays row by row a list of the PDF's in that directory with some information on the PDF (file location, modified date, etc.) One of the pieces of information that I need to display is the number of pages that exist within the PDF.
I tried opening a random PDF in notepad and found that there is a line that has "/COUNT" that signifies the number of pages within that PDF. The question is what is the best way to simply read that page count and export it as a local variable. Thanks in advance!!