public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Joseph <syscon@interbaun.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] watermark PS files
Date: Thu, 05 Oct 2006 10:27:32 -0600	[thread overview]
Message-ID: <1160065652.9128.4.camel@syscon2.sysconcept.ca> (raw)

watermark to existing PS files (ex. for faxing etc.)
Does anybody knows how to do it?
I've run onto various scripts but didn't have much luck with most of
them.
This little postscript snippet prints CONFIDENTIAL diagonally across the
page:
--------example-----------
/wp$y 792 def
/wp$x 612 def
%-------Customize Here-------
/font /Helvetica-Bold def
/pointsize 96 def
/text1 (CONFIDENTIAL) def
%-------End Customization----
/center {dup stringwidth pop
2 div neg 0 rmoveto} def
wp$x 2 div wp$y 2 div pointsize 2 div sub moveto
.85 setgray
font findfont pointsize scalefont setfont
45 rotate
0 0 text1 center ashow
%
--------end example---------

but it needs to be inserted at the right spot or it will not work.

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list



             reply	other threads:[~2006-10-05 16:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-05 16:27 Joseph [this message]
     [not found] ` <20061005194543.8ae5128a.hilse@web.de>
2006-10-05 18:04   ` [gentoo-user] watermark PS files Joseph

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1160065652.9128.4.camel@syscon2.sysconcept.ca \
    --to=syscon@interbaun.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox