> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/overleaf-learn-latex-pt/base-de-conhecimento/135-the-text-in-my-eps-or-pdf-image-file-is-missing-when-i-uploaded-my-manuscript-to-a-journal-s-sub.md).

# O texto no meu ficheiro de imagem EPS ou PDF está em falta quando carreguei o meu manuscrito para o portal de submissão de uma revista, mas no Overleaf parecia estar perfeitamente bem

Com base no feedback do suporte técnico do portal de submissão, é provável que isto seja causado por várias camadas no ficheiro EPS/PDF que foi carregado. (Isto também pode acontecer com ficheiros TIFF e PNG.)

Normalmente, tais problemas podem ser evitados ao achatar os ficheiros EPS/PDF antes de os submeter juntamente com o ficheiro do manuscrito. Isto irá fundir todas as camadas da imagem numa única camada, sem canal alfa.

Photoshop e [GIMP](https://www.gimp.org/), bem como alguns outros programas de manipulação de imagens, contêm funções como "Achatar imagem" ou "Fundir camadas". Também pode usar comandos de linha de comandos, como [ImageMagick](http://www.imagemagick.org/Usage/layers/#flatten), ou usar `epstopdf` e `pdftops` para fazer uma conversão de ida e volta. Por exemplo, para uma imagem PDF chamada "fig1.pdf", execute:

```
pdftops -eps fig1.pdf
```

para obter um .eps, e depois

```
epstopdf fig1.eps
```

para voltar a obter um .pdf achatado.

Se ainda vir problemas com as suas imagens depois de tentar estes passos, por favor [contacte-nos](https://www.overleaf.com/contact) e veremos se podemos ajudar.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/overleaf-learn-latex-pt/base-de-conhecimento/135-the-text-in-my-eps-or-pdf-image-file-is-missing-when-i-uploaded-my-manuscript-to-a-journal-s-sub.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
