I have a poster in which I need to place several logos in pdf format. For this I use the textpos package together with includegraphics. Why do these logos disappear on the pdf file after the tex is pdflatexed?
\documentclass[11pt, oneside, A4paper,final,leqno]{article}
\usepackage{amsmath}
\newcommand\myrule{$\;$\rule{1.362cm}{.4pt}}
\newcommand{\qrule}{\gray~\rule{3.129362cm}{.4pt}}
\usepackage{enumerate}
\usepackage{tikz}
\newcommand*\ncircled[1]{\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=1.93812pt, color=blue] (char) {#1};}}
\usepackage[left=1.48075cm,top=2.019012473cm,right=2.1919cm,bottom=2.185391469cm,bindingoffset=0.05cm]{geometry}
\usepackage[absolute,overlay]{textpos}
\begin{document}
\huge
\begin{center}
\scalebox{.672597892}{\bf Vietnam Mathematical Competition}
\end{center}
\begin{textblock}{20.5}(10.2, 1.)
\includegraphics[scale=1.2]{pdflogo}
\end{textblock}
\end{document}

pdflogowhithexample-imagethe images appears in the output. Apart fom that: Are you sure that thearticledocumentclass is a good choice for producing a poster? Why not use one of the documentclasses specially dedicated to produce posters that are listed here: How to create posters using LaTeX – leandriis Jan 11 '19 at 09:57https://drive.google.com/file/d/10M6RdKKmW8Oc4utX1DnDrECzridIkK-2/view?usp=sharing
– Epa Jan 11 '19 at 16:47