Skip to content

LoadPdfAsync #65

@aciechomski

Description

@aciechomski
var base64FileString = await attachmentFileService.GetBase64String(new(AttachmentId));
await pdfViewer.LoadPdfAsync(base64FileString);

Error:
Uncaught (in promise) Error: Cannot use the same canvas during multiple render() operations. Use different canvas or ensure previous operations were cancelled or completed.
at _InternalRenderTask.initializeGraphics (blazorpdf.min.js:2:281676)
at blazorpdf.min.js:2:253373

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions