Bug 179468

Summary: Support for booklet printing
Product: [Frameworks and Libraries] kdelibs Reporter: Vito De Tullio <vito.detullio>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: CONFIRMED ---    
Severity: wishlist CC: ivo, jancs, jeppe, nbigaouette, opensuse.lietuviu.kalba, rayanAyar
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Vito De Tullio 2009-01-03 12:03:09 UTC
Version:           0.7.80 (using Devel)
OS:                Linux
Installed from:    Compiled sources

kpdf let the user to add custom filters to the printing process, such as to pipe the document through psbook, psnup etc... before going to the printer.

Using these filters one can print a document in the "booklet" format (duplex printing, w/ 2 pages on each front, arranged so you can fold the pages at the middle all together)

It's planned to re-add this custom filters? If not, whould be possible to add a "print in booklet format" option?
Comment 1 Vito De Tullio 2010-04-10 13:28:06 UTC
Hi
Is there any news about booklet printing / launch custom program as print filters?
Do I still need kpdf?
Comment 2 Andriy Gapon 2010-12-20 20:27:14 UTC
*** This bug has been confirmed by popular vote. ***
Comment 3 opensuse.lietuviu.kalba 2012-04-16 05:24:04 UTC
bug#248673 and bug#275466 seems to be dublicate.
Comment 4 opensuse.lietuviu.kalba 2012-04-16 06:52:56 UTC
It is possible to add some filters like it was for KDE3 kdeprint?
See information in http://wiki.scribus.net/canvas/How_to_make_a_booklet#Method_B:_creating_your_own_filter_for_kprinter

Now for command line I use this to make A5 book:
pdftops -level3 input.pdf - | psbook | psnup -2 -pa4 | ps2pdf - book.pdf
(For openSUSE, it requires these packages: poppler-tools psutils ghostscript-library)
Comment 5 Janis Eisaks 2012-05-23 08:45:44 UTC
Yes, i second that request - i have to look for computer having Windows to get this done.