pdflatexpdflatex

Error 1010 Could not open file RAS papercept


When testing the pdf(generated from pdflatex) before submitting to a conference in RAS-Papercept, I encounter the error: "Error 1010 Could not open file". The answer in faq section of RAS-Papercept did not help.

I have many images as PDF to retain the resolution of plots/texts in the figure. All the PDF images were exported from draw.io/app.diagrams.net

The error goes away, if I use PNG files. However, I want to use PDF images. Any help would be greatly appreciated.

System: Ubuntu 18.04
Pdflatex: pdfTeX 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian)

Output of pdfinfo is below:

$ pdfinfo my_image.pdf

Producer:       cairo 1.15.10
CreationDate:   Fri Feb 21 11:04:58 2025 CET    
Tagged:         no
UserProperties: no    
Suspects:       no    
Form:           none    
JavaScript:     no    
Pages:          1    
Encrypted:      no    
Page size:      268.736 x 165.13 pts    
Page rot:       0    
File size:      5812 bytes    
Optimized:      no    
PDF version:    1.4

$ pdfinfo my_tested_pdf.pdf

Creator:        TeX
Producer:       pdfTeX-1.40.18
CreationDate:   Fri Mar  7 11:58:05 2025 CET
ModDate:        Fri Mar  7 11:58:05 2025 CET
Tagged:         no
UserProperties: no
Suspects:       no
Form:           AcroForm
JavaScript:     no
Pages:          7
Encrypted:      no
Page size:      612 x 792 pts (letter)
Page rot:       0
File size:      1212342 bytes
Optimized:      no
PDF version:    1.5

Solution

  • Solution(not sure if it is an optimal):

    If you are very closer to a conference deadline, then use(based on) qpdf to post-process your final PDF. The post-processed file does not give the Error 1010.

    $ qpdf my_file.pdf my_file_new.pdf
    

    Ubuntu 18.04.6 LTS, qpdf version 8.0.2