Get single page from pdf(have multiple pages) and count the no of pages in pdf

Hi

To get the pdf page count

And to select single page we can set the range in READ PDF property

And for the array index
int_index = Array.IndexOf(Arrayvariable, Arrayvariable.AsEnumerable().Where(Function(a) a.ToString.Contains(“whuvur”)).FirstOrDefault)

Cheers @Ajith1

1 Like