Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I ran into the same problem.</p> <p>I have several PDFs where the content of the PDF, that is text and images, go very near the PDFs border but still the print dialogue Preview/Acrobat suggests printing it in 100% scaling, thus cutting off the contents which aren't printable because of the printers natural margins.</p> <p>Creating any PDF in Pages for example results in a PDF which is printed in 100% scaling by default.</p> <p>However if I create a PDF using TCPDF which is related to FPDF than the printer dialog suggests to scale it in order to fit the page.</p> <p>My suspicion is that the way the PDF is created is different. I suspect that Pages and other tools create separate layers and they are then handeled differently, possibly by a flag or something.</p> <p>I compared the readable parts of my two PDF-Files and did come accross some differences, especially on how the documents begin. My knowledge of the PDF-Sources is, however very limited, so I can only guess what needs to change. Is there a PDF-Reference where it is stated how to control the printable objects/areas?</p> <p>Here the content of a minimal PDF which will be printed without scaling:</p> <pre><code>%PDF-1.4 1 0 obj &lt;&lt; /Type /Catalog /Outlines 2 0 R /Pages 3 0 R &gt;&gt; endobj 2 0 obj &lt;&lt; /Type /Outlines /Count 0 &gt;&gt; endobj 3 0 obj &lt;&lt; /Type /Pages /Kids [4 0 R] /Count 1 &gt;&gt; endobj 4 0 obj &lt;&lt; /Type /Page /Parent 3 0 R /MediaBox [0 0 595 842] /Contents 5 0 R /Resources &lt;&lt; /ProcSet 6 0 R /Font &lt;&lt; /F1 7 0 R &gt;&gt; &gt;&gt; &gt;&gt; endobj 5 0 obj &lt;&lt; /Length 73 &gt;&gt; stream BT /F1 24 Tf 100 100 Td (Hello World) Tj ET endstream endobj 6 0 obj [ /PDF /Text ] endobj 7 0 obj &lt;&lt; /Type /Font /Subtype /Type1 /Name /F1 /BaseFont /Helvetica /Encoding /MacRomanEncoding &gt;&gt; endobj xref 0 8 0000000000 65535 f 0000000009 00000 n 0000000074 00000 n 0000000120 00000 n 0000000179 00000 n 0000000364 00000 n 0000000466 00000 n 0000000496 00000 n trailer &lt;&lt; /Size 8 /Root 1 0 R &gt;&gt; startxref 625 %%EOF </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload