VSD to VSDX unlicensed

Hello there

Im currently testing the free Aspose Diagrams in C# for a potential purchase, to convert Visio diagrams to a PDF. These Visio files could be either .vsd or .vsdx files.
As of now, the .vsdx files can be converted perfectly. However because the .vsd files need to be converted to .vsdx for a PDF conversion, it shows a single empty page.

The problem is the conversion to .vsdx. The initialized Diagram contains one page, instead of its original 4 and the resulting .vsdx diagram shows one empty page.

I have read in another thread, this occurs because my Aspose is not licensed yet and can only read a single page.
(thread: Can't get all vsd pages - #7 by ahulihu)

Is this the case?
Should the unlicensed result be an EMPTY page?
Will this work after I apply a license?

@ImTryingOkay

This can be a limitation of using the API in trial mode. You can please have a free 30-days temporary license in order to evaluate the API without any restrictions and see if issue still persists. In case yes, please share your sample Diagram file with us so that we can also test the scenario in our environment and address it accordingly.

The issue was resolved by testing with a temporary license.
Thanks for the advise :smiley: