Hi,
When I open an existing pdf file the sections count is zero.
Pdf pdf = new Pdf(new FileStream(pdfdoc, FileMode.Open));
The pdf object doesn't have any useful information. Unlike in
Aspose.Word.Document doc1 = new Document(document1);
where we get the entire document in a tree structure.
The problem I'm trying to solve is to open two pdf documents and compare them.