TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Self-destructing documents From:"Collins, Darren DA" <Collins -dot- Darren -dot- DA -at- BHP -dot- COM -dot- AU> Date:Tue, 9 Jun 1998 08:53:28 +1000
John,
The easiest way to do this would probably be to write a viewing
application in a language like MS Visual Basic or Borland C++ Builder.
Just create a form with a rich text field (or postscript viewer if you
want to get fancy), copy your document into it, write some code to
disable it after x days, compile it into a single executable file, and
distribute it.
The text is then embedded in the executable and so not easily
retreivable by your users. You could probably set the properties of the
text field on the form so that they can't select text and copy it - they
would have to retype it if they really want to keep it.
If you want more information, feel free to email me.
Darren Collins
Computer Engineer, Blast Furnaces
BHP Integrated Steel Division
Port Kembla, Australia
-----Original Message-----
From: John Cornellier [mailto:cornelli -at- CLAMART -dot- SRPC -dot- SLB -dot- COM]
Sent: Tuesday, 09 June 1998 2:49 AM
To: TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU
Subject: Self-destructing documents
Hello
I have a PDF file I want to sell for a limited period, i.e. you use it
for 30 days and then it turns into a pumpkin or become otherwise
unreadable. The medium is PDF.
This would be like a shareware program that becomes unusable after a
trial period. Is this realistic? Obviously anyone who really wants to
copy the material will do it. They can retype it from the screen if
they're so inclined. In any case I'd like to hear from anyone who has
implemented or considered implementing what I describe above, whether
with PDF or not.