> For the complete documentation index, see [llms.txt](https://help.sdocs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sdocs.com/sdocs/template-architecture/document-formats/pdf-upload-format.md).

# Upload Existing PDFs

Use this format when you already have a finished PDF form.

Upload Existing PDFs let you place Salesforce data on top of a fixed PDF background.

If you need flexible layout, related lists, or page settings, use [PDF Templates](/sdocs/template-architecture/document-formats/pdf-templates.md) instead.

{% hint style="info" %}
Pick **Upload Existing PDFs** when exact field placement matters most.

Pick **PDF Templates** when dynamic layout matters most.
{% endhint %}

### Use this format when

* You already have the final PDF design.
* You need drag-and-drop field placement.
* You want to fill a fixed form with Salesforce data.

### Keep these limits in mind

* Portrait only
* No related lists
* No standard headers, footers, or page settings

### Start with the guide that fits your task

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th>Title</th><th>Description</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>How To: Upload PDF To S-Docs</strong></td><td>Set up a PDF-Upload template and understand how the format works.</td><td><a href="/pages/e141c0ee4f4c35065d987559f665339646cc21dc">/pages/e141c0ee4f4c35065d987559f665339646cc21dc</a></td></tr><tr><td><strong>How to: Center Text With PDF-Upload Merge Fields</strong></td><td>Center overlay text by updating the field style settings.</td><td><a href="/pages/5dae095a0d3cab02b324f17b8c924cf0ed9641a0">/pages/5dae095a0d3cab02b324f17b8c924cf0ed9641a0</a></td></tr><tr><td><strong>Quick Reference: Named Queries for PDF Upload Templates</strong></td><td>Use named queries when you need dynamic values beyond simple field overlays.</td><td><a href="/pages/199a06b95808b58bed7a92d5850d47eec12a690d">/pages/199a06b95808b58bed7a92d5850d47eec12a690d</a></td></tr></tbody></table>


---

# 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://help.sdocs.com/sdocs/template-architecture/document-formats/pdf-upload-format.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.
