GeneralPDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
par
Posts: 7
Joined: Tue Jun 05, 2007 11:16 pm

PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4

Post by par »

Hello Folks,

I am using Texniccenter and graphicx package and the TeXify => PDF profile. I have pdf figures included in the document by using the \includegraphics command. The file compiles well and also gives the figures in the pdf output.

However, I get the warning as mentioned in the subject: PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4.

Just wanted to ask if it is all right to ignore this, or better, if there a way to fix this.

--- Par.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4

Post by localghost »

The current version of pdflatex only generates the version 1.4 of PDF. It seems that version 1.5 is the one your PDF figures are provided in. To fix that warning, you may generate your PDF graphics also in the older version. This should be possible by choosing the right version when exporting from the software that generates the graphics. Note that this is only a warning. If the result is OK, you can keep it.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
sacaric
Posts: 2
Joined: Sun Feb 11, 2007 1:30 am

Re: PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4

Post by sacaric »

In my experience the 1.5 figures work ok. So then is there an easy way to turn off that warning in teXnicCenter so that I can detect when other important warnings exist?

thanks,
sacaric
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4

Post by localghost »

sacaric wrote: […] So then is there an easy way to turn off that warning in teXnicCenter so that I can detect when other important warnings exist? […]

These warnings do not come from TeXnicCenter, but from the LaTeX compiler. Just generate your PDF files in version 1.4 for inclusion in LaTeX. Every software with the possibility of PDF export offers settings to choose the PDF version.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
rude
Posts: 1
Joined: Thu Mar 26, 2009 11:09 pm

PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4

Post by rude »

Putting this at the top of the main .tex took care of the warnings for me.

Code: Select all

\pdfminorversion=5
User avatar
chkee77
Posts: 3
Joined: Wed Oct 07, 2009 9:25 am

Re: PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4

Post by chkee77 »

Hello,

For me, if I have a eps file, and when I convert it using Adobe 8 Pro directly (right click on the eps) it will convert into pdf 1.6 - you got no choice.

However, when I use Corel Draw 11 to open the eps file and then when I publish to PDF, I can choose the option as Acrobat 4.0. It will give you a pdf 1.3, which you can use without creating any warning.

More work, I know. But at least, it solve the warning issue.

Hope this help.

Cheers.

chkee
A good chemist is a good cook.
ElleSaf61
Posts: 4
Joined: Tue Oct 25, 2011 11:45 pm

PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4

Post by ElleSaf61 »

Hallo,

I'm using MiKTeX 2.9 and have the same problem with PDF 1.5 and 1.6. I found in a website to follow hereafter steps to remove the warning.
  1. Find the configuration file (pdftex.cfg) of PDFTeX. For my MiKTeX installation it resides in "C:\Program Files\MiKTeX 2.9\pdftex\config"
  2. Open the file in a text editor.
  3. Find the line "pdf_minorversion 4" and change 4 to 5.
  4. Save the file and update the format setting (MiKTeX 2.x -> Settings -> Update Formats). Now compile the file once again.
I am opening the file (pdftex.cfg) with Notepad, however I can not save the modification. It gave the error that can't create "C:\Program Files\MiKTeX 2.9\pdftex\config". Any idea what I am doing wrong?

Thanks in advance,
Elle
brettrjones2
Posts: 1
Joined: Fri Apr 13, 2012 3:03 pm

Re: PDFTeX Warning: Found pdf version 1.5, allowed maximum 1

Post by brettrjones2 »

Thanks rude!

It worked for me.
\pdfminorversion=5
Ailicec
Posts: 18
Joined: Wed Jan 18, 2012 12:16 pm

Re: PDFTeX Warning: Found pdf version 1.5, allowed maximum 1

Post by Ailicec »

Thanks...I had this problem today for 1.6 vs 1.5 and it worked perfectly (saying version 6 instead of 5)
Post Reply