I am working on a document in LaTeX, and when inserting pdf figures I get a weird black line down the right side. This is not present in the original pdfs (I've checked). I thought it might be some scaling issue, since several of my figures are large and I have to scale them smaller than actual size in LaTeX, but it also appears in this figure, which is actual size.
My code for the figure is:
\begin{figure}[t]
\includegraphics[height = 9.6cm]{"testschema"}
\caption{Database Schema for test case, simulating results from a test suite}
\label{fig:schematest}
\end{figure}
And the output after compiling with pdflatex is:
