# How does Document Converter handle InfoPath attachments?

Nutrient Document Converter for SharePoint automatically converts (and merges) all files that are attached to an InfoPath form as long as they are part of the views that are being converted.

The conversion of attachments is enabled by default, but can be disabled globally using the Conversion Service's config file, or on a call-by-call basis when using the Web Services interface.

As it is not possible to merge different file types into MS-Word and Excel documents, attachments are ignored when converting InfoPath forms to file formats other than PDF.

[This behavior can be customized as needed](/blog/dealing-with-attachments-when-converting-emails-infopath-forms-and-merging-documents/). For example, you can store InfoPath attachments as separate attachments within the PDF instead of merging them into the main document.

For more details, see:

- [Converting InfoPath attachments](/blog/how-to-export-infopath-with-attachments-to-pdf/)

- [Administration guide](/guides/document-converter/sharepoint.md)&nbsp;(Search for&nbsp;`InfoPath specific switches`)

- [Developer guide](/guides/document-converter/document-converter-services.md)&nbsp;(Search for `ConverterSpecificSettings\_InfoPath`)

- [Tweaking how attachments are handled](/blog/dealing-with-attachments-when-converting-emails-infopath-forms-and-merging-documents/)

---

## Related pages

- [How to specify which InfoPath view to convert from your code?](/guides/document-converter/document-converter-services/knowledge-base/how-can-i-specify-which-infopath-view-to-convert-from-my-own-code.md)
- [How does the Conversion Service handle concurrency and how can it be adjusted?](/guides/document-converter/document-converter-services/knowledge-base/how-does-the-conversion-service-deal-with-concurrency-and-how-to-tweak-it.md)
- [Knowledge base: SharePoint Document Converter](/guides/document-converter/document-converter-services/knowledge-base.md)
- [How to use GdPicture in your code?](/guides/document-converter/document-converter-services/knowledge-base/how-to-use-gdpicture-from-the-code.md)
- [Do you have sample code for Text Extraction functionality?](/guides/document-converter/document-converter-services/knowledge-base/sample-code-for-text-extraction.md)
- [Do you have sample code for KVP Extraction functionality?](/guides/document-converter/document-converter-services/knowledge-base/sample-code-for-kvp-extraction.md)
- [Using Document Converter from PowerShell](/guides/document-converter/document-converter-services/knowledge-base/using-the-pdf-converter-from-powershell.md)
- [How to make HTML-to-PDF conversion more secure?](/guides/document-converter/document-converter-services/knowledge-base/make-html-to-pdf-conversion-more-secure.md)
- [Common code to open and close DocumentConverterServiceClient](/guides/document-converter/document-converter-services/knowledge-base/open-and-close-documentconverterserviceclient.md)

