Generalpdflatex and page extraction (security settings)

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
latexcook
Posts: 1
Joined: Sun Oct 11, 2015 6:11 pm

pdflatex and page extraction (security settings)

Post by latexcook »

As far as I noticed pdflatex does not support any pdf security settings - But the security settings of pdf-files created by pdflatex does not allow page extraction and document assembly.

How do I prevent pdflatex from doing that?

I have tried pdflatex from the current miktex and texlive distributions using a minimal example.

Code: Select all

\documentclass{article}
\begin{document}
\today
\end{document}

Code: Select all

pdflatex --version
MiKTeX-pdfTeX 2.9.5700 (1.40.16) (MiKTeX 2.9 64-bit)

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply