> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/web/full-api/samples.md).

# Full API samples

Discover a variety of Full API samples for PDF processing needs not covered by the Standard API. Explore ElementReader, ElementBuilder, Annotations, Stamper, InteractiveForms, XFDF Import, PDFPage, Te

{% hint style="info" %}
[Full API](/web/what-is-webviewer/full-api.md) is mainly used for PDF processing situations that are not featured using the Standard API. The preferred recommendation is to use the Standard API to address your situation when possible. Standard API is easy to use, loaded by default, and performs best for most situations.
{% endhint %}

Please visit our [Full API samples page](/web/get-started/guides/samples/full-apis.md) to try out more samples.

## Basics

#### ElementReader

Illustrates how to traverse page display list using ElementReader.

<a href="https://sdk.apryse.com/samples/web/samples/full-apis/ElementReaderTest/" class="button primary">Launch Demo</a><a href="/web/get-started/samples/elementreadertest.md" class="button primary">View Source Code</a>

#### ElementBuilder

Illustrates how to use PDFNet page writing API, how to embed fonts and images and how to copy graphical elements from one page to another.

<a href="https://sdk.apryse.com/samples/web/samples/full-apis/ElementBuilderTest/" class="button primary">Launch Demo</a><a href="/web/get-started/samples/elementbuildertest.md" class="button primary">View Source Code</a>

## Annotations

#### Annotation

Shows how to add a text annotation to an existing page and how to create link annotations between several pages.

<a href="https://sdk.apryse.com/samples/web/samples/full-apis/AnnotationTest/" class="button primary">Launch Demo</a><a href="/web/get-started/samples/annotationtest.md" class="button primary">View Source Code</a>

#### Stamper

The sample code illustrates how to stamp text and images onto various pages in a PDF document.

<a href="https://sdk.apryse.com/samples/web/samples/full-apis/StamperTest/" class="button primary">Launch Demo</a><a href="/web/get-started/samples/stampertest.md" class="button primary">View Source Code</a>

## Forms

#### InteractiveForms

Illustrates how to create and edit interactive forms (check boxes and text boxes).

<a href="https://sdk.apryse.com/samples/web/samples/full-apis/InteractiveFormsTest/" class="button primary">Launch Demo</a><a href="/web/get-started/samples/interactiveformstest.md" class="button primary">View Source Code</a>

#### XFDF Import

PDFNet includes full support for FDF (Forms Data Format) and the capability to merge/extract forms data (FDF) with/from PDF. The sample illustrates basic XFDF merge functionality available in PDFNet.

<a href="https://sdk.apryse.com/samples/web/samples/full-apis/FDFTest/" class="button primary">Launch Demo</a><a href="/web/get-started/samples/fdftest.md" class="button primary">View Source Code</a>

## Page manipulation

#### PDFPage

The sample illustrates how to copy pages from one document to another, how to delete, and re-arrange pages and how to use ImportPages() method for very efficient copy and merge operations.

<a href="https://sdk.apryse.com/samples/web/samples/full-apis/PDFPageTest/" class="button primary">Launch Demo</a><a href="/web/get-started/samples/pdfpagetest.md" class="button primary">View Source Code</a>

## Extraction

#### TextExtraction

The sample demonstrates how to extract information from text boxes such as their position, font, size, color and of course the text itself.

<a href="https://sdk.apryse.com/samples/web/samples/full-apis/TextExtractTest/" class="button primary">Launch Demo</a><a href="/web/get-started/samples/textextracttest.md" class="button primary">View Source Code</a>

## Search

#### TextSearch

The sample demonstrates how to search using strings and regular expressions in a PDF document and how to set search mode and parameters.

<a href="https://sdk.apryse.com/samples/web/samples/full-apis/TextSearchTest/" class="button primary">Launch Demo</a><a href="/web/get-started/samples/textsearchtest.md" class="button primary">View Source Code</a>

#### ContentReplacer

The sample demonstrates replacement of objects such as images, text and strings within a document.

<a href="https://sdk.apryse.com/samples/web/samples/full-apis/ContentReplacerTest/" class="button primary">Launch Demo</a><a href="/web/get-started/samples/contentreplacertest.md" class="button primary">View Source Code</a>

## Redaction

#### PDFRedaction

The sample illustrates how to create Redaction objects and use PDFNetJS's redact function to remove and overlay PDF document content.

<a href="https://sdk.apryse.com/samples/web/samples/full-apis/PDFRedactTest/" class="button primary">Launch Demo</a><a href="/web/get-started/samples/pdfredacttest.md" class="button primary">View Source Code</a>


---

# 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.apryse.com/web/full-api/samples.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.
