Export a board to PDF, one page per area or the whole board on one page - #97
Merged
Conversation
Phase of docs/export.md squashed onto its base after the previous phase merged; the tree is unchanged. Co-Authored-By: Claude Fable 5.1 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Phase E2 of docs/export.md, on top of the PowerPoint export merged in #92. A deck suits a presenter; a PDF suits an attendee who wants to read, print, or zoom, and PDF has the one freedom a slide lacks: a page of any size. Replaces #93, which GitHub closed when its base branch was deleted after the merge.
What it does
Where the code is
SQLBI.Whiteboard.Export/PdfDocumentWriter.csoverPdfSharp6.2.4 (MIT, managed-only, per decision 21). Fonts are read from the Windows fonts folder through a small resolver, since PDFsharp's Core build brings none.ExportSettingsgains the format, page size, and footer;BoardExporterbranches on the format and renders the poster larger; the dialog gains the PDF controls.The smaller calls are listed under E2 in docs/export-decisions.md; decision 26 is updated, and the 1.3.0 release notes gain their PDF entry.
🤖 Generated with Claude Code