79663240

Date: 2025-06-12 09:27:37
Score: 1
Natty:
Report link

Its really simple at this point , if you have your blob.

1. Extract url from blob

const url = URL.createObjectURL(blob);

2. Render using Viewer or <IFrame/>

import { Viewer } from '@react-pdf-viewer/core';

<Viewer fileUrl={url} defaultScale={1} />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: harsh sharma