> For the complete documentation index, see [llms.txt](https://farmapper.gitbook.io/farmapper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://farmapper.gitbook.io/farmapper/desktop/pdf_d.md).

# Generating PDF documents

[Show mobile version](https://farmapper.gitbook.io/farmapper/mobile/pdf_m)

## Introduction

If you want to print a map with your project, you can do it by generating a PDF document with your project. You have four choices of map style: hybrid, road map, satellite and terrain.

## Creating PDF files

To print your farm project to a PDF file, click on the "Generate PDF" Figure 1.

![Figure 1: Generating PDF documents](/files/-MjfdrUzMU2Blva2dfEg)

This will open a window where you can change the name of the PDF file. Also you are able to choose the map style and decide whether the generated document should contain information about tracts Figure 2. The last thing is to generate the document by clicking "Generate".

![Figure 2: Generating PDF documents](/files/-MjfdrV-Wx1B8KbxlUp_)

You can find the generated documents in "Docs" tab Figure 3.

![Figure 3: List of added documents](/files/-MjfdrV0hnAQhRhKIKoQ)

## Style of map

![Figure 4: Hybrid map](/files/-MjfdrV1zkB51N7mXcHg)

![Figure 5: Road map](/files/-MjfdrV2GwtR2AsI-KUi)

![Figure 6: Satellite map](/files/-MjfdrV3IH2Bv_JagaNc)

![Figure 7: Terrain  map](/files/-MjfdrV4178KzpBjUYnA)

[Show mobile version](https://farmapper.gitbook.io/farmapper/mobile/pdf_m)


---

# 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://farmapper.gitbook.io/farmapper/desktop/pdf_d.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.
