-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adobe pdf viewer integration #966
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but can you add info in the DEVELOPMENT.md
file about adding the API key in the .env
file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is almost good to go, I'm just thinking because this will be in the front-end, we don't care about encoding the API key.
So we will get one and just add it to this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cheers !
Description
You can view the PDF in Document.vue
Screen.Recording.2023-04-05.at.3.35.49.PM.mov
Followed this and related articles: https://www.raymondcamden.com/2022/09/30/using-the-adobe-pdf-embed-api-with-vue-3