Printing reversed images onto transfer paper with OpenOffice.org
I needed to print one of those “mirror” image prints onto some of that iron-on transfer paper ready to go on a flag (a LugRadio flag for What The Hack, as it happens). The instructions for the transfer paper say “select the Flip option when printing“. Windows does this; Linux doesn’t. So: how do you flip your nice OpenOffice document so that it’s backwards on the paper so it transfers nicely onto your flag (or t-shirt)? Easy workaround:
- Convert the document to a PDF
- Load the PDF in xpdf
- Hit the print button
- Change the “print command” from
lprtolpr -o mirror
That’s it. Worked fine.
Or
1. In OOo print to a file, e.g. flag.ps
2. lpr -o mirror flag.ps
HTH
10 hours later
Paul: wish I was as clever as you :) That’s a much better way to do it…
11 hours later
Whatever i can’t even get Windows to do this!
42 weeks later