mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
remove huey
This commit is contained in:
5
archivebox/plugins/pdf/templates/embed.html
Normal file
5
archivebox/plugins/pdf/templates/embed.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<!-- PDF embed - full PDF viewer -->
|
||||
<embed src="{{ output_path }}#toolbar=1&navpanes=1"
|
||||
type="application/pdf"
|
||||
class="extractor-embed pdf-embed"
|
||||
style="width: 100%; height: 100%; min-height: 500px;">
|
||||
5
archivebox/plugins/pdf/templates/fullscreen.html
Normal file
5
archivebox/plugins/pdf/templates/fullscreen.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<!-- PDF fullscreen - full PDF viewer -->
|
||||
<embed src="{{ output_path }}#toolbar=1&navpanes=1&view=FitH"
|
||||
type="application/pdf"
|
||||
class="extractor-fullscreen pdf-fullscreen"
|
||||
style="width: 100%; height: 100vh;">
|
||||
1
archivebox/plugins/pdf/templates/icon.html
Normal file
1
archivebox/plugins/pdf/templates/icon.html
Normal file
@@ -0,0 +1 @@
|
||||
📄
|
||||
6
archivebox/plugins/pdf/templates/thumbnail.html
Normal file
6
archivebox/plugins/pdf/templates/thumbnail.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<!-- PDF thumbnail - shows first page preview -->
|
||||
<div class="extractor-thumbnail pdf-thumbnail" style="width: 100%; height: 100px; overflow: hidden; background: #f5f5f5;">
|
||||
<embed src="{{ output_path }}#toolbar=0&navpanes=0&scrollbar=0&page=1&view=FitH"
|
||||
type="application/pdf"
|
||||
style="width: 100%; height: 200px; margin-top: -20px; pointer-events: none;">
|
||||
</div>
|
||||
Reference in New Issue
Block a user