---
title: "Nutrient Python SDK conversion guides"
canonical_url: "https://www.nutrient.io/guides/python/conversion/"
md_url: "https://www.nutrient.io/guides/python/conversion.md"
last_updated: "2026-05-23T00:08:18.139Z"
description: "Learn how to use Nutrient Python SDK to convert documents to and from PDF, Word, Excel, PowerPoint, HTML, and more."
---

# Nutrient Python SDK conversion guides

Nutrient Python SDK enables you to convert documents between various formats, including PDF, Word, Excel, PowerPoint, and HTML. These guides provide step-by-step instructions on how to perform different types of document conversions using the SDK.

- [PDF to Excel](/guides/python/conversion/pdf-to-excel-document.md)
   Converting PDF documents to Excel format for data analysis using Nutrient Python SDK.

- [PDF to HTML](/guides/python/conversion/pdf-to-html.md)
   Converting PDF documents to HTML format for web publishing using Nutrient Python SDK.

- [PDF to PowerPoint](/guides/python/conversion/pdf-to-powerpoint-document.md)
   Converting PDF documents to PowerPoint presentations for editing and collaboration using Nutrient Python SDK.

- [PDF to Word](/guides/python/conversion/pdf-to-word-document.md)
   Converting a document from PDF to DOCX format using Nutrient Python SDK.

- [PowerPoint to PDF](/guides/python/conversion/powerpoint-document-to-pdf.md)
   Converting a document from PPTX to PDF format using Nutrient Python SDK.

- [Word to PDF](/guides/python/conversion/word-document-to-pdf.md)
   Converting a document from DOCX to PDF format using Nutrient Python SDK.

- [Word to PDF/UA](/guides/python/conversion/word-document-to-pdf-ua.md)
   Converting a document from DOCX to PDF/UA format using Nutrient Python SDK.

- [Word to PDF with comments](/guides/python/conversion/word-document-to-pdf-including-comments.md)
   Learn how to convert Word documents to PDF while preserving all comments and annotations using Nutrient Python SDK with just a few lines of code.

- [Excel to PDF](/guides/python/conversion/excel-document-to-pdf.md)
   Convert Excel spreadsheets to PDF format using Nutrient Python SDK.

- [Markdown to PDF](/guides/python/conversion/markdown-to-pdf.md)
   Convert Markdown to PDF format using Nutrient Python SDK.

- [CAD to PDF](/guides/python/conversion/cad-to-pdf.md)
   Convert CAD files (DWG and DXF) to PDF using Nutrient Python SDK.

- [Email to PDF](/guides/python/conversion/email-to-pdf.md)
   Convert email files (MSG and EML) to PDF using Nutrient Python SDK.

- [Error handling](/guides/python/conversion/error-handling.md)
   Use structured error handling for document workflows with Nutrient Python SDK.

- [PDF to image](/guides/python/conversion/pdf-to-image.md)
   Convert PDF documents to images using Nutrient Python SDK.

- [PDF to Markdown](/guides/python/conversion/pdf-to-markdown.md)
   Convert PDF documents to Markdown format using Nutrient Python SDK.

- [PDF to PDF/A](/guides/python/conversion/pdf-to-pdf-a.md)
   Convert PDF documents to PDF/A format using Nutrient Python SDK.

- [PDF to PDF/UA](/guides/python/conversion/pdf-to-pdf-ua.md)
   Convert PDF documents to PDF/UA format using Nutrient Python SDK.

---

## Related pages

- [Converting a document from XLSX to PDF format](/guides/python/conversion/excel-document-to-pdf.md)
- [Converting email files (MSG/EML) to PDF format](/guides/python/conversion/email-to-pdf.md)
- [Converting CAD files (DWG/DXF) to PDF format](/guides/python/conversion/cad-to-pdf.md)
- [Converting a document from Markdown to PDF format](/guides/python/conversion/markdown-to-pdf.md)
- [Converting PDF documents to Excel format for data analysis](/guides/python/conversion/pdf-to-excel-document.md)
- [Handling errors in document processing workflows](/guides/python/conversion/error-handling.md)
- [Converting PDF documents to HTML format for web publishing](/guides/python/conversion/pdf-to-html.md)
- [Converting PDF documents to Markdown format](/guides/python/conversion/pdf-to-markdown.md)
- [Converting PDF documents to PDF/A format](/guides/python/conversion/pdf-to-pdf-a.md)
- [Converting PDF documents to PowerPoint presentations](/guides/python/conversion/pdf-to-powerpoint-document.md)
- [Converting PDF documents to image format](/guides/python/conversion/pdf-to-image.md)
- [Converting a document from PPTX to PDF format](/guides/python/conversion/powerpoint-document-to-pdf.md)
- [Converting PDF documents to PDF/UA format](/guides/python/conversion/pdf-to-pdf-ua.md)
- [Converting a Word document to PDF while preserving comments](/guides/python/conversion/word-document-to-pdf-including-comments.md)
- [Converting a document from DOCX to PDF/UA format](/guides/python/conversion/word-document-to-pdf-ua.md)
- [Converting a document from PDF to DOCX format](/guides/python/conversion/pdf-to-word-document.md)
- [Converting a document from DOCX to PDF format](/guides/python/conversion/word-document-to-pdf.md)

