General ⇒ PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4
PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4
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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4
thanks,
sacaric
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4
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.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4
Code: Select all
\pdfminorversion=5
Re: PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4
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
PDFTeX Warning: Found pdf version 1.5, allowed maximum 1.4
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.
- Find the configuration file (pdftex.cfg) of PDFTeX. For my MiKTeX installation it resides in "C:\Program Files\MiKTeX 2.9\pdftex\config"
- Open the file in a text editor.
- Find the line "pdf_minorversion 4" and change 4 to 5.
- Save the file and update the format setting (MiKTeX 2.x -> Settings -> Update Formats). Now compile the file once again.
Thanks in advance,
Elle
-
- Posts: 1
- Joined: Fri Apr 13, 2012 3:03 pm
Re: PDFTeX Warning: Found pdf version 1.5, allowed maximum 1
It worked for me.
\pdfminorversion=5