General ⇒ Null pages
Null pages
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 201 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Null pages
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 this works, can you show a


Null pages
Same condition.
I am attach 1.tex and 1.log files and the produced 1.pdf
Thank you
Jim
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Null pages
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.
Null pages
I just update Live-Tex to version 2019 and everything works fine.
Thank you
Jim.
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Null pages
