Bug 286209 - example PDF prints a blank page, prints correctly with evince
Summary: example PDF prints a blank page, prints correctly with evince
Status: RESOLVED UPSTREAM
Alias: None
Product: okular
Classification: Applications
Component: PDF backend (show other bugs)
Version: 0.12.5
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 18:53 UTC by CSights
Modified: 2020-05-08 10:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
test PDf (573.73 KB, application/pdf)
2011-11-09 18:53 UTC, CSights
Details

Note You need to log in before you can comment on or make changes to this bug.
Description CSights 2011-11-09 18:53:02 UTC
Created attachment 65450 [details]
test PDf

Version:           0.12.5 (using KDE 4.6.5) 
OS:                Linux

The attached PDF displays fine in Okular.  However, when I try to print blank pages come out of printer.

Printing with Evince works fine.

Haven't tested with latest Okular.  Debian hasn't packaged it yet.

Reproducible: Always

Steps to Reproduce:
open pdf
print

Actual Results:  
blank pages come out of printer

Expected Results:  
pdf printed on paper

OS: Linux (i686) release 3.1.0
Compiler: gcc
Comment 1 Albert Astals Cid 2011-11-09 19:02:54 UTC
True, poppler PSOutputDev seems to be creating invalid .ps for this file. This is nothing we can fix since we rely on poppler PSOutputDev working correctly, please go to https://bugs.freedesktop.org and report a bug saying that pdftops creates and invalid .ps file for this pdf file.

You can reproduce the problem alone without okular doing:
  pdftops myfile.pdf
  gs myfile.ps

And see how gs complains the .ps file is malformed.