summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pdfprivacy/README.md
blob: 8e9dba47d5a78946ce0cef100cbbfbc0d43642df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# The pdfprivacy package

Creating pdfs with pdfLaTeX populates several pdf meta-data fields such as date/time of creation/modification, information about the latex installation (e.g., pdfTeX version), and the relative paths of included pdfs. 
The pdfprivacy package provides support for emptying several of these pdf meta-data fields as well as suppressing some pdfTeX meta-data entries in the resulting pdf.

## Installation

To install run the following:

> latex pdfprivacy.ins

This will generate the `pdfprivacy.sty` file.
Put this file in a directory searched by LaTeX (e.g., ~/texmf or texmf-local) or in the folder of your .tex file in which you want to use it.

## Usage

Include `\usepackage{pdfprivacy}` in your .tex file.
For more detailed usage information, check the documentation.

## Documentation

To generate the documentation run:

> pdflatex pdfprivacy.dtx

## License

This package is available under the conditions of the LaTeX Project Public License, either version 1.3c of this license or (at your option) any later version.

This work consists of the files pdfprivacy.dtx and pdfprivacy.ins and the derived file pdfprivacy.sty.