> For the complete documentation index, see [llms.txt](https://docs.flora.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flora.ai/nodes/document-node/pdf-to-image.md).

# PDF to Image

## Summary

Each page of a Document Node is rendered as an image. Connect a document node to an image node and the currently-open page is passed as visual input — navigate pages on the document node to change what gets sent downstream.

## How to use

### Connect downstream

1. Drop a PDF onto the canvas.
2. Use the page carousel (or arrow keys) to open the page you want to use.
3. Drag a connection from the document node to an Image Node
4. The downstream node receives the currently-open page as visual context. Switch pages on the document node to swap which page is sent.

### Drag a page out

1. Hover the page carousel under the document node.
2. Grab any thumbnail and drag it onto an empty area of the canvas.
3. FLORA extracts that page into a new single-page PDF and creates a new Document Node pointing to it — useful when you want to operate on one figure or one slide independently of the rest of the document.

## Example workflows

* **Reference-image generation** — Document Node (mood board PDF) → Image Node prompted with "Generate a frame that matches this composition."

{% hint style="info" %}
Even more connectivity is coming soon! If you have thoughts, comments, or suggestions, please let us know.
{% endhint %}


---

# 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.flora.ai/nodes/document-node/pdf-to-image.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.
