# How to make HTML-to-PDF conversion more secure?

The version of Google Chrome releasing on 8 January 2025 removes headless functionality. If you’re using Nutrient Document Converter (formerly Muhimbi PDF Converter) or Nutrient Document Converter Services (formerly Muhimbi PDF Converter Services) on-premises applications, configured to use Chrome, this may have an impact on your HTML-to-PDF conversions. To resolve this, switch to Blink Binaries or [Chrome headless shell](https://www.nutrient.io/guides/document-converter/document-converter-services/troubleshooting/chrome-headless-shell-update.md).

Administrators can make HTML-to-PDF conversion more secure (when the Chromium-based converter is used) by automatically removing potentially malicious HTML tags. To do this, add the following entry in the configuration of the Conversion Service:

```xml

<add key="HTMLConverterFullFidelity.RemoveNodes" value="iframe, embed, object"/>

```

With the configuration above, all `<IFRAME>`, `<EMBED>`, and `<OBJECT>` HTML tags will be removed before conversion, thereby blocking any attempts to exploit security vulnerabilities tied to them.
---

## Related pages

- [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)
- [How does Document Converter handle InfoPath attachments?](/guides/document-converter/document-converter-services/knowledge-base/how-does-the-pdf-converter-deal-with-infopath-attachments.md)
- [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)
- [Do you have sample code for Text Extraction functionality?](/guides/document-converter/document-converter-services/knowledge-base/sample-code-for-text-extraction.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)
- [Common code to open and close DocumentConverterServiceClient](/guides/document-converter/document-converter-services/knowledge-base/open-and-close-documentconverterserviceclient.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)

