feat: add page-by-page preview in the GUI after building (Closes #18) #21

Merged
shahondin1624 merged 1 commits from feature/issue-18-page-by-page-preview-gui into main 2026-03-17 14:25:13 +01:00

1 Commits

Author SHA1 Message Date
shahondin1624
c0f5d62936 feat: add page-by-page preview in the GUI after building (Closes #18)
Add a PDF preview panel using Apache PDFBox that appears automatically
after a successful build. Users can navigate pages with prev/next buttons,
see the current page count, and toggle the preview on/off. Pages are
rendered lazily on IO threads to keep the GUI responsive.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 14:24:46 +01:00