Next.js Discord

Discord Forum

Large Pdf Renders

Unanswered
Curlew Sandpiper posted this in #help-forum
Open in Discord
Curlew SandpiperOP
How can i render large pdf files more than 80mb in my next js application code to display on my front end

1 Reply

@Curlew Sandpiper How can i render large pdf files more than 80mb in my next js application code to display on my front end
<embed class="pdf" 
       src=
"/pdf-stored-in-public-folder.pdf"
    width="800" height="500">

adjust the width and height as you need