Anyone have good business card creation software?

I found this good solutions for the creation of business cards; gLabels, inkscape and Libreoffice. But are they the only solutions?

Maybe someone else has some more suggestions?

link|improve this question

68% accept rate
1  
what is wrong with glabels, inkscape and libreoffice? this seems like a duplicate. – Roland Taylor Mar 18 '11 at 20:24
Among these three I think gLabels is the best program for business card creation. However I don't know how to export the labels in a different format in order to print them. – Vassilis Mar 18 '11 at 20:37
in glabels you can print to pdf (Which is a built in feature of ubuntu). Text in different colours is one drawback, but to overcome this I usually just use inkscape/gimpe/some_random_paint_application to create my own custom image and insert this instead. – Roland Taylor Mar 18 '11 at 20:58
One more problem, no gradient to a color "box". – Vassilis Mar 19 '11 at 13:56
this second question is still unnecessary, I say the two should be merged. – Roland Taylor Mar 19 '11 at 14:44
show 3 more comments
feedback

4 Answers

There are other options, I use scribus with the pdfjam utility and Latex, the master page feature of scribus lends itself well to this kind of thing.

Usually when you create business cards you want multiple cards to appear on a single sheet for printing but you want to work with just one card page when editing. here is how to accomplish this with some other tools.

SCRIBUS WITH PDFJAM

Install the pdfjam package, this requires texlive and the texlive-latex-recommended packages, Install scribus-ng.

Start scribus-ng and set Document Layout to Single Page, set Default Unit to inches, set page Width to 3.5 inches set page Height to 2.0 inches. this is for U.S. card, set Number Of Pages to 10. set all Margin Guides to 0.125 inch, click OK.

enter image description here

Click the edit menu, in the list click Master Pages, a box with the master pages will pop up, there will be a default master page called Normal already there and will be selected for you, start adding text and graphics to this page, you will not need to edit any other pages, everything that you placed on this page will appear on every page in the document that the master is applied to, by default this one is applied to every page.

enter image description here

You can import a wide variety of vector graphics including svg files created with inkscape you can also add bitmap graphics such as photos.

Save the scribus document, close the Master Pages dialog, click the save as pdf button on the scribus toolbar, a 10 page pdf of the document will be saved in the location you selected.

enter image description here

go to the folder where you saved the pdf document and run pdfjam on it like this:

pdfjam --nup 2x5 --papersize '{8.5in,11in}' --noautoscale true card.pdf -o 10upcard.pdf

If your pdf saved by scribus was called card.pdf a document called 10upcard.pdf will be created with all pages in card.pdf imposed on a letter sized sheet ready for printing. this can be printed on Avery 8371 or your own card stock.

If you want a border around the cards you can run the command below:

pdfjam --nup 2x5 --papersize '{8.5in,11in}' --noautoscale true --frame true card.pdf -o 10upb.pdf

This is useful when you want a cutting guide when you are not using perforated card stock from suppliers like Avery.

enter image description here

Output of pdfjam showing six of the imposed cards

USING LATEX

Use is made of the latex put command to enable latex with a small amount of code to make fairly good looking simple business cards, see the following link for some examples you can download http://www-ece.rice.edu/gsc/bus_cards/bus_cards.html

link|improve this answer
Scribus, yes another choice and of course Latex. – Vassilis Mar 19 '11 at 9:27
How to make business cards in LaTeX: blog.widmann.org.uk/2009/05/27/1297 – Vassilis Mar 19 '11 at 9:36
feedback

gLabels (Click To Install)

gLabels is a program for creating labels and business cards for the GNOME desktop environment. It is designed to work with various laser/ink-jet peel-off label and business card sheets that you'll find at most office supply stores. gLabels is free software and is distributed under the terms of the GNU General Public License (GPL).

enter image description here

You can export to PDF by clicking Print and then clicking Save to File.

enter image description here

enter image description here

link|improve this answer
feedback

"Creating business cards with OpenOffice.org Writer" - http://www.linuxjournal.com/node/1000428

link|improve this answer
feedback

Better try Gimphoto or Gimshop !

http://www.gimphoto.com/

http://www.gimpshop.com/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.