# PDF Creator

## PDF Creator

- [Welcome](https://cranford-tech.gitbook.io/pdf-creator/introduction/welcome.md)
- [Quickstart](https://cranford-tech.gitbook.io/pdf-creator/introduction/quickstart.md)
- [Key use cases](https://cranford-tech.gitbook.io/pdf-creator/introduction/key-use-cases.md)
- [Key features](https://cranford-tech.gitbook.io/pdf-creator/introduction/key-features.md)
- [Installing the plugin](https://cranford-tech.gitbook.io/pdf-creator/getting-started/installing-the-plugin.md)
- [Enabling ID attributes](https://cranford-tech.gitbook.io/pdf-creator/getting-started/enabling-id-attributes.md)
- [Generating PDFs of a single element](https://cranford-tech.gitbook.io/pdf-creator/implementing-key-features/generating-pdfs-of-a-single-element.md)
- [Generating a PDF of multiple elements](https://cranford-tech.gitbook.io/pdf-creator/implementing-key-features/generating-a-pdf-of-multiple-elements.md)
- [Downloading PDFs](https://cranford-tech.gitbook.io/pdf-creator/implementing-key-features/downloading-pdfs.md)
- [Saving PDFs to your Bubble database](https://cranford-tech.gitbook.io/pdf-creator/implementing-key-features/saving-pdfs-to-your-bubble-database.md)
- [Adding footers](https://cranford-tech.gitbook.io/pdf-creator/implementing-key-features/adding-footers.md)
- [Page counters](https://cranford-tech.gitbook.io/pdf-creator/implementing-key-features/adding-footers/page-counters.md)
- [Logos](https://cranford-tech.gitbook.io/pdf-creator/implementing-key-features/adding-footers/logos.md)
- [Adding headers](https://cranford-tech.gitbook.io/pdf-creator/implementing-key-features/adding-headers.md)
- [Customising your PDF](https://cranford-tech.gitbook.io/pdf-creator/implementing-key-features/customising-your-pdf.md)
- [Sending PDFs via email](https://cranford-tech.gitbook.io/pdf-creator/implementing-key-features/sending-pdfs-via-email.md)
- [Making PDF files private](https://cranford-tech.gitbook.io/pdf-creator/making-pdf-files-private.md)
- [How the plugin scales elements to the PDF page](https://cranford-tech.gitbook.io/pdf-creator/tips/how-the-plugin-scales-elements-to-the-pdf-page.md)
- [Adding a loading screen](https://cranford-tech.gitbook.io/pdf-creator/tips/adding-a-loading-screen.md)
- [Generating PDFs of repeating groups that span multiple pages](https://cranford-tech.gitbook.io/pdf-creator/tips/generating-pdfs-of-repeating-groups-that-span-multiple-pages.md)
- ['Can't find element' message when using square brackets](https://cranford-tech.gitbook.io/pdf-creator/troubeshooting/cant-find-element-message-when-using-square-brackets.md)
- [Unwanted white spaces when using nested repeating groups](https://cranford-tech.gitbook.io/pdf-creator/troubeshooting/unwanted-white-spaces-when-using-nested-repeating-groups.md)
- [Unwanted gap at bottom of table elements](https://cranford-tech.gitbook.io/pdf-creator/troubeshooting/unwanted-gap-at-bottom-of-table-elements.md)
- [Poor image quality/fuzzy images](https://cranford-tech.gitbook.io/pdf-creator/troubeshooting/poor-image-quality-fuzzy-images.md)
- [Traditional Chinese characters formatting](https://cranford-tech.gitbook.io/pdf-creator/troubeshooting/traditional-chinese-characters-formatting.md)
- [White space at the top of pages](https://cranford-tech.gitbook.io/pdf-creator/troubeshooting/white-space-at-the-top-of-pages.md)
- [Text in PDF is not searchable/selectable](https://cranford-tech.gitbook.io/pdf-creator/troubeshooting/text-in-pdf-is-not-searchable-selectable.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://cranford-tech.gitbook.io/pdf-creator/introduction/welcome.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
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.
