dave-howard / vsdx

vsdx - A python library for processing .vsdx files
BSD 3-Clause "New" or "Revised" License
67 stars 25 forks source link

Add VisioFile.add_page() function and test #14

Closed stevensultana closed 3 years ago

stevensultana commented 3 years ago

For #8 Let me know what you think about how the page is created, if it should be hardcoded, or if there should be a template vsdx file as part of the package, and new pages are copied from that.

Other than that, I'm still trying to figure out what is the use of visio\pages_rels\page.xml.rels, so we might expect some bugs until then.

dave-howard commented 3 years ago

Hi - I can't wait to try this out :)

Regard your question below:

For #8 Let me know what you think about how the page is created, if it should be hardcoded, or if there should be a template vsdx file as part of the package, and new pages are copied from that.

The idea of a template vsdx file embedded in the code base is starting to appeal to me. I can imagine using this to add various shapes, connectors, set styles etc.