Last active
May 24, 2020 03:48
-
-
Save kmrobin/2c0b39362519af1e5cd33c352d08a929 to your computer and use it in GitHub Desktop.
AEM PDF Search & Preview (HTL)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- An Example snippet for AEM PDF Search & Preview Component --> | |
<div class="col-md-3 left-div"> | |
<div data-sly-resource="${'search' @ resourceType='foundation/components/search'}"></div> | |
</div> | |
<div class="col-md-9 right-div" id="adobe-dc-view">Select a result to preview the PDF here</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment