in vb.net I am trying to iterate through each page of a pdf file with 73 pages.
the pdfDocument object has a count of 73 pages, but it only has 4 pages in the list. Can I iterate through all pages?
For Each Page In pdfDocument.Pages <—Only 4 pages show, even though the count is 73
pageNumber = Page.Number
'Find all tables on page
Dim absorber As Aspose.Pdf.Text.TableAbsorber
absorber = getAbsorber(Page)
'Find Next Grid that is a Schdeule
gridTables = getGrids(absorber)
As I never got to try this without the limitations, is there any way you cand me a temp license for pdf dll without these limitations? I need to det grids on page 72 for proof of concept purposes for the client.