일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- awsglue
- mac user
- 테라폼조건문
- data개념
- mac(user)
- pptpdf
- 테라폼함수
- 깃허브기초
- pptxpdf
- terraformazure
- (user)없애기
- azureterraform
- pythonpptpdf
- terraform
- t101
- 테라폼스터디
- 가시다스터디
- githubbasic
- pptpdf로변환
- cidrhost로EC2의ENI에10개의ip를 장착
- t103
- macterminal(user)
- aws
- 테라폼상태
- 테라폼조건식
- terraform_data
- Azure
- awsworkshop
- azureresource
- (user)terminal
Archives
- Today
- Total
목록pythonpptpdf (1)
fullmoon's bright IT blog
[python] ppt에서 pdf 변환 코드 작성하기(수정)
ppt만들다가 맨날 다른이름으로 저장하거나 내보내기가 너무 귀찮다 귀찮으면 코드로 짜는게 좋다 ppt에서 pdf 코드를 찾는다면 가져다 쓰삼 ! 1. comtypes 모듈은 COM (Component Object Model) 객체와 상호 작용하기 위한 Python 라이브러리로 설치하기 pip install comtypes 2. pywin32 모듈은 Windows API에 액세스하여 Microsoft Office 프로그램을 제어하니 설치하기 pip install pywin32 3. 변환 코드 import os import comtypes.client # PPTX 파일을 PDF로 변환하는 함수 정의 def convert_pptx_to_pdf(input_pptx, output_pdf): # PowerPoint..
STUDY
2023. 11. 9. 12:14