https://bugs.documentfoundation.org/show_bug.cgi?id=160714
--- Comment #8 from Patrick Luby (volunteer) <[email protected]> --- I think I found a possible cause for this bug: rotating the PDF. I found the following lines in the PDF embedded in your document: 51 0 obj << /Type /Page /Parent 4 0 R /MediaBox [ 0 0 595 842] /CropBox [ 20 255 407 822] /Rotate 90 /Resources 5 0 R /Contents 52 0 R >> endobj I'll have to walk through LibreOffice's export to PDF code but I am guessing that the PDF contents are supposed to be rotated using the /CropBox values but LibreOffice is using some other values (maybe the /MediaBox?). I will post again when I have some news to report. -- You are receiving this mail because: You are the assignee for the bug.
