- PDF내 주석을 일괄삭제합니다
Delete All annotation in PDF - PDF수정보호(자물쇠) 상태를 해제합니다
Remove Lock status in PDF(Read Protected)
- “Pick File” 버튼을 눌러, 주석제거 또는 암호해제할 pdf 파일을 선택합니다.
Select the PDF file with "Pick File" button - 암호해제 기능과 주석제거 기능 중 원하는 기능을 선택합니다.
Select a function with Button selection - “Submit” 버튼을 눌러 작업을 실행합니다
Run progress with "Submit" button
poetry install
poetry shell
poetry run python PDFtools-tk.py
auto-py-to-exe
pyinstaller -F --noconfirm --onefile --windowed --icon "D:/repo/PDF-tools-noannot-unpw-py/icon.ico" --name "PDFtools_noAnnot" --additional-hooks-dir=. "D:/repo/PDF-tools-noannot-unpw-py/PDFtools-tk.py"
to use pyinstaller with tkinterdnd2 need addtional hook file(hook-tkinterdnd2.py) at root folder https://github.com/Eliav2/tkinterdnd2