PPT
PPTX
ODP
POT
ppsx
ODP
Khóa hoặc bảo vệ bằng mật khẩu ODP bằng Python
Xây dựng ứng dụng Python của riêng bạn để bảo vệ tệp bản trình bày bằng API phía máy chủ.
Bảo vệ Bản trình bày ODP qua Python
Sử dụng Aspose.Slides for Python via .NET, bạn có thể bảo vệ bản trình bày ODP của mình khỏi bị mở hoặc sửa đổi bằng cách đặt mật khẩu. Sau đó, để mở hoặc sửa đổi bản trình bày bị khóa, người dùng phải cung cấp mật khẩu.
Mã hóa Bản trình bày ODP bằng Python
import aspose.slides as slides
with slides.Presentation("pres.odp") as pres:
pres.protection_manager.encrypt("123123")
pres.save("encrypted-pres.odp", slides.export.SaveFormat.ODP)
Đặt tính năng Chống ghi cho Bản trình bày ODP bằng Python
import aspose.slides as slides
with slides.Presentation("pres.odp") as pres:
pres.protection_manager.set_write_protection("123123")
pres.save("write-protected-pres.odp", slides.export.SaveFormat.ODP)
Cách bảo vệ bằng mật khẩu ODP qua Python
Đây là các bước để Bảo vệ tệp ODP.
Tải ODP với phiên bản Trình bày
Bảo vệ bài thuyết trình bằng lớp ProtectionManager
Lưu kết quả ở định dạng ODP