\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[a4paper,landscape,margin=1.5cm]{geometry}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage[hidelinks]{hyperref}
\usetikzlibrary{decorations.pathmorphing}
\definecolor{crest}{HTML}{6B2E2E}
\definecolor{parchment}{HTML}{FAF6EC}
\pagestyle{empty}
\pagecolor{parchment}
\begin{document}
\begin{tikzpicture}[remember picture, overlay]
\draw[crest, line width=3pt, decorate, decoration={zigzag,amplitude=1.5mm,segment length=6mm}]
([xshift=1cm,yshift=-1cm]current page.north west) rectangle
([xshift=-1cm,yshift=1cm]current page.south east);
\draw[crest, line width=1pt]
([xshift=1.3cm,yshift=-1.3cm]current page.north west) rectangle
([xshift=-1.3cm,yshift=1.3cm]current page.south east);
\end{tikzpicture}
\vspace*{1cm}
\begin{center}
{\color{crest}\Large\textsc{UNIVERSITAS EXEMPLI}}\\[0.4em]
{\color{crest}\small\textit{Lux et Veritas ~ Founded MDCLXXXI}}\\[1.5em]
{\color{crest}\fontsize{40}{44}\selectfont\textsc{Diploma}}\\[1.5em]
{\Large\itshape Be it known that}\\[1em]
{\fontsize{32}{34}\selectfont\bfseries First Last}\\[1em]
{\Large having satisfied the requirements prescribed by the Faculty}\\[0.4em]
{\Large is hereby admitted to the degree of}\\[0.8em]
{\huge\bfseries Master of Science in Computer Science}\\[0.4em]
{\Large \emph{with all the rights and privileges thereunto appertaining.}}\\[2em]
{\Large Given this \today, at City, Country.}\\[2em]
\begin{minipage}[t]{0.35\linewidth}
\centering
\rule{\linewidth}{0.4pt}\\[0.2em]
\textbf{President of the University}
\end{minipage}
\hspace{0.1\linewidth}
\begin{minipage}[t]{0.35\linewidth}
\centering
\rule{\linewidth}{0.4pt}\\[0.2em]
\textbf{Dean of the Faculty}
\end{minipage}
\end{center}
\end{document}

PDF Preview
Create an account to compile and preview