Friday, June 7, 2013

Text in included PDF diagram is not shown, only lines [closed]

Text in included PDF diagram is not shown, only lines [closed]

I want to include a PDF in LaTeX with:
\begin{figure}
  \includegraphics[width=\textwidth]{image.pdf}
\end{figure}
The image.pdf contains graphical elements like boxes or lines and text in these boxes. My problem is: the boxes and lines are included in the final document but the text does not appear. I tried \includepdf but it's not working.

No comments:

Post a Comment