{#if isPdf} {:else if isImage} {:else} {/if}

{document.title}

{document.file_name} ยท {formatFileSize(document.file_size)}

{#if isImage}
{zoom}%
{/if}
{#if isLoading && !isImage && !isPdf}
{:else if loadError}

Unable to load preview

{:else if isPdf} {:else if isImage}
{document.title} isLoading = false} onerror={() => { loadError = true; isLoading = false; }} />
{:else if isText && textContent !== null}
{textContent}
{:else if isOffice}

Office documents cannot be previewed directly

Download the file to view it in Microsoft Office or compatible application

{:else}

Preview not available for this file type

{/if}