I had a requirement in that pdf needs to be open in new tab but download should be restricted for some users.
I've came across few third packages on react none worked out well even rendering pdf file even If I can I need to have a provision to open pdf file or docs or excel. Help me out! Thanks in advance!
To open pdf in new tab:
Then use some conditional logic in the component to disable download if the user is not authenticated.