Hello,
I'm working in a project build with React in the client-side and Nodejs / Express on the server-side.
I tried to use the React Pdf Viewer component to visualize PDF files server by Nodejs served. But I can't make it work.
I followed the examples of .Net servers provided and I realized that I have to implement /Load /BookMarks /RenderPdfPages... etc in my API. But it's not clear what I have to code in order to answer those requests. In .NET PdfRender object does all the magic.
My questions are:
Do I have to code all the possible requests?
How do I have to answer each one?
An finally and most important.
Is there any example in Nodejs / Express I can follow?
Thank you in advance for your help.
Best regards.