> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/faq/c160/c164/q538.md).

# What should I do if the app fails to convert files or export reports to PDF and shows errors?

If you are receiving errors when converting files or exporting reports:

1. make sure you have enough space on your device
2. see if you can convert other reports (the issue may be an unsupported image in the report)
3. update the app and your device
4. restart the device and try again

If you are unable to resolve the issue, we will try reproducing it on one of our development devices. Please [contact us](/manual/faq/c169/q575.md) with the following information for troubleshooting:

* A copy of the report, or a test report, with the error ([as a .jrep file](/manual/report-and-run/data/export-jrep.md), if possible)
* Relevant screenshots
* Relevant [error logs](/manual/readme/content/view-logs.md#view-logs-for-a-report)
* Let us know if you:
  * can generate and send an empty PDF
  * have ever been able to generate PDF files

## Related

* [Article: How to export a report to JREP in Report and Run: Offline](/manual/report-and-run/data/export-jrep.md)
* [Article: How to view report logs in the Report and Run: Cloud web portal](/manual/readme/content/view-logs.md#view-logs-for-a-report)
* [FAQ: My reports aren’t generating or displaying correctly in PDF format. They fail to save, print, or show text and images properly - how do I fix it?](/manual/faq/c160/c164/q536.md)
* [FAQ: How do I contact support?](/manual/faq/c169/q575.md)


---

# 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://docs.reportandrun.com/manual/faq/c160/c164/q538.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.
