GeneralNull pages

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
jimkaip
Posts: 13
Joined: Fri Oct 19, 2018 8:13 am

Null pages

Post by jimkaip »

When i am include this pdf the pages are blank.
I am using Linux Mint and TexStudio.

\includepdf[fitpaper=true,pages={-}]{../pdfs/mRNA-1273-VX-Patent-Landscape.pdf}

Thank you
Jim
Attachments
mRNA-1273-VX-Patent-Landscape.pdf
(351.85 KiB) Downloaded 171 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Null pages

Post by Ijon Tichy »

I cannot reproduce the problem here.

Do you have error messages or warnings in the log file?

Does the same happen, if you copy the PDF into the working directory and remove the ../pdfs/ part from the path?

Does the same happen, with a minimal example like:

Code: Select all

\documentclass{article}

\usepackage{pdfpages}

\begin{document}
\includepdf[fitpaper=true,pages={-}]{mRNA-1273-VX-Patent-Landscape.pdf}
\end{document}
if you copy the PDF into the working directory of that minimal example?

If this works, can you show a Infominimal working example of the problem and maybe also the log file?
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
jimkaip
Posts: 13
Joined: Fri Oct 19, 2018 8:13 am

Null pages

Post by jimkaip »

Thank you for the answer, just run minimal.
Same condition.
I am attach 1.tex and 1.log files and the produced 1.pdf
Thank you
Jim
Attachments
1.log
(6.93 KiB) Downloaded 162 times
1.pdf
(867 Bytes) Downloaded 181 times
1.tex
(157 Bytes) Downloaded 173 times
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Null pages

Post by Ijon Tichy »

You are using TeX Live 2015. This is very, very old. Currently TeX Live 2021 is up-to-date. So maybe it is a problem with the also outdated dvipdfmx backend. Maybe it cannot handle the PDF version 1.7 of mRNA-1273-VX-Patent-Landscape.pdf.

You could try pdfLaTeX instead of XeLaTeX. But I don't know, if embedded PDF 1.7 in a PDF 1.3 or PDF 1.4 produced by the old pdfTeX is allowed.

You could also install an up-to-date TeX Live.

Alternatively you can first convert the file mRNA-1273-VX-Patent-Landscape.pdf from PDF 1.7 to, e.g., PDF 1.4 or PDF 1.3.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
jimkaip
Posts: 13
Joined: Fri Oct 19, 2018 8:13 am

Null pages

Post by jimkaip »

Thank you.
I just update Live-Tex to version 2019 and everything works fine.
Thank you
Jim.
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Null pages

Post by Ijon Tichy »

Why the also out-dated TeX Live 2019? The currently up-to-date TeX Live is 2021.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Post Reply