Konvertera Excel till PDF-filer i Python
Contents
[
Hide
]
Aspose.Cells - Konvertera Excel till Pdf
För att konvertera Excel till Pdf-fil med Aspose.Cells for Java i Python, anropa helt enkelt excel_till_pdf()-metoden för konverteringsmodulen.
Python Kod
saveFormat = self.SaveFormat
workbook = self.Workbook(self.dataDir + "Book1.xls")
# Save the document in PDF format
workbook.save(self.dataDir + "OutBook1.pdf", saveFormat.PDF)
\# Print message
print "\n Excel to PDF conversion performed successfully."
Ladda ner Running Code
Ladda nerKonvertera Excel till Pdf (Aspose.Cells) från någon av nedan nämnda webbplatser för social kodning: