Browse Source

DIV-1198 - Blank pages in PDFs #2

pull/172/head
Michael Olund 5 years ago
parent
commit
8ab860b797
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/templates/pdf/images_to_pdf.html

+ 1
- 1
edivorce/apps/core/templates/pdf/images_to_pdf.html View File

@ -29,7 +29,7 @@
<body>
<div class="print-wrapper">
{% for image in images %}
<img src="{{ image_root }}/api/documents/{{ image.file }}/{{ image.rotation }}/" style="max-width: 100%; max-height: 26.9cm;">
<img src="{{ image_root }}/api/documents/{{ image.file }}/{{ image.rotation }}/" style="max-width: 20.6cm; max-height: 26.9cm;">
{% if not forloop.last %}
<p style="page-break-before: always" ></p>
{% endif %}


Loading…
Cancel
Save