← Back to App Hub

PDF Tool

PDF merge, extract, split. No install needed, 100% local processing. KO/EN/JA.

PythonCustomTkinter
Open GitHub

Overview

A small desktop tool for the three PDF tasks people actually do every day: merge, extract pages, and split. Everything runs on your own machine, nothing is uploaded, and the interface is available in Korean, English, and Japanese.

Features

  • Merge: Combine multiple PDF files into a single document with drag-and-drop reordering.
  • Extract: Pull specific page ranges out of a PDF into a new file.
  • Split: Break a PDF into individual pages or custom page-range chunks.
  • 100% local: All processing happens on your machine. No files are uploaded anywhere.
  • Trilingual UI: Interface available in Korean, English, and Japanese.

Download

Get the standalone executable from GitHub Releases. No Python installation is required for end users. Source code and build notes live in the GitHub repository.

Tech

Built with Python and CustomTkinter for a modern native-looking GUI. Uses PyPDF2 under the hood for all PDF manipulation. Packaged as a standalone executable via PyInstaller so no Python installation is required for end users.

개요

매일 실제로 쓰는 PDF 작업 세 가지에 집중한 작은 데스크톱 도구입니다: 병합, 페이지 추출, 분할. 모든 처리는 사용자 컴퓨터에서 이루어지며, 어떤 파일도 업로드되지 않습니다. UI는 한국어, 영어, 일본어를 지원합니다.

기능

  • 병합: 여러 PDF 파일을 드래그 앤 드롭으로 순서를 바꿔가며 하나의 문서로 합칩니다.
  • 추출: 특정 페이지 범위만 골라 새 PDF로 만듭니다.
  • 분할: PDF를 낱장 또는 사용자 지정 범위로 잘라냅니다.
  • 100% 로컬: 모든 처리가 사용자 PC에서 수행됩니다. 어디로도 파일을 업로드하지 않습니다.
  • 3개 언어 UI: 한국어, 영어, 일본어 인터페이스를 제공합니다.

다운로드

GitHub Releases에서 단독 실행 파일을 받을 수 있습니다. 사용자는 Python을 설치할 필요가 없습니다. 소스 코드와 빌드 안내는 GitHub 저장소에 있습니다.

기술

Python과 CustomTkinter로 만든 네이티브 느낌의 모던 GUI입니다. 내부적으로는 PyPDF2를 사용해 PDF를 다루며, PyInstaller로 단일 실행 파일로 패키징되어 사용자가 별도의 Python 설치 없이 바로 사용할 수 있습니다.

概要

毎日よく使うPDF作業3つ(結合、ページ抽出、分割)に絞った小さなデスクトップツールです。すべての処理は端末上で行われ、ファイルがアップロードされることはありません。UIは韓国語、英語、日本語に対応しています。

機能

  • 結合: 複数のPDFをドラッグ&ドロップで並び替えながら1つにまとめます。
  • 抽出: 特定のページ範囲だけを取り出して新しいPDFを作ります。
  • 分割: PDFをページごと、または指定範囲ごとに分割します。
  • 100%ローカル: すべての処理は端末上で完結します。ファイルがどこかに送信されることはありません。
  • 3言語UI: 韓国語、英語、日本語のインターフェースを提供します。

ダウンロード

GitHub Releasesから単体実行ファイルを取得できます。利用者側にPythonをインストールする必要はありません。ソースコードとビルドガイドはGitHubリポジトリにあります。

技術

PythonとCustomTkinterで作られた、ネイティブ風のモダンなGUIです。内部ではPyPDF2を使ってPDFを操作し、PyInstallerで単体実行ファイルとしてパッケージングしているため、利用者はPythonを別途インストールする必要がありません。