Conversion Tools ⇒ missing image in produced pdf file
-
- Posts: 3
- Joined: Tue Feb 09, 2021 10:54 am
missing image in produced pdf file
I have a problem when submitting the revised manuscript to Editorial Manager. Figures are not showing in the EM build PDF, but they are showing in the LATEX (Overleaf) build PDF. It shows the following error about the missing example.png file:
Error Message:
! Package pdftex.def Error: File `example.png' not found: using draft setting.
I have attached the required files to submit the manuscript. Also, I have sent the manuscript pdf file produced by EM.
Many thanks for your help in advance.
- Attachments
-
- LaTeX_DL_468198_240419.zip
- (362.95 KiB) Downloaded 1450 times
-
- manuscript produced by EM.pdf
- (81.63 KiB) Downloaded 1136 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
missing image in produced pdf file
draft
in your real document (but not in the archive you've attached to your question). Either remove option draft or load package graphicx
with explicit option draft=false
. Don't know whether this solves your problem.
-
- Posts: 3
- Joined: Tue Feb 09, 2021 10:54 am
missing image in produced pdf file

- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
missing image in produced pdf file

-
- Posts: 3
- Joined: Tue Feb 09, 2021 10:54 am