설치 | 마찬가지로 zip 문서

시작하기 전에 컴퓨터가 시스템 요구 사항을 충족하는지 확인하십시오.

이 기사에서는 컴퓨터에서 .NET를 통해 Python을 위해 aspose.zip을 설치하는 방법을 설명합니다.

PIP 설치 ASPESS-ZIP

모듈이 설치되면 파이썬 코드에서 사용할 수 있습니다.

1# Import Aspose.Zip for Python via .NET module
2import aspose.zip as az
3
4# Create and save archive with single file
5with az.Archive() as archive:
6	archive.create_entry("entry_name.dat", "input_file.dat")
7	archive.save('my_archive.zip')
Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.