aspose-diagram-python


Nameaspose-diagram-python JSON
Version 24.4 PyPI version JSON
download
home_pagehttps://products.aspose.com/diagram/
SummaryAspose.Diagram for Python via .NET is a scalable and feature-rich API to process visio files using Python. API offers Visio file creation, manipulation, conversion and rendering. Developers can format pages to the most granular level, create and manipulate shape, render pages, shapes to PDF and images, and much more - all without any dependency on Microsoft Office or Visio application.
upload_time2024-04-11 07:48:50
maintainerNone
docs_urlNone
authoraspose-diagram
requires_python<3.12,>=3.6
licensehttps://company.aspose.com/legal/eula
keywords vsd vsdx vsdm vstm vstx vdx vsx vtx dxf html5 pdf png emf jpeg visio modeling conversion geometry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Product description 
==================================


`Product Page <https://products.aspose.com/diagram/python-net>`_ | `Docs <https://docs.aspose.com/diagram/python-net/>`_ | `Demos <https://products.aspose.app/diagram/family/>`_ | `Blog <https://blog.aspose.com/category/diagram/>`_ | `Code Samples <https://github.com/aspose-diagram/Aspose.Diagram-for-Python-via-.NET>`_ | `Free Support <https://forum.aspose.com/c/diagram>`_ | `Temporary License <https://purchase.aspose.com/temporary-license>`_ | `EULA <https://company.aspose.com/legal/eula>`_

Try our `free online apps <https://products.aspose.app/diagram/family>`_ demonstrating some of the most popular Aspose.diagram functionality.

Aspose.Diagram for Python via .Net is a scalable and feature-rich API to process visio files using Python. API offers Visio file creation, manipulation, conversion, rendering. Developers can format pages to the most granular level, create and manipulate shape, render pages, shapes to PDF and images, and much more - all without any dependency on Microsoft Office or Visio application.



Diagram API Features
-------------------------

Aspose.Diagram offers a wide arrange of features for creating, reading, manipulating and saving visio files:

* Create visio files via API.
* Convert shapes to images or PDF.
* Manage comments & hyperlinks.
* Convert pages to PDF, XPS & SVG formats.
* Inter-convert files to popular visio formats.


Performance and Scalability
-----------------------------------

Aspose.Diagram for Python via .NET is designed to perform equally well on the server or client-side. Aspose.Diagram for Python via .NET is a single .NET library that can be deployed with any .NET application by simply copying it. You do not have to worry about other services or modules.



Supported Document Formats
-----------------------------------


Aspose.Diagram for Python supports `a wide range of formats for loading and saving documents<https://docs.aspose.com/diagram/python-net/supported-file-formats/>`, some of them are listed below: 

**Microsoft Visio**: VSD, VSX,VTX, VDX, VSDX, VSTX, VSSX, VSTM, VSSM
**Fixed Layout**: PDF, XPS
**Images**: JPEG, PNG, BMP, SVG, TIFF, GIF, EMF
**Web**: HTML


Detect Diagram Format Programming Sample 
-------------------------------------------

