Hello aspose team!
I’m using aspose diagram for java 20.6 to read a certain visio file (attached).
The file has two pages named “Zeichenblatt-1” and “FPU_FAULT_C1_VIP”.
Using the code
Diagram dgrm = new Diagram(dir + "MFC_FPU_FAULT_C1.vsd");
System.out.println("num pages: " + dgrm.getPages().getCount());
outputs 1 and I can access exactly the first page.
The first page is empty in that file however and I try to implement an iterator that loops over all pages to extract the first page that is not empty.
Thanks for pointing out a solution,
regards, Martin
MFC_FPU_FAULT_C1.zip (28.9 KB)