Product Page | Docs | Demos | API Reference | Blog | Search | Free Support | Temporary License
GroupDocs.Viewer for Python via .NET is a document rendering API that renders 170+ file formats — DOCX, PDF, XLSX, PPTX, CAD, email, archives, and more — to HTML, PDF, PNG, or JPEG.
- 170+ Formats: Render Microsoft Office, PDF, HTML, CAD, email, archives, images, and many more formats.
- Multiple Output Formats: Render documents to HTML, PDF, PNG, and JPEG.
- Embedded or External Resources: Produce self-contained HTML pages or HTML with separate CSS, fonts, and images.
- Document Inspection: Retrieve format, page count, and attachments without rendering.
- Password-Protected Documents: Render protected files with per-format LoadOptions.
- On-Premise: No cloud or internet connection required.
GroupDocs.Viewer for Python via .NET supports a wide range of file formats, including Word, Excel, PowerPoint, PDF, OpenDocument, Image, Email, and many others. See the full list of supported formats for details.
-
Set Up Environment: Ensure that Python 3.9+ is installed on your system.
-
Get the Code: Clone or download this repository.
git clone git@github.com:groupdocs-viewer/GroupDocs.Viewer-for-Python-via-.NET.git
-
Navigate to the
ExamplesFoldercd ./GroupDocs.Viewer-for-Python-via-.NET/Examples -
Install Package: To install the package, run
pip install -r requirements.txt. We typically keep the package up to date with the latest version. If you need to use a different package version, you can update the requirements.txt file accordingly.Alternatively, you can download the
whlfile for your operating system from the official GroupDocs Releases website. To install the package manually, copy the whl file to theExamplesdirectory and run the following command:pip install ./groupdocs-viewer-net-*.whl -
Configure License (Optional): If you have a license file, you can set the license path in the
run_all_examples.pyfile. By default, GroupDocs.Viewer for Python via .NET checks for theGROUPDOCS_LIC_PATHenvironment variable or looks for files with the.licextension in the project's root directory. You can also get a temporary license to test all the features. -
Run the Examples: To run all the examples, execute the following command:
python ./run_all_examples.py
You can also run individual examples by navigating to the folder containing the example script and running it. Output files are placed in the same folder as the script file.
Find additional details and examples in the GroupDocs.Viewer for Python via .NET documentation.
We also offer GroupDocs.Viewer packages for other platforms:
Product Page | Docs | Demos | API Reference | Blog | Search | Free Support | Temporary License
