\documentclass{scrartcl} \usepackage[latin1]{inputenc} \usepackage{tabularx} \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} \usepackage{graphicx} \begin{document} \pagestyle{myheadings} \thispagestyle{empty} \fontfamily{cmss}\fontsize{9pt}{9pt}\selectfont \parbox[t]{12cm}{ } \hfill \parbox[t]{6cm}{\hfill } \vspace*{0.6cm} \dotfill /100 \makebox[0.5cm]{\hfill} \vspace{0.5cm} \hfill \makebox[2cm]{\hfill} % different date format for datepaid % \vspace{0.5cm} \hspace{-0.1cm}, \vspace{1.8cm} \vspace{0.8cm} \vspace{0.5cm} \hfill \hfill \vspace{0.5cm} \begin{tabularx}{\textwidth}{lXrr@{}} \textbf{Invoice No.} & \textbf{Invoice Date} & \textbf{Due} & \textbf{Applied} \\ & \dotfill & & \\ \end{tabularx} \vspace{1cm} \vfill \end{document}