{% if file.pdf.Info.Creator %}
| Creator |
{{file.pdf.Info.Creator}} |
{% endif %}
{% if file.pdf.Info.Producer %}
| Producer |
{{file.pdf.Info.Producer}} |
{% endif %}
{% if file.pdf.Info.Author %}
| Author |
{{file.pdf.Info.Author}} |
{% endif %}
| Total Entropy |
{{file.pdf.Info|getkey:"Total Entropy"}} |
| Entropy In Streams |
{{file.pdf.Info|getkey:"Entropy In Streams"}} |
| Entropy Out of Streams |
{{file.pdf.Info|getkey:"Entropy Out Streams"}} |
| Count of "%% EOF" |
{{file.pdf.Info|getkey:"Count %% EOF"}} |
| PDF Header |
{{file.pdf.Info|getkey:"PDF Header"}} |
| Data After EOF |
{{file.pdf.Info|getkey:"Data After EOF"}} bytes |
| File Size |
{{file.size}} bytes |
{% if file.pdf.Keywords|getkey:"/Page" %}
| Number of Pages |
{{file.pdf.Keywords|getkey:"/Page"}} |
{% endif %}