Graphics, Figures & TablesPdf page import problems

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
djoerg08
Posts: 2
Joined: Tue Nov 24, 2009 10:20 am

Pdf page import problems

Post by djoerg08 »

Hi all

I am using Adobe Inventor to create PDF files containing figures.
I Then import these into my TeX document as a figure and a warning is produced...

"PDF inclusion: Page Group detected which pdfTeX can't handle. Ignoring it" Why does this warning occur and what can I do to prevent it?

When i build the file and view the output it looks just fine.

I use the following packages to handle my PDF files.
Thx
/Danny

Code: Select all

\usepackage{pslatex} 								 		
\usepackage[pdftex]{graphicx} 					
\usepackage{graphicx}                		
\usepackage[dvips]{epsfig}           		

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Pdf page import problems

Post by localghost »

Export to EPS and then convert to PDF with epstopdf. From the above code you only need exactly one line.

Code: Select all

\usepackage{graphicx}
The rest is superfluous.


Best regards and welcome to the board
Thorsten¹
Post Reply