<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
"G. D. Brettschneider" wrote:
<blockquote TYPE=CITE>>
<br>>
<br>>I would like to make some Toolbars invisible in Acrobat Reader 5.0.5.
<br>>
<br>>Please don't! This is a really obnoxious thing for a document to do.
Users don't want to have to learn a new user interface for every document.
<br>>
<br>>Have you deliberately hidden the scroll-bar? -- I hate it when people
do that ...
<br>>
<br>This is exactly what I don't like in Thanh's thesis (to be found at
<br>http://www.pragma-ade.com): That you have to creep pagewise through
a
<br>document of more than 100 pages, though we're living in the hypertext
age.
<p>The initial question seems to be answered at the very end of Thanh's
<br>samplepdf.tex file (to be found at
<br><a href="http://www.ctan.org/tex-archive/systems/pdftex">http://www.ctan.org/tex-archive/systems/pdftex</a>).
Using a pdfTeX
<br>primitive, we can get a lot of free screen space by simply saying:
<p>\pdfcatalog {%
<br>&nbsp; /ViewerPreferences&nbsp;&nbsp; &lt;&lt;
<br>&nbsp;&nbsp;&nbsp; /HideToolbar&nbsp; true
<br>&nbsp;&nbsp;&nbsp; /HideMenubar&nbsp; true
<br>&nbsp;&nbsp;&nbsp; /HideWindowUI true >> }
<p>But now that we're discussing ways to annoy the reader I would like
to
<br>know whether there is method to protect a portable document file (a
<br>little bit, at least) from being printed by the users.
<p>I've heard that Stephen King used that feature when publishing one of
<br>his popular novels at the internet (and of course it was hacked within
a
<br>short time).
<p>Regards,
<p>Gerolf
<br>&nbsp;
<br><a href="http://tug.org/mailman/listinfo/pdftex"></a>&nbsp;</blockquote>
With Acrobat you can password-protect your document and allow or forbid:
<ul>
<li>
printing</li>

<li>
changing the docuement</li>

<li>
changing or adding comments</li>

<li>
copying text</li>
</ul>
but I do not know how to do that in pdfTeX.
<p>Peter.
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;</html>