PyInstaller ビルド手順まとめ

pip install pyinstaller

pyi-makespec --windowed --name PDFAnnotator pdf_annotator_final.py

# .specファイルを開き、以下を hiddenimports に追加
hiddenimports=['PySide6.QtSvg', 'PySide6.QtOpenGLWidgets'],

pyinstaller pdf_annotator_final.spec
# または
pyinstaller PDFAnnotator.spec

# distフォルダの中に完成した実行ファイルが格納されます。




    

/file フォルダ内のファイルリンク

PDFアノテーションツール 機能一覧

基本機能

アノテーション機能

Undo / Redo

表示カスタマイズ

入出力機能

その他

✨ おすすめの追加機能一覧(優先度順)

1. アノテーションの種類の追加

2. アノテーション一覧(テーブル)の機能強化

3. テキスト関連機能

4. UI/UXの改善

5. 高度な機能