Aspose.PDF for Python via .NET - PDF Conversion API
Export PDF to Microsoft Office® Word, Excel, PowerPoint Presentations, Images, HTML and fixed-layout formats
Overview
Aspose.PDF for Python via .NET library is pretty handy for developers who need to work with PDFs and other document types.
- PDF to Word: You can easily convert PDFs to Word documents using the Save method. If you need to tweak things like line spacing or image resolution, there’s a DocSaveOptions class for that.
- PDF to Excel and PowerPoint: The library lets you convert PDFs to Excel files with the ExcelSaveOptions class, which has options for customizing the output. You can also turn PDF pages into PowerPoint slides with selectable text or images using the PptxSaveOptions class.
- PDF to HTML and Images: You can save PDFs as HTML with embedded resources, and there’s a HtmlSaveOptions class to manage images and pagination. Plus, you can convert PDF pages into various image formats like PNG and JPEG, adjusting resolution settings as needed.