Multiple viewer side by side #2926
Unanswered
ZeroRex0126
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Sounds like a CSS problem. FWIW, the source code of the side-by-side demo is here: https://github.com/stephanrauh/extended-pdf-viewer-showcase/tree/main/src/app/extended-pdf-viewer/side-by-side and here: https://github.com/stephanrauh/extended-pdf-viewer-showcase/tree/main/src/app/extended-pdf-viewer/iframe Close the repository to see the two PDF files in action. After that, you can compare my approach with your approach. Usually, this allows you to find the difference quickly. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day, I would like to find out if there is a way to display multiple viewers side by side. This use case involves comparing two different documents. I have the following :
But this is the result:
I have tried using an Iframe approach, but that doesn't work either, causing the buttons to be everywhere and extremely huge. some guidance or code snippet will be helpful
Beta Was this translation helpful? Give feedback.
All reactions