home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 Mobile
/
Chip_Mobile_2001.iso
/
palm
/
business
/
printcar
/
printcar.exe
/
PrintCardDB
/
SimpleCard.ps
< prev
next >
Wrap
Text File
|
2000-06-10
|
646b
|
36 lines
%!PS-Adobe
%
% Simple business card template.
%
% $Id: SimpleCard.ps,v 1.2 2000/06/10 00:19:32 sergey Exp $
%
% Note:
% PrintCardLibrary.ps must be included first!
%--- Card layout
% -- x y
/PersonalInfoPos {
FrameMargin FrameMargin neg
} def
% -- x y
/AddressInfoPos {
{ AddressBlock } BlockSize /height exch def pop
FrameMargin
FrameHeight FrameMargin sub height sub neg
} def
% -- x y
/ContactInfoPos {
{ ContactBlock } BlockSize /height exch def /width exch def
FrameWidth FrameMargin sub width sub
FrameHeight FrameMargin sub height sub neg
} def
%--- main
Main
showpage