Add page-by-page preview in the GUI after building #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
After building a songbook PDF, users have no way to preview the result within the application. They must open the PDF externally to check the layout. This makes the edit-build-review cycle slow and cumbersome.
Add a page-by-page preview panel to the GUI that shows a visual representation of each page after a successful build. This gives users immediate feedback on layout, overflow issues, and page arrangement before they open the final PDF.
Acceptance Criteria
Implementation Hints
PDFRenderer) to convert pages to imagesguimodule for PDF-to-image conversionImagecomposable with navigation controls