Skip to content

Instantly share code, notes, and snippets.

@kmrobin
Last active May 24, 2020 03:48
Show Gist options
  • Save kmrobin/2c0b39362519af1e5cd33c352d08a929 to your computer and use it in GitHub Desktop.
Save kmrobin/2c0b39362519af1e5cd33c352d08a929 to your computer and use it in GitHub Desktop.
AEM PDF Search & Preview (HTL)
<!-- 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