تحويل Excel إلى Pdf في جايثون
Contents
[
Hide
]
Aspose.Cells - تحويل Excel إلى PDF
لإلحاق المستندات باستخدامAspose.Cells Java لـ Jython. هنا يمكنك أن ترى رمز المثال.
كود جايثون
from aspose-cells import Settings
from com.aspose.cells import Workbook
from com.aspose.cells import SaveFormat
class Excel2PdfConversion:
def __init__(self):
dataDir = Settings.dataDir + 'WorkingWithFiles/Excel2PdfConversion/'
saveFormat = SaveFormat
workbook = Workbook(dataDir + "Book1.xls")
#Save the document in PDF format
workbook.save(dataDir + "OutBook1.pdf", saveFormat.PDF)
# Print message
print "\n Excel to PDF conversion performed successfully."
if __name__ == '__main__':
Excel2PdfConversion()
قم بتنزيل كود التشغيل
تحميل**إرفاق المستندات (Aspose.Cells)**من أي من مواقع الترميز الاجتماعي المذكورة أدناه: