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

# Teksten i EPS- eller PDF-bildefilen min mangler når jeg lastet opp manuskriptet mitt til et journals innleveringsportal, men den så helt fin ut i Overleaf

Basert på tilbakemeldinger fra den tekniske støtten for innleveringsportalen, skyldes dette sannsynligvis flere lag i EPS/PDF-filen som er lastet opp. (Dette kan også skje med TIFF- og PNG-filer.)

Slike problemer kan vanligvis unngås ved å flate ut EPS/PDF-filene før du sender dem inn sammen med manuskriptfilen. Dette vil slå sammen alle lagene i bildet til ett enkelt lag uten alfakanal.

Photoshop og [GIMP](https://www.gimp.org/), samt noen andre bildebehandlingsprogrammer, har slike funksjoner for «Flate ut bilde» eller «Slå sammen lag». Du kan også bruke kommandolinjekommandoer, som [ImageMagick](http://www.imagemagick.org/Usage/layers/#flatten), eller bruke `epstopdf` og `pdftops` for å gjøre en rundtur-konvertering. For eksempel, for et PDF-bilde kalt «fig1.pdf», kjør:

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

for å få en .eps, og deretter

```
epstopdf fig1.eps
```

for å få tilbake en utflatet .pdf.

Hvis du fortsatt ser problemer med bildene dine etter å ha prøvd disse trinnene, vennligst [ta kontakt med oss](https://www.overleaf.com/contact) så skal vi se om vi kan hjelpe.


---

# 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/no/kunnskapsbase/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.
