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}