I'm using Latex=>PS=> PDF in order to be able to use the pstricks package.
Works fine for some test documents with just some pstricks drawings and text.
However I noticed that documents I normally compile as PDF crashed latex.exe (buffer size exceeded).
Inserting just 1 image in a document will render the following error with Latex=>PS
Cannot determine size of graphic in picture.pdf (no bounding box)
I used PDF extension for the picture (I do that for all my pictures).
The code in the document:
\begin{figure}[H]
\centering
\includegraphics[scale=0.42]{picture.pdf}
\caption{No comment.}
\label{blah1}
\end{figure}
The graphics package is enabled. PDF output alone (with no PS) works flawlessly.
Thanks!
General ⇒ graphics causing errors latex=>Ps => Pdf
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: graphics causing errors latex=>Ps => Pdf
Im guessing the problem is using pdf graphics. Seems logical that pdf graphics work fine for PDF output but dont work for ps.
EDIT: Solved. pdf images are the problem (ebviously). Please feel free to call me a n00b, a moron etc. Apologies for wasting your time
EDIT: Solved. pdf images are the problem (ebviously). Please feel free to call me a n00b, a moron etc. Apologies for wasting your time
