summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.pdfbin26257 -> 102122 bytes
-rw-r--r--test/test.tex51
2 files changed, 48 insertions, 3 deletions
diff --git a/test/test.pdf b/test/test.pdf
index d0f60e6..3173ec9 100644
--- a/test/test.pdf
+++ b/test/test.pdf
Binary files differ
diff --git a/test/test.tex b/test/test.tex
index effaec7..b910e15 100644
--- a/test/test.tex
+++ b/test/test.tex
@@ -5,12 +5,57 @@
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath,amssymb,amsfonts,amstext,amsthm}
+\usepackage[rgb]{xcolor}
+\usepackage[author={PDF Tools}]{pdfcomment}
+\usepackage{attachfile}
\begin{document}
-Hello World !
+\section{Text}
+
+\label{sec:text}
+PDF Tools is, among other things, a replacement of DocView for PDF
+files. The key difference is, that pages are not prerendered by
+e.g. ghostscript and stored in the file-system, but rather created
+on-demand and stored in memory.
+
+PDF Tools is, among other things, a replacement of DocView for PDF
+files. The key difference is, that pages are not prerendered by
+e.g. ghostscript and stored in the file-system, but rather created
+on-demand and stored in memory.
\newpage
-Hello World !
+
+\section{Annotations}
+
+\label{sec:annotations}
+\begin{enumerate}
+\item \pdfcomment[color=red,icon=Insert]{insert} \\
+\item \pdfmarkupcomment[markup=StrikeOut, color=red]{strikeout} \\
+\item \pdfmarkupcomment[markup=Highlight, color=red]{highlight} \\
+\item \pdfmarkupcomment[markup=Underline, color=red]{underline} \\
+\item \pdfmarkupcomment[markup=Squiggly, color=red]{squiggly} \\
+\end{enumerate}
\newpage
-Hello World !
+
+\section{Links}
+
+\label{sec:links}
+
+\begin{enumerate}
+\item Internal link: \ref{sec:text}
+\item External link: \url{http://www.gnu.org}
+\end{enumerate}
\newpage
+
+\section{Attachments}
+
+\label{sec:attachments}
+\attachfile{test.tex}
+
+\newpage
+\section{Outline}
+
+\label{sec:outline}
+\subsection{subsection}
+\subsubsection{subsubsection}
+
\end{document}