I am including graphics from .pdf files into my latex document using the graphicx package. Some objects in the graphics files extend beyond the pdf page area, which is used as the bounding box for \includegraphics.
I would like to use the bbox for uniform positioning/sizing of all my graphics, but occasionally have objects extend beyond the bbox onto the page.
The graphicx documentation states
If * is omitted, then any part of the graphic that is outside the specified ‘bounding box’ will over-print the surrounding text.
... which is exactly what I'd like, but the .pdf file generated by pdflatex crops the images to the bounding box, even if I explicitly use
\includegraphics[clip=false]{inkclip}
I have this problem with .pdf files generated in CorelDraw as well as Inkscape, both of which show each others files having objects extending beyond page border, so I am sure the information about these objects is included in the pdf files.
Edit: I've played around some more and it seems to be a problem related to pdflatex. Using latex and then going dvi->ps->pdf, things work the way I want them to. I've attached an EPS file for use with latex and a PDF file for use with pdflatex to show the difference: