Népkert Kft.
6726 Szeged, Népkert sor 2B I. em. 6.
T.: 06302467204
info@nepkertkft.hu

A Népkert Kft. összetett online szolgáltatásokat végez a honlapkészítéstől a vírusmarketinges megoldásokig a legkisebbek számára is megengedhető áron. Célunk, hogy mindenki egyenrangú állampolgára lehessen az épülő digitális Magyarországnak.

PDF mirroring

Pdf-mirroring in 4 steps under Mac OS X. Simple, fast and efficient - only for geeks.

  1. Save a PostScript file from Preview (Print, then choose Save a Postscript from the menu)
  2. Open the file in a text editor (not a wordprocessor!)
  3. Paste the following code after 'end put' (at the beginning):

    <<
    /Install {
    currentpagedevice /PageSize get 0 get % get page width
    0 translate -1 1 scale % translate to (maxX,0) and mirror
    }
    >> setpagedevice
    % ---- end mirroring prefix
  4. Finally open the .ps in Preview and save the PDF file.

That's all, but I digged the web till I found it.