> 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/portfolios/create.md).

# Create or Load a PDF Portfolio in WebViewer

Learn how to create or load a PDF portfolio in WebViewer. Enable the Full API for advanced PDF processing and use the Standard API for simpler tasks. Follow easy steps to create or load a PDF portfoli

{% hint style="warning" %}
Make sure you have [Full API enabled in WebViewer.](/web/what-is-webviewer/full-api.md)
{% endhint %}

{% 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 %}

Need to call `instance.UI.enableFeatures([instance.UI.Feature.Portfolio])` to enable the portfolio feature in the UI.

## Create a PDF portfolio with the UI

To create a new PDF portfolio or package in WebViewer, click on "Create PDF Portfolio" in the flyout menu to open the creating modal.

![](https://3532544125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9YnTSKIHvV7m0A36LbO%2Fuploads%2Fgit-blob-0533019040c1b1bac3eef3a42da87d49bb42ca94%2F9a6556876f9ab8e671a14ebddfd2b5f8d9e7f74f-198x309.png?alt=media)

Here you can drag and drop to add files in the portfolio. Folder support will be added in future releases.

![](https://3532544125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9YnTSKIHvV7m0A36LbO%2Fuploads%2Fgit-blob-0bd8b3764e725ecd2724297a5fb15f1dc43f76cf%2Fc64187558717f880a13f71e31968b6b985d27276-799x732.png?alt=media)

[Create a PDF portfolio](/web/portfolios/samples.md) Create a PDF portfolio (package) using JavaScript

## Load a PDF portfolio

Load a PDF portfolio like any other document. Then activate the PDF Portfolio tab in the left side panel to see the contents.

![](https://3532544125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9YnTSKIHvV7m0A36LbO%2Fuploads%2Fgit-blob-db99755766213b9e8c5f59c7b3ae8eac1d624e90%2F59013a4af137ae56bd041372ffbaa6c7e082ee2a-337x647.png?alt=media)

[Open a document](/web/open-save-document/open/url.md) To open a document

[PDF portfolio sample in WebViewer](https://sdk.apryse.com/samples/web/samples/full-apis/PortfolioTest/) Full sample shows how to create and load a PDF portfolio. You can load local/remote files of your choice.


---

# 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/portfolios/create.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.
