<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
Dear pdfTeX experts,<br>
<br>
I'd like to report a possible bug in pdflatex:<br>
<br>
Usually, I set the PDF boxes with <br>
<br>
<font face="monospace">\pdfpageattr{<br>
/MediaBox [0 0 617.9528 286.2992]^^J<br>
/BleedBox [0 0 617.9528 286.2992]^^J<br>
/CropBox [11.3386 11.3386 606.6142 274.9606]^^J<br>
/TrimBox [11.3386 11.3386 606.6142 274.9606]<br>
}<br>
</font><br>
This work correctly.<br>
<br>
But if I add a background image using the wallpaper package, the PDF
file contains a second set of boxes:<br>
<br>
<font face="monospace">/Type /Page<br>
/Contents 8 0 R<br>
/Resources 6 0 R<br>
/MediaBox [0 0 617.9528 286.2992]<br>
/BleedBox [0 0 617.9528 286.2992]<br>
/CropBox [11.3386 11.3386 606.6142 274.9606]<br>
/TrimBox [11.3386 11.3386 606.6142 274.9606]<br>
/Parent 13 0 R<br>
</font> <br>
... some stuff ...<br>
<br>
<font face="monospace">/Type /Pages<br>
/Count 1<br>
/Kids [7 0 R]<br>
/MediaBox[0 0 617.95123 286.29851]<br>
/BleedBox[0 0 617.95123 286.29851]<br>
/CropBox[0 0 617.95123 286.29851]<br>
/TrimBox[25 20 592.95123 266.29851]<br>
>><br>
endobj<br>
</font><br>
<br>
<div class="moz-signature">To my knowledge the second set of boxes
within the same document is an error and should be suppressed when
a explicit \pdfpageattr{…} is given.<br>
<br>
If this is my fault, could you hint me on how to avoid this?<br>
<br>
Many thanks & <br>
<br>
Best regards<br>
<br>
Michael Altmann<br>
Nahestraße 2<br>
55118 Mainz<br>
<br>
Telefon: (0 61 31) 892 91 82<br>
Telefax: (0 61 31) 892 91 85<br>
E-Mail: <a href="mailto:ma@aie.de?Subject=Antwort">ma@aie.de</a><br>
</div>
</body>
</html>