SIERRA Posted August 6, 2024 Posted August 6, 2024 Hi, How to display PDF document on the website. While displaying the document, we should not provide provision to download or print the document. Please suggest any plugin.
Sanyaissues Posted August 7, 2024 Posted August 7, 2024 If you want to embed the PDF avoiding the browser's native PDF viewer you can use a third party service like smallPDF (easy way), or you can parse your own PDF and use your own viewer with something like PDF.js. You can even provide the document as Base64 instead of providing a PDF file (ninja way).
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now