> 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/nl/kennisbank/135-the-text-in-my-eps-or-pdf-image-file-is-missing-when-i-uploaded-my-manuscript-to-a-journal-s-sub.md).

# De tekst in mijn EPS- of PDF-afbeeldingsbestand ontbreekt wanneer ik mijn manuscript upload naar het indieningsportaal van een tijdschrift, maar op Overleaf zag het er prima uit

Op basis van feedback van de technische ondersteuning van het indieningsportaal wordt dit waarschijnlijk veroorzaakt door meerdere lagen in het geüploade EPS/PDF-bestand. (Dit kan ook gebeuren met TIFF- en PNG-bestanden.)

Dergelijke problemen kunnen meestal worden voorkomen door de EPS/PDF-bestanden plat te maken, voordat u ze samen met het manuscriptbestand indient. Dit voegt alle lagen van de afbeelding samen tot één enkele laag zonder alfakanaal.

Photoshop en [GIMP](https://www.gimp.org/), evenals sommige andere beeldbewerkingsprogramma's, bevatten dergelijke functies voor "Afbeelding plat maken" of "Laag samenvoegen". U kunt ook opdrachtregelcommando's gebruiken, zoals [ImageMagick](http://www.imagemagick.org/Usage/layers/#flatten), of gebruik `epstopdf` en `pdftops` om een round-trip-conversie uit te voeren. Voer bijvoorbeeld voor een PDF-afbeelding met de naam "fig1.pdf" het volgende uit:

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

om een .eps te krijgen, en daarna

```
epstopdf fig1.eps
```

om weer een plat gemaakte .pdf te krijgen.

Als u na het proberen van deze stappen nog steeds problemen ziet met uw afbeeldingen, neem dan alstublieft [contact met ons op](https://www.overleaf.com/contact) en dan kijken we of we kunnen helpen.


---

# 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/nl/kennisbank/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.
