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 173 times
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
- 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
