http://bugzilla.opensuse.org/show_bug.cgi?id=908624 Johannes Meixner <jsmeix@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Hardware|x86-64 |All Found By|--- |Community User Resolution|--- |INVALID Summary|printing of certain pdf |okular: printing of certain |files does not work correct |PDF files does not work | |(works via "lpr" command) --- Comment #9 from Johannes Meixner <jsmeix@suse.com> --- When you print with okular in openSUSE 13.1 okular sets the following printing options according to your error_log_13.1.txt (excerpt): ------------------------------------------------------------------------------ D [05/Dec/2014:13:12:06 +0100] [Job 2] argv[5]="noCollate finishings=3 media=Letter number-up=1 outputorder=normal portrait sides=one-sided ... PageSize=Letter" ------------------------------------------------------------------------------ and when you print with okular in openSUSE 13.2 okular sets the following printing options according to your error_log_13.2.txt (excerpt): ------------------------------------------------------------------------------ D [05/Dec/2014:11:27:32 +0100] [Job 10] argv[5]="noCollate finishings=3 fit-to-page media=A4 number-up=1 outputorder=normal page-bottom=10 page-left=10 page-right=10 page-top=10 portrait sides=one-sided ... PageSize=A4" ------------------------------------------------------------------------------ The difference is: On 13.1: ------------------------------------------------------------------------------ media=Letter PageSize=Letter ------------------------------------------------------------------------------ On 13.2: ------------------------------------------------------------------------------ fit-to-page media=A4 page-bottom=10 page-left=10 page-right=10 page-top=10 PageSize=A4 ------------------------------------------------------------------------------ See http://cups.org/documentation.php/doc-1.5/options.html for the CUPS printing options. Regarding whether or not the CUPS printing option fit-to-page works, see http://cups.org/documentation.php/doc-1.5/options.html ------------------------------------------------------------------------------ Scaling to Fit The -o fit-to-page option specifies that the document should be scaled to fit on the page: lp -o fit-to-page filename lpr -o fit-to-page filename The default is to use the size specified in the file. This feature depends upon an accurate size in the print file. If no size is given in the file, the page may be scaled incorrectly! ------------------------------------------------------------------------------ Perhaps printing of certain PDF files from okular does not work correct when there is no accurate size in the PDF file? First try if it works when you adjust your print option settings in okular for openSUSE 13.2. If there are no print option settings in okular that make it printout correctly for openSUSE 13.2 then please submit a new bug report for okular on openSUSE 13.2. Because printing with lpr works it is no bug in the printing system. Accordingly I resolve this issue as "invaild" (you can still add comments even when an issue is already resolved). -- You are receiving this mail because: You are on the CC list for the bug.