-
Has anyone tried to do server-side rendering with NextJS 13.x.x? Current stack:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
@ystewart it works with the pages API (renderToStream and send the stream back in the response). I haven't tried with the new app router, so can't comment on that. |
Beta Was this translation helpful? Give feedback.
-
I have the same question. Are there examples of videos of how to use ReactPDF/renderer with the NextJS 13+ app router? |
Beta Was this translation helpful? Give feedback.
-
The official project site uses NextJS 13. You can find the source code here in https://github.com/diegomura/react-pdf-site |
Beta Was this translation helpful? Give feedback.
-
I am using next14 with node v23. Able to use react-pdf to generate pdf from server side. But i am facing issue in font registartion to use fontWeight and fontStyle. It would be grateful if I get the solution for this to make the fontWeight used on Text. `Font.register({ header: { |
Beta Was this translation helpful? Give feedback.
The official project site uses NextJS 13. You can find the source code here in https://github.com/diegomura/react-pdf-site