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

# Edit a PDF Portfolio in WebViewer

Edit a PDF Portfolio in WebViewer with ease. Learn how to manage files, rename, download, and delete items within your PDF portfolios using the intuitive UI features. The Apryse Web SDK streamlines se

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

The left side panel has a PDF portfolio tab that can be used to perform a number of different operations.

## Add a file in PDF portfolio (packages)

![](https://3532544125-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FX9YnTSKIHvV7m0A36LbO%2Fuploads%2Fgit-blob-7a913e8a9a0e37780b1c9232ae9ba81e994f77c8%2F2f0e2268498f91ab1004e8012b748b59bb145b2a-410x582.png?alt=media)

## View, rename, download and delete a file in PDF portfolios (packages)

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

Each file in PDF portfolios can also be double-clicked to open. This will activate the Multi-Tab viewing feature. Renaming, downloading and deleting functionalities are also accessible through the options.

[Multi-Tab](/web/ui-customization/multi-tab.md) Multi-Tab Document Viewing

[PDF portfolio sample in WebViewer](https://sdk.apryse.com/samples/web/samples/full-apis/PortfolioTest/) Full sample shows how to edit a PDF portfolio


---

# 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/edit.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.
