<div id="adobe-dc-view"></div>
<script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script>
<script type="text/javascript">
	document.addEventListener("adobe_dc_view_sdk.ready", function(){ 
		var adobeDCView = new AdobeDC.View({clientId: "5f8da39610c04c01b0c38d42189adf89", divId: "adobe-dc-view"});
		adobeDCView.previewFile({
			content:{location: {url: "http://tillywood.net/wp-content/uploads/2026/02/TillerWaterRightReports-TES.pdf"}},
			metaData:{fileName: "TillerWaterRightReports-TES.pdf"}
		}, {});
	});
</script>