---
title: "Request a custom form PDF."
method: GET
path: "/custom_form_data/pdf"
tags: ["Documents|Form data"]
---

# Request a custom form PDF.

`GET /custom_form_data/pdf`

This endpoint enables you to obtain a PDF created by providing the `id` of the custom form. You can
decide whether this access should be recorded in the log of the form. When making a request to the
endpoint, you will receive the custom form as a rendered PDF document in response.

## Query parameters

- `id` integer, required
- `log_access` boolean
- `export_base64` boolean

## Response `200`

Success Response:

- ComponentHttpFoundationResponse — Represents a formless response. (HTML, Text, ...)

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/869b05603541/schema)
