I am having an issue with PDFs generatied in Inkscape. If multiple files generated in this way are included on a single page I get the following error:
pdfTeX warning: pdflatex.exe (file <FILENAME>.pdf): PDF inclusion: multiple pdfs with page group included in a single page>]
This seems to be a known bug in TeX and has been discussed here:
Multiple PDFs with page group included in a single page warning
Rather than running all my PDFs twice through ghostscript I would like to address this by using silence to surpress the warnings however I am unable to create a warning filter which works.
I have tried \WarningFilter{pdflatex}{PDF inclusion} and various permutations however this does not work. I believe this is due to the file name being placed at the start of the error.
The silence manual states that it is better to use the \WarningFilter* option and to find the process that generates the error message in the .sty files. Since pdfTeX is not a package it does not (to the best of my knowledge) have a .sty file. I cannot work out which file contains the scripts for generating the errors and thus have not been able to create a function filter.
Does anyone know which file (Windows MiKTeX based distribution) generates these errors or how to make a working filter in this case?
texliveroot (on Mac), grep finds that... Binary file **2013/bin/universal-darwin/pdflatex** matches ... Binary file **2013/bin/universal-darwin/pdftex** matches .... Seems like this would be something hard coded into the TeX binary itself, given this. – cslstr Jun 04 '14 at 17:16