.. code-block:: python

   from aspose.diagram import *
   # For complete examples and data files, please go to https://github.com/aspose-diagram/Aspose.Diagram-for-.NET
   # Detect the format of a diagram file
   fileFormatInfo = FileFormatUtil.detectFileFormat(test.vsdx")
   # Display the file format
   print("File Format: " + str(fileFormatInfo))


Creating a diagram Document: Programming Samples 
--------------------------------------------------

.. code-block:: python

   from aspose.diagram import *
   # For complete examples and data files, please go to https://github.com/aspose-diagram/Aspose.Diagram-for-.NET
   # The path to the documents directory.
   #Initialize a Diagram class
   diagram = Diagram()
   # Save diagram in the VSDX format
   diagram.save("CreateNewVisio_out.vsdx", SaveFileFormat.VSDX)


Create a PDF with a Diagram
------------------------------------------------

.. code-block:: python

    from aspose.diagram import *
    # Load an exiting Visio diagram
    vsdDiagram = Diagram("Drawing1.vsd")

    # Save as PDF
    vsdDiagram.save("SaveDiagramToPDFwithAspose_out.pdf", SaveFileFormat.PDF)



`Product Page <https://products.aspose.com/diagram/python-net>`_ | `Docs <https://docs.aspose.com/diagram/python-net/>`_ | `Demos <https://products.aspose.app/diagram/family/>`_ | `Blog <https://blog.aspose.com/category/diagram/>`_ | `Code Samples <https://github.com/aspose-diagram/Aspose.Diagram-for-Python-via-.NET>`_ | `Free Support <https://forum.aspose.com/c/diagram>`_ | `Temporary License <https://purchase.aspose.com/temporary-license>`_ | `EULA <https://company.aspose.com/legal/eula>`_




            

Raw data

            {
    "_id": null,
    "home_page": "https://products.aspose.com/diagram/",
    "name": "aspose-diagram-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.6",
    "maintainer_email": null,
    "keywords": "vsd, vsdx, vsdm, vstm, vstx, vdx, vsx, vtx, dxf, html5, pdf, png, emf, jpeg, visio, modeling, conversion, geometry, ",
    "author": "aspose-diagram",
    "author_email": null,
    "download_url": null,
    "platform": "macos_x86_64",
    "description": "Product description \n==================================\n\n\n`Product Page <https://products.aspose.com/diagram/python-net>`_ | `Docs <https://docs.aspose.com/diagram/python-net/>`_ | `Demos <https://products.aspose.app/diagram/family/>`_ | `Blog <https://blog.aspose.com/category/diagram/>`_ | `Code Samples <https://github.com/aspose-diagram/Aspose.Diagram-for-Python-via-.NET>`_ | `Free Support <https://forum.aspose.com/c/diagram>`_ | `Temporary License <https://purchase.aspose.com/temporary-license>`_ | `EULA <https://company.aspose.com/legal/eula>`_\n\nTry our `free online apps <https://products.aspose.app/diagram/family>`_ demonstrating some of the most popular Aspose.diagram functionality.\n\nAspose.Diagram for Python via .Net is a scalable and feature-rich API to process visio files using Python. API offers Visio file creation, manipulation, conversion, rendering. Developers can format pages to the most granular level, create and manipulate shape, render pages, shapes to PDF and images, and much more - all without any dependency on Microsoft Office or Visio application.\n\n\n\nDiagram API Features\n-------------------------\n\nAspose.Diagram offers a wide arrange of features for creating, reading, manipulating and saving visio files:\n\n* Create visio files via API.\n* Convert shapes to images or PDF.\n* Manage comments & hyperlinks.\n* Convert pages to PDF, XPS & SVG formats.\n* Inter-convert files to popular visio formats.\n\n\nPerformance and Scalability\n-----------------------------------\n\nAspose.Diagram for Python via .NET is designed to perform equally well on the server or client-side. Aspose.Diagram for Python via .NET is a single .NET library that can be deployed with any .NET application by simply copying it. You do not have to worry about other services or modules.\n\n\n\nSupported Document Formats\n-----------------------------------\n\n\nAspose.Diagram for Python supports `a wide range of formats for loading and saving documents<https://docs.aspose.com/diagram/python-net/supported-file-formats/>`, some of them are listed below: \n\n**Microsoft Visio**: VSD, VSX,VTX, VDX, VSDX, VSTX, VSSX, VSTM, VSSM\n**Fixed Layout**: PDF, XPS\n**Images**: JPEG, PNG, BMP, SVG, TIFF, GIF, EMF\n**Web**: HTML\n\n\nDetect Diagram Format Programming Sample \n-------------------------------------------\n\n.. code-block:: python\n\n   from aspose.diagram import *\n   # For complete examples and data files, please go to https://github.com/aspose-diagram/Aspose.Diagram-for-.NET\n   # Detect the format of a diagram file\n   fileFormatInfo = FileFormatUtil.detectFileFormat(test.vsdx\")\n   # Display the file format\n   print(\"File Format: \" + str(fileFormatInfo))\n\n\nCreating a diagram Document: Programming Samples \n--------------------------------------------------\n\n.. code-block:: python\n\n   from aspose.diagram import *\n   # For complete examples and data files, please go to https://github.com/aspose-diagram/Aspose.Diagram-for-.NET\n   # The path to the documents directory.\n   #Initialize a Diagram class\n   diagram = Diagram()\n   # Save diagram in the VSDX format\n   diagram.save(\"CreateNewVisio_out.vsdx\", SaveFileFormat.VSDX)\n\n\nCreate a PDF with a Diagram\n------------------------------------------------\n\n.. code-block:: python\n\n    from aspose.diagram import *\n    # Load an exiting Visio diagram\n    vsdDiagram = Diagram(\"Drawing1.vsd\")\n\n    # Save as PDF\n    vsdDiagram.save(\"SaveDiagramToPDFwithAspose_out.pdf\", SaveFileFormat.PDF)\n\n\n\n`Product Page <https://products.aspose.com/diagram/python-net>`_ | `Docs <https://docs.aspose.com/diagram/python-net/>`_ | `Demos <https://products.aspose.app/diagram/family/>`_ | `Blog <https://blog.aspose.com/category/diagram/>`_ | `Code Samples <https://github.com/aspose-diagram/Aspose.Diagram-for-Python-via-.NET>`_ | `Free Support <https://forum.aspose.com/c/diagram>`_ | `Temporary License <https://purchase.aspose.com/temporary-license>`_ | `EULA <https://company.aspose.com/legal/eula>`_\n\n\n\n",
    "bugtrack_url": null,
    "license": "https://company.aspose.com/legal/eula",
    "summary": "Aspose.Diagram for Python via .NET  is a scalable and feature-rich API to process visio files using Python. API offers Visio file creation, manipulation, conversion and rendering. Developers can format pages to the most granular level, create and manipulate shape, render pages, shapes to PDF and images, and much more - all without any dependency on Microsoft Office or Visio application.",
    "version": "24.4",
    "project_urls": {
        "Homepage": "https://products.aspose.com/diagram/"
    },
    "split_keywords": [
        "vsd",
        " vsdx",
        " vsdm",
        " vstm",
        " vstx",
        " vdx",
        " vsx",
        " vtx",
        " dxf",
        " html5",
        " pdf",
        " png",
        " emf",
        " jpeg",
        " visio",
        " modeling",
        " conversion",
        " geometry",
        " "
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d74faf9719e79cadbd2ad807630f7c3f382de90a4577d248ce3b3660a168c81",
                "md5": "a6290fa747c55197000ac36d49d210a1",
                "sha256": "73a53d4d00ec86a8e634534d83d3e7eb5fda1551597047462f76422b8ef0af65"
            },
            "downloads": -1,
            "filename": "aspose_diagram_python-24.4-py3-none-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a6290fa747c55197000ac36d49d210a1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.6",
            "size": 51843167,
            "upload_time": "2024-04-11T07:48:50",
            "upload_time_iso_8601": "2024-04-11T07:48:50.865179Z",
            "url": "https://files.pythonhosted.org/packages/2d/74/faf9719e79cadbd2ad807630f7c3f382de90a4577d248ce3b3660a168c81/aspose_diagram_python-24.4-py3-none-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3f861f93d79e4d9463fb9db3265ce4361ee186ed1067e8674dc0190790553db",
                "md5": "06124f425b5254059622eb38166455af",
                "sha256": "d5d1fae7cefd3c497065987e01b1a2ab3fb9ee81580006ae470f27c233402c01"
            },
            "downloads": -1,
            "filename": "aspose_diagram_python-24.4-py3-none-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "06124f425b5254059622eb38166455af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.6",
            "size": 40765509,
            "upload_time": "2024-04-11T07:49:50",
            "upload_time_iso_8601": "2024-04-11T07:49:50.373893Z",
            "url": "https://files.pythonhosted.org/packages/e3/f8/61f93d79e4d9463fb9db3265ce4361ee186ed1067e8674dc0190790553db/aspose_diagram_python-24.4-py3-none-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3be73945a404f9bc23bda19b3937d5f863be57d301e0d5930f9a4cfff6e5ddc",
                "md5": "f3aaefbc670b8c341a7babef5860c220",
                "sha256": "8a8cb9e82330e8179f5dc0851b3310ce1893f5d5ba8affc136cdf0dec2c1b3da"
            },
            "downloads": -1,
            "filename": "aspose_diagram_python-24.4-py3-none-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f3aaefbc670b8c341a7babef5860c220",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.6",
            "size": 55743237,
            "upload_time": "2024-04-11T07:51:29",
            "upload_time_iso_8601": "2024-04-11T07:51:29.723212Z",
            "url": "https://files.pythonhosted.org/packages/c3/be/73945a404f9bc23bda19b3937d5f863be57d301e0d5930f9a4cfff6e5ddc/aspose_diagram_python-24.4-py3-none-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99b618edb217419afa25f7bee13e61b88b26d75ea4f5556df4e3f44edb2c3bc3",
                "md5": "fd96e202fc333aeea03fea2098c7dd96",
                "sha256": "2e8e4b6384921d0f57c2314533ba1e08dacdef461a26e5c923bd43a0222adaf2"
            },
            "downloads": -1,
            "filename": "aspose_diagram_python-24.4-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "fd96e202fc333aeea03fea2098c7dd96",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.6",
            "size": 38532914,
            "upload_time": "2024-04-11T07:52:53",
            "upload_time_iso_8601": "2024-04-11T07:52:53.718149Z",
            "url": "https://files.pythonhosted.org/packages/99/b6/18edb217419afa25f7bee13e61b88b26d75ea4f5556df4e3f44edb2c3bc3/aspose_diagram_python-24.4-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "067e30b26079900beb156f65f97f7baf9290b7121c547391af30d5951b4a4ff0",
                "md5": "3c4c7e5581df19d3bc58634a6cd8ef37",
                "sha256": "086785c9e26960c048e4294afc299dba77525e9d2e7248440d558f687b8732ed"
            },
            "downloads": -1,
            "filename": "aspose_diagram_python-24.4-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3c4c7e5581df19d3bc58634a6cd8ef37",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.6",
            "size": 43856407,
            "upload_time": "2024-04-11T07:52:04",
            "upload_time_iso_8601": "2024-04-11T07:52:04.145325Z",
            "url": "https://files.pythonhosted.org/packages/06/7e/30b26079900beb156f65f97f7baf9290b7121c547391af30d5951b4a4ff0/aspose_diagram_python-24.4-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 07:48:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aspose-diagram-python"
}
        
Elapsed time: 0.23096s