summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pdfprivacy/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/pdfprivacy/README.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/pdfprivacy/README.md')
-rw-r--r--macros/latex/contrib/pdfprivacy/README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/pdfprivacy/README.md b/macros/latex/contrib/pdfprivacy/README.md
new file mode 100644
index 0000000000..8e9dba47d5
--- /dev/null
+++ b/macros/latex/contrib/pdfprivacy/README.md
@@ -0,0 +1,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.