Skip to content

feat(editor): add PDF viewer - #2764

Merged
wsp1911 merged 1 commit into
GCWing:1.0.0-explorefrom
wsp1911:1.0-dev
Sep 3, 2026
Merged

feat(editor): add PDF viewer#2764
wsp1911 merged 1 commit into
GCWing:1.0.0-explorefrom
wsp1911:1.0-dev

Conversation

@wsp1911

@wsp1911 wsp1911 commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Add integrated PDF viewing across desktop and web surfaces.

  • Read exact file bytes for reliable base64 PDF loading
  • Route PDF files to a lazy-loaded pdf.js viewer
  • Support continuous scrolling and nearby-page rendering
  • Add selectable text with PDF copy-permission handling
  • Add page navigation, zoom presets, wheel zoom, and rotation
  • Double-buffer canvas and text rendering to prevent flashing
  • Add appearance contracts, localized labels, and regression tests

Add integrated PDF viewing across desktop and web surfaces.

- Read exact file bytes for reliable base64 PDF loading
- Route PDF files to a lazy-loaded pdf.js viewer
- Support continuous scrolling and nearby-page rendering
- Add selectable text with PDF copy-permission handling
- Add page navigation, zoom presets, wheel zoom, and rotation
- Double-buffer canvas and text rendering to prevent flashing
- Add appearance contracts, localized labels, and regression tests
@wsp1911
wsp1911 merged commit 60034a3 into GCWing:1.0.0-explore Sep 3, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant