Printing Hipster

So the hipmod is too small for you? You want to use the regular-size hipster? But by golly your printer refuses to play nicely with index cards?

Here’s a solution. Use Multivalent to 4-up index cards onto regular paper, and cut them with a guillotine. You can use cardstock for the full effect.

The trick is in printing the cards at the original size, and optimizing for trimming. Something like this:

./multivalent impose -nup 4 -sep 1 -paper 6x10in core.pdf

This gives you a 6×10-inch PDF (core-up.pdf). Now you need to print it without scaling it to letter size. That should be straightforward to figure out in your environment. Then take it to the guillotine and make your 6 cuts and pat yourself on the back. If you’re really clever and your printer has <= ⅛-inch margins you can get it down to 4 cuts.

If you want to make a lot of one card, you can do something like this:

./multivalent impose -nup 4 -page 46,46,46,46 -sep 1 -paper 6x10in core.pdf

You can even get clever and take advantage of duplex printing if your printer supports it. Sky’s the limit!


2 Responses to “Printing Hipster”

  • Mike Says:

    Hans – great posts as always, thanks for your ideas. hipmod has been a hit here in the UK with my daughter! So what make/model of guillotine do you recommend then, as scissors aren’t cutting it?!

  • Hans Says:

    The one at the office. ;-) Yeah, I have access to one at school so I wouldn’t know. This guy has some good thoughts on the subject though: http://fullcontactgeek.com/page.php?2

Leave a Reply