I am trying to recreate Dean Serenevy's pstricks title page. Here is the code:
\documentclass{scrarticle}
\usepackage{pstricks}
\pagestyle{empty}
%--------------------------------------------------------------
\begin{document}
%--------------------------------------------------------------
\begin{titlepage}
\psset{unit=1in}
\begin{pspicture}(8.5,11)
\rput[b](3.5,8){\parbox{5in}{\begin{flushright}
\Huge\bfseries\sffamily Title Line 1\\ Title Line 2
\end{flushright}}}
\uput[-90](3.5,8){\color{red}\rule{5in}{1ex}}
\end{pspicture}
\end{titlepage}
\clearpage
%--------------------------------------------------------------
\section*{Introduction}
...
\end{document}


LaTeX ->dvips -> PS2PDForPDFLaTeX, etc.? – MadyYuvi Sep 09 '20 at 05:00pdflatex, which is not directly possible. Usexelatexor packageauto-pst-pdfor use text commands. See my answer – user187802 Sep 10 '20 at 12:21