I am trying to display a vector image, and I've tried with both eps-format and pdf. The reason for choosing a vector image, is that I will be displaying the image at various sizes, and wish to keep them as sharp as possible and still use a small-sized image. The image is added nicely, and but since the image has some text in it I would, the text is selectable in the output-pdf. I would like the text not to be selectable. Any way to achieve this? Or is this just simply bad practice? I have included the tiny .pdf with the logo in it here: PDF-logo
\documentclass[11pt]{article}
\usepackage{graphics}
\begin{document}
\includegraphics{logo}
\end{document}
pdf2psfollowed byps2pdfwill turn the text into a graphic, essentially. It will make the file bigger, though. Why the hang up about the text in the image being selectable? – cfr Nov 07 '15 at 21:57