On Tue, Oct 29, 2002 at 06:19:48AM +1030, Darren Freeman wrote:
> Dear list,
> 
> I have a document that is confidential, and I will export it when
> finished into postscript.
> 
> I would then like to take the postscript and either put black boxes over
> the confidential stuff or remove it. But what remains must be
> pixel-accurate compared to the uncencored version - if possible.
> 
> I figure this is possible in ps, just subtract text and add box objects
> - but I have no idea how to do it.
> 
> Are there any editors I can get my hands on that will do that?

Perhaps Adobe Illustrator can read/write arbitrary Postscript.
Also pstoedit can convert from Postscript to other editable formats.

But perhaps the best option is to put the text you want to omit inside
\hidetext{} command, and add to the preamble 
  \usepackage{soul,texpower}
  %\newcommand{\hidetext}[1]{#1}

If you do want to show the hidden text, add a % before the first line, and
remove the % before the 2nd one.

Reply via email to