Bug 186732 - easy pamphlet printing for KDE 4
Summary: easy pamphlet printing for KDE 4
Status: REPORTED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: print-dialog (show other bugs)
Version: unspecified
Platform: Gentoo Packages Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: KDEPrint Devel Mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-10 09:15 UTC by Arne Babenhauserheide
Modified: 2011-05-27 18:42 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arne Babenhauserheide 2009-03-10 09:15:13 UTC
Version:            (using KDE 4.2.1)
Installed from:    Gentoo Packages

I miss the option to easily print pamphlets in KDE4 (it was one of the top features of KDE 3 printing for me). 

I saw in the page ordering bug that we should bug Qt for that, so I did that, too, and wrote the bug here, since I didn't get to see a bug ID at Qt, so I'm unable to reference it (no login). 

In KDE 3.5 this was done via customizeable external filters which often used ps2ps. 

For KDE4 with PDF you could for example use pdftk, pyPDF or similar: 
- http://www.pdfhacks.com/pdftk/
- http://pybrary.net/pyPdf/
Comment 1 Arne Babenhauserheide 2009-03-12 13:37:19 UTC
here's a reply to the bug i created for Qt: 

Am Donnerstag 12 März 2009 11:44:24 schrieb qt-bugs@trolltech.com:
> This isn't a bug in Qt so much as it is a feature request for Okular, or
> a KDE print dialog.  We give the ability to extend the print dialog in
> 4.5.0, and thus this feature request should be taken up with KDE and
> not Qt.
Comment 2 Arne Babenhauserheide 2010-01-13 08:56:20 UTC
Here's a little script to turn any PDF whoose pages are a multiple of four into a pamphlet: 

http://bitbucket.org/ArneBab/1w6/src/tip/sonstiges/Skripte/write_booklet_pdfjam.py

Maybe it can help...