PDF파일을 불러와 해당 파일에서 쓰인 폰트를 알려주는 파이썬 프로그램.

font.py
0.00MB

 

PDF파일을 불러와 해당 파일에서 쓰인 폰트를 알려주는 파이썬 프로그램. 

이 파이썬 프로그램을 실행시키고 PDF파일을 선택하면 해당 PDF파일에서 쓰인 폰트 정보가 나온다. 웹에 게시하였을 경우 문제가 될 수 있는 폰트는 경고 메시지가 출력된다. 

해당폰트는 소스 4번째 줄 배열에 추가 및 삭제하여 쓸 수 있다. 

이 프로그램 사용을 위해 특정 모듈을 pip와 같은 방법으로 별도 설치해야할 수 있다. 

 

Python program that loads a PDF file and tells you which fonts were written in them.

When you run this Python program and select a PDF file, the font information written in that PDF file is displayed. If posted on the web, a warning message is output for fonts that can be a problem.

The font may be added to and deleted from the source fourth line array.

For the use of this program, a specific module may need to be installed separately in the same way as the pip.

반응형