# Merging attachments with PDF forms

**Content loss can occur if two or more identical PDF forms are appended**.

Appending two or more PDF documents with same form fields causes confusion as there can be only one field with given field name.

Other field with same name will either be ignored or have value as first field.

Possible solution to this issue would be to create a PDF package (portfolio) from PDF attachments.

Unfortunately, SWING PDF Converter does not support this functionality using the toolbar icon.

It would be possible to develop required functionality using SWING PDF Converter API.


---

# Agent Instructions: 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:

```
GET https://docs.swingsoftware.com/pdf-converter-for-notes/tips-miscellaneous/merging-attachments-with-pdf-forms.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.
