aspose-tex-net


Nameaspose-tex-net JSON
Version 24.3.0 PyPI version JSON
download
home_pagehttps://products.aspose.com/tex/python-net/
SummaryAspose.TeX for Python via .NET is a library that enables your Python applications to typeset TeX files and obtain output documents in file formats, such as XPS, PDF, JPEG, PNG, TIFF, and BMP. You can configure typesetting preferences to have your desired output design. It also offers numerous embedded fonts available for typesetting. With Aspose.TeX for Python, you can define your own interface for input gathering or choose to accept input from a local directory or from a ZIP archive.
upload_time2024-03-15 11:35:57
maintainer
docs_urlNone
authorAspose
requires_python>=3.6,<3.12
licenseOther/Proprietary License
keywords aspose.tex aspose.total conholdate.total conholdate aspose tex tex-engine tex-format latex latex-python tex-api latex-api latex-to-svg latex-to-png latex-to-pdf tex-to-png pythom tex-extension tex-creator typesetting typeset windows-azure conversion component standard xps pdf jpeg png tiff bmp assembly component library aspose.total conholdate conholdate.total
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python API to TypeSet TeX Files

<!-- ![Version 24.1.0](https://img.shields.io/badge/nuget-v24.1.0-blue) ![Nuget](https://img.shields.io/nuget/dt/Aspose.TeX) -->

[![banner](https://products.aspose.com/tex/icons/aspose_tex-for-python-net-banner-1.png)](https://releases.aspose.com/tex/python-net/)

[Product Page](https://products.aspose.com/tex/python-net/) | [Docs](https://docs.aspose.com/tex/python-net/) | [Demos](https://products.aspose.app/tex/family) | [API Reference](https://reference.aspose.com/tex/python-net/) | [Examples](https://github.com/aspose-tex/Aspose.TeX-for-Python-.NET) | [Blog](https://blog.aspose.com/category/tex/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/tex) | [Temporary License](https://purchase.aspose.com/temporary-license/)

[Aspose.TeX for Python via .NET](https://products.aspose.com/tex/python-net/) is a library that provides a TeX engine extension called ObjectTeX. It can be used to typeset documents described by TeX files. "Object" means that intermediary typesetting result is a specific object model which then can be uniformly converted into a number of end formats.

## TypeSetting File Processing Features
- Typesetting of TeX files
- Create custom TeX formats
- Provide input data in various ways
- Fetch output data in various ways

## Supported Input Formats

TeX

## Save TeX As

XPS, PDF, JPEG, PNG, TIFF and BMP

## Supported Embedded Fonts for Typesetting

cmbsy10, cmbx10, cmbx5, cmbx6, cmbx7, cmbx8, cmbx9, cmcsc10, cmdunh10, cmex10, cmmi10, cmmi5, cmmi6, cmm7, cmmi8, cmmi9, cmmib10, cmr10, cmr5, cmr6, cmr7, cmr8, cmr9, cmsl10, cmsl8, cmsl9, cmsltt10, cmss10, cmssbx10, cmssi10, cmssq8, cmssqi8, cmsy10, cmsy5, cmsy6, cmsy7, cmsy8, cmsy9, cmti10, cmti7, cmti8, cmti9, cmtt10, cmtt8, cmtt9, cmu10

## Supported Platforms

You can use Aspose.TeX for Python via .NET to build any type of a 32-bit or 64-bit Python application for Windows. Python 3.5 or later is supported.

## Use Python to Obtain Typeset Document from `XPS` Device

You can execute the below code snippet to see how Aspose.TeX API performs against your own samples or check the [GitHub Repository](https://github.com/aspose-tex/Aspose.TeX-for-Python-.NET) for other common usage scenarios.

```python
from aspose.tex import *
from aspose.tex.io import *
from aspose.tex.presentation.image import *
from os import path

options = TeXOptions.console_app_options(TeXConfig.object_tex())
options.job_name = "sample2-1";
options.input_working_directory = InputFileSystemDirectory(_inputDirectory)
options.output_working_directory = OutputFileSystemDirectory(_outputDirectory)
options.terminal_out = OutputFileTerminal(options.output_working_directory)

with open(path.join(_outputDirectory, options.JobName + ".xps")) as stream:
    TeXJob("hello-world", XpsDevice(stream), options).run()

options.terminal_out.writer.write_line()
```

[Product Page](https://products.aspose.com/tex/python-net/) | [Docs](https://docs.aspose.com/tex/python-net/) | [Demos](https://products.aspose.app/tex/family) | [API Reference](https://reference.aspose.com/tex/python-net/) | [Examples](https://github.com/aspose-tex/Aspose.TeX-for-Python-.NET) | [Blog](https://blog.aspose.com/category/tex/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/tex) | [Temporary License](https://purchase.aspose.com/temporary-license/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://products.aspose.com/tex/python-net/",
    "name": "aspose-tex-net",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<3.12",
    "maintainer_email": "",
    "keywords": "Aspose.TeX Aspose.Total Conholdate.Total Conholdate Aspose TeX TeX-Engine TeX-Format LaTeX LaTeX-Python TeX-API LaTeX-API LaTeX-to-SVG LaTeX-to-PNG LaTeX-to-PDF TeX-to-PNG Pythom TeX-Extension TeX-Creator TypeSetting TypeSet Windows-Azure Conversion Component Standard XPS PDF JPEG PNG TIFF BMP Assembly Component Library Aspose.Total Conholdate Conholdate.Total",
    "author": "Aspose",
    "author_email": "",
    "download_url": "",
    "platform": "win32",
    "description": "# Python API to TypeSet TeX Files\r\n\r\n<!-- ![Version 24.1.0](https://img.shields.io/badge/nuget-v24.1.0-blue) ![Nuget](https://img.shields.io/nuget/dt/Aspose.TeX) -->\r\n\r\n[![banner](https://products.aspose.com/tex/icons/aspose_tex-for-python-net-banner-1.png)](https://releases.aspose.com/tex/python-net/)\r\n\r\n[Product Page](https://products.aspose.com/tex/python-net/) | [Docs](https://docs.aspose.com/tex/python-net/) | [Demos](https://products.aspose.app/tex/family) | [API Reference](https://reference.aspose.com/tex/python-net/) | [Examples](https://github.com/aspose-tex/Aspose.TeX-for-Python-.NET) | [Blog](https://blog.aspose.com/category/tex/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/tex) | [Temporary License](https://purchase.aspose.com/temporary-license/)\r\n\r\n[Aspose.TeX for Python via .NET](https://products.aspose.com/tex/python-net/) is a library that provides a TeX engine extension called ObjectTeX. It can be used to typeset documents described by TeX files. \"Object\" means that intermediary typesetting result is a specific object model which then can be uniformly converted into a number of end formats.\r\n\r\n## TypeSetting File Processing Features\r\n- Typesetting of TeX files\r\n- Create custom TeX formats\r\n- Provide input data in various ways\r\n- Fetch output data in various ways\r\n\r\n## Supported Input Formats\r\n\r\nTeX\r\n\r\n## Save TeX As\r\n\r\nXPS, PDF, JPEG, PNG, TIFF and BMP\r\n\r\n## Supported Embedded Fonts for Typesetting\r\n\r\ncmbsy10, cmbx10, cmbx5, cmbx6, cmbx7, cmbx8, cmbx9, cmcsc10, cmdunh10, cmex10, cmmi10, cmmi5, cmmi6, cmm7, cmmi8, cmmi9, cmmib10, cmr10, cmr5, cmr6, cmr7, cmr8, cmr9, cmsl10, cmsl8, cmsl9, cmsltt10, cmss10, cmssbx10, cmssi10, cmssq8, cmssqi8, cmsy10, cmsy5, cmsy6, cmsy7, cmsy8, cmsy9, cmti10, cmti7, cmti8, cmti9, cmtt10, cmtt8, cmtt9, cmu10\r\n\r\n## Supported Platforms\r\n\r\nYou can use Aspose.TeX for Python via .NET to build any type of a 32-bit or 64-bit Python application for Windows. Python 3.5 or later is supported.\r\n\r\n## Use Python to Obtain Typeset Document from `XPS` Device\r\n\r\nYou can execute the below code snippet to see how Aspose.TeX API performs against your own samples or check the [GitHub Repository](https://github.com/aspose-tex/Aspose.TeX-for-Python-.NET) for other common usage scenarios.\r\n\r\n```python\r\nfrom aspose.tex import *\r\nfrom aspose.tex.io import *\r\nfrom aspose.tex.presentation.image import *\r\nfrom os import path\r\n\r\noptions = TeXOptions.console_app_options(TeXConfig.object_tex())\r\noptions.job_name = \"sample2-1\";\r\noptions.input_working_directory = InputFileSystemDirectory(_inputDirectory)\r\noptions.output_working_directory = OutputFileSystemDirectory(_outputDirectory)\r\noptions.terminal_out = OutputFileTerminal(options.output_working_directory)\r\n\r\nwith open(path.join(_outputDirectory, options.JobName + \".xps\")) as stream:\r\n    TeXJob(\"hello-world\", XpsDevice(stream), options).run()\r\n\r\noptions.terminal_out.writer.write_line()\r\n```\r\n\r\n[Product Page](https://products.aspose.com/tex/python-net/) | [Docs](https://docs.aspose.com/tex/python-net/) | [Demos](https://products.aspose.app/tex/family) | [API Reference](https://reference.aspose.com/tex/python-net/) | [Examples](https://github.com/aspose-tex/Aspose.TeX-for-Python-.NET) | [Blog](https://blog.aspose.com/category/tex/) | [Search](https://search.aspose.com/) | [Free Support](https://forum.aspose.com/c/tex) | [Temporary License](https://purchase.aspose.com/temporary-license/)\r\n",
    "bugtrack_url": null,
    "license": "Other/Proprietary License",
    "summary": "Aspose.TeX for Python via .NET is a library that enables your Python applications to typeset TeX files and obtain output documents in file formats, such as XPS, PDF, JPEG, PNG, TIFF, and BMP. You can configure typesetting preferences to have your desired output design. It also offers numerous embedded fonts available for typesetting. With Aspose.TeX for Python, you can define your own interface for input gathering or choose to accept input from a local directory or from a ZIP archive.",
    "version": "24.3.0",
    "project_urls": {
        "API Reference": "https://reference.aspose.com/tex/python-net/",
        "Blog": "https://blog.aspose.com/categories/aspose.tex-product-family/",
        "Demos": "https://products.aspose.app/tex/family/",
        "Docs": "https://docs.aspose.com/tex/python-net/",
        "Free Support": "https://forum.aspose.com/c/tex/",
        "Homepage": "https://products.aspose.com/tex/python-net/",
        "Temporary License": "https://purchase.aspose.com/temporary-license/"
    },
    "split_keywords": [
        "aspose.tex",
        "aspose.total",
        "conholdate.total",
        "conholdate",
        "aspose",
        "tex",
        "tex-engine",
        "tex-format",
        "latex",
        "latex-python",
        "tex-api",
        "latex-api",
        "latex-to-svg",
        "latex-to-png",
        "latex-to-pdf",
        "tex-to-png",
        "pythom",
        "tex-extension",
        "tex-creator",
        "typesetting",
        "typeset",
        "windows-azure",
        "conversion",
        "component",
        "standard",
        "xps",
        "pdf",
        "jpeg",
        "png",
        "tiff",
        "bmp",
        "assembly",
        "component",
        "library",
        "aspose.total",
        "conholdate",
        "conholdate.total"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4beefdafef40e939fb6a65b744fa314d45c821addfae4e9303bdd6f8ca4bfc5c",
                "md5": "7c6b16693528fc26372eda086d7acc4e",
                "sha256": "248d564505cc8e119ec1e132c3f668892fdb1eeec68cec9c063601cf3f126789"
            },
            "downloads": -1,
            "filename": "aspose_tex_net-24.3.0-py3-none-win32.whl",
            "has_sig": false,
            "md5_digest": "7c6b16693528fc26372eda086d7acc4e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<3.12",
            "size": 44256313,
            "upload_time": "2024-03-15T11:35:57",
            "upload_time_iso_8601": "2024-03-15T11:35:57.979519Z",
            "url": "https://files.pythonhosted.org/packages/4b/ee/fdafef40e939fb6a65b744fa314d45c821addfae4e9303bdd6f8ca4bfc5c/aspose_tex_net-24.3.0-py3-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "648444a3def476d622b667a21e0cf331cfaa2aa9a5471d84416a2081875bd282",
                "md5": "e41d422b8300d79af21b7e7c69979256",
                "sha256": "c65fd0bab140c1a6f40158211872341a35c2056c0fd3169982b9f70eb9ce508e"
            },
            "downloads": -1,
            "filename": "aspose_tex_net-24.3.0-py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e41d422b8300d79af21b7e7c69979256",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<3.12",
            "size": 48824318,
            "upload_time": "2024-03-15T11:36:02",
            "upload_time_iso_8601": "2024-03-15T11:36:02.919596Z",
            "url": "https://files.pythonhosted.org/packages/64/84/44a3def476d622b667a21e0cf331cfaa2aa9a5471d84416a2081875bd282/aspose_tex_net-24.3.0-py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 11:35:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aspose-tex-net"
}
        
Elapsed time: 0.20709s