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