Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to create new pages I Visio through aspose.Diagram API . Using python through Java on a MAC #385

Closed
gp52 opened this issue Jan 31, 2024 · 2 comments

Comments

@gp52
Copy link

gp52 commented Jan 31, 2024

Hello

Thanks for a good product!

I have purchased aspose.diagram library.

How i try i cannot add new pages to an existing visio document.

I can create new visio files, change name of active page and create shapes.

I have tried lots of methods and combinations:

This is one:
bpmn.getPages().add(sida)

But get this error:

bpmn.getPages().add(sida)
TypeError: No matching overloads found for com.aspose.diagram.PageCollection.add(str), options are:
public int com.aspose.diagram.PageCollection.add(com.aspose.diagram.Page)

Please help me!

Another question about my license:

I am using a Mac M3

The following code:

import the License class
from asposediagram.api import License
license = License()
license.setLicense(“Aspose.Diagram.Product.Family.lic”)

Is the license active?

Best Regards

Göran Pettersson

@asadalikhan90
Copy link

@gp52

It looks like you have opened similar topic in our dedicated forum where we have responded you already. You can please keep following up there in case your issue still persists.

@gp52
Copy link
Author

gp52 commented Feb 1, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants