Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
evince
evince
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 679
    • Issues 679
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 29
    • Merge Requests 29
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • evinceevince
  • Issues
  • #92

Closed
Open
Opened Jun 11, 2009 by bugzilla-migration@bugzilla-migrationReporter

Evince should output PDF instead of PostScript when printing

Submitted by Till Kamppeter @till.kamppeter

Link to original bug (#585442)

Description

Please describe the problem: See

http://bugzilla.gnome.org/show_bug.cgi?id=560177

We are changing the printing workflow from PostScript-centric to PDF-centric. PDF has more compact files, allows reliable page management (separate and rearrange pages), color management, transparency, ... So printing gets much improved by not pushing the print jobs through the PostScript bottleneck.

Unfortunately, the fix of the above-mentioned bug report/feature request does not affect evince. evince needs to be modified by itself. But the modification to do is simple. It is only a 2-line-change patch. See

https://bugs.launchpad.net/bugs/258421

for the patch.

Perhaps one should put the change into a conditional and allow a switch between PostScript or PDF printing by the ./configure script.

Steps to reproduce: Set "LogLevel=debug" in /etc/cups/cupsd.conf and restart CUPS (or run "cupsctl LogLevel=debug"). Then print a file from evince. Look into /var/log/cups/error_log for the logging of this print job. CUPS tells that it has received PostScript. What we want to have is that CUPS receives the job in PDF format.

Actual results:

Expected results:

Does this happen every time?

Other information:

Depends on

  • Bug 599401

See also

  • http://bugs.ghostscript.com/show_bug.cgi?id=690823
  • https://launchpad.net/bugs/443026
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/evince#92