Comment 15 for bug 47649

Revision history for this message
Jake (kamil-jakubovic) wrote :

I was create the attached short perl script for repairing bad orientation in postscript documents.

Steps bellow describes both paper side printing landscape multiple page PPT slide and sounds like from year 1974, but it works well for me on Feisty.
It's all just the open-source-puzzle, you know? :-(

1) ooimpress slide.ppt: Export as PDF > print.pdf
2) kpdf print.pdf: Print to file (PostScript): Landscape > print.ps
3) ./fix_orient print.ps
4) kghostview print.ps: Print: Landscape, Short Side Duplex, Muliple Pages per Sheet Filter using "psnup -l" (lanscape rotation is needed for correct page order)

So, enjoy my salutary fix_orient :-D