2a9bbb3fe56a9e8048827e05db0d88ad5b2e49bf
Introduced a new Blazor page `EnvelopeSenderEditorPage.razor` for editing envelopes with an interactive interface. Integrated `DxPdfViewer` for rendering PDFs and added functionality for uploading, viewing, and interacting with PDF files. Key features: - Action bar with buttons for uploading PDFs, toggling signature placement mode, clearing fields, and saving. - Placement mode for adding signature fields via an overlay, with visual placeholders. - JavaScript interop (`envelope-editor.js`) for precise click coordinate mapping. - Error handling for unsupported file types and size limits (50 MB). - Logging for debugging key actions like PDF uploads and field placements. Defined constants for accurate signature field dimensions and scaling. Added models (`SignatureFieldDraft`, `OverlayCoords`) to manage state and interactions.
Description
No description provided
Languages
JavaScript
86%
C#
6.9%
HTML
2.8%
Visual Basic .NET
2.7%
CSS
1.2%
Other
0.4%