You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Ectalite May 14, 2024
I'm including a PDF page inside my Tex project and since that I'm getting the warning: warning: Trying to include PDF file with version (1.7), which is newer than current output PDF setting (1.5).
After a couple of researches, you can give a parameter when calling xelatex to change the PDF version. xelatex -output-driver="xdvipdfmx -V 5" <yourfile>
Is there a way to do this tectonic ?
I also tried to change dvipdfmx.cfg in my texlive installation, but it didn't have any impact.
The text was updated successfully, but these errors were encountered:
For the reference here is a minimal working example including 4 known method to change the PDF version.
It also includes a PDF exported from a Word (Office 365) document with the PDF-A option. MinimalWorkingExample
@Ectalite
Hi I've run into the same issue and can confirm it - Including a pdf into a pdf file causes this warning, even if the version is properly set.
Even if the PDF version is superior or equal to the included PDF, the warning is still showing up.
Please see the messages describing the issue in the discussion down here:
Discussed in #1192
Originally posted by Ectalite May 14, 2024
I'm including a PDF page inside my Tex project and since that I'm getting the warning:
warning: Trying to include PDF file with version (1.7), which is newer than current output PDF setting (1.5).
After a couple of researches, you can give a parameter when calling xelatex to change the PDF version.
xelatex -output-driver="xdvipdfmx -V 5" <yourfile>
Is there a way to do this tectonic ?
I also tried to change
dvipdfmx.cfg
in my texlive installation, but it didn't have any impact.The text was updated successfully, but these errors were encountered: