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

# 原稿を雑誌の投稿ポータルにアップロードしたとき、EPSまたはPDF画像ファイル内のテキストが欠けていましたが、Overleafでは問題なく表示されていました

投稿ポータルの技術サポートからのフィードバックによると、これはアップロードされた EPS/PDF ファイルに複数のレイヤーが含まれていることが原因である可能性が高いです。（TIFF や PNG ファイルでも同様のことが起こる場合があります。）

このような問題は通常、原稿ファイルと一緒に提出する前に EPS/PDF ファイルをフラット化することで回避できます。これにより、画像内のすべてのレイヤーが、アルファチャンネルのない単一のレイヤーに統合されます。

Photoshop と [GIMP](https://www.gimp.org/)など、ほかのいくつかの画像編集プログラムには、このような「画像をフラット化」または「レイヤーを結合」機能があります。コマンドラインコマンドも使用できます。たとえば、 [ImageMagick](http://www.imagemagick.org/Usage/layers/#flatten)を使う方法や、 `epstopdf` や `pdftops` を使って往復変換を行う方法があります。たとえば、「fig1.pdf」という PDF 画像の場合は、次を実行します。

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

で .eps を取得し、その後

```
epstopdf fig1.eps
```

でフラット化された .pdf に戻します。

これらの手順を試しても画像に問題が残る場合は、 [お問い合わせください](https://www.overleaf.com/contact) ご連絡ください。対応できるか確認します。


---

# 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/ja/narejjibsu/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.
