---
title: "Converting HTML - Empty page / Authentication problems | Nutrient Integrations"
canonical_url: "https://www.nutrient.io/guides/document-converter/sharepoint/troubleshooting/converting-html-web-pages-returns-an-empty-pdf/"
md_url: "https://www.nutrient.io/guides/document-converter/sharepoint/troubleshooting/converting-html-web-pages-returns-an-empty-pdf.md"
last_updated: "2026-05-30T02:20:01.221Z"
description: "Learn how to troubleshoot converting HTML to PDF when you get an empty page or an authentication related error."
---

# Converting HTML - Empty page / Authentication problems

**As of version 8.3, the Document Converter returns a detailed message in the generated PDF in case of authentication problems, or other connectivity related errors. Please consider upgrading to that version if you are experiencing issues when converting HTML to PDF.**

When you get a blank PDF, or a PDF containing an authentication related error, when carrying out an HTML conversion then the most likely problem is that the account the Muhimbi Conversion Service runs under has no access to the page you are trying to convert. The easiest way to troubleshoot this is as follows:

1. Launch our diagnostics tool from the Windows Start Menu.

2. Navigate to the ‘HTML Conversion’ tab and click both ‘Convert’ buttons using the default settings. Each should return valid content.

3. If both indeed return valid content then please change the URL to the URL of the content you are trying to convert. Please do not enter a username and password.

4. If step #3 returns an empty PDF then look in your web server's (IIS) log file to see what the status code is.

When troubleshooting HTML Conversions, take the following into account:

1. Windows Internet settings (a.k.a Internet Explorer settings), as configured for the account the Conversion Service is running under, are used during conversion. This includes security zones and other security related settings such as block lists, authentication and proxy settings.

2. The actual conversion is carried out by the Conversion Service on the machine that is running this service. If the URL to convert is located on a different machine, or the IP address of the page to convert will cause the request to be routed 'off machine' then the request may go via various systems in your infrastructure, including (transparent) proxy servers, firewalls, authentication systems etc.

A common problem is that, even though the Conversion Service account has the appropriate privileges on the destination URL, Windows' Internet Settings have not been configured to automatically login. This can be solved as follows:

1. Log in to the desktop of the server that runs the Conversion Service using the account the Conversion Service runs under.

2. Launch Internet Explorer and navigate to Internet Options / Security.

3. Select the zone for the domain of the URL that you are trying to convert. If the domain is not part of any zones then add it to the list of 'Intranet' or 'Trusted sites'.

4. With the relevant zone selected click 'Custom Level' and scroll all the way to the bottom.

5. Set 'Logon' to&nbsp;either 'Automatic logon with current user name and password' (to automatically authenticate using the account the conversion service runs under), or 'Prompt for user name and password' (to login using the&nbsp;credentials provided in the Diagnostics Tool or Workflow Actions).

Determining the active Zone for a URL can be surprisingly complicated. [Microsoft's IEZoneAnalyzer](http://blogs.technet.com/b/fdcc/archive/2011/09/22/iezoneanalyzer-v3-5-with-zone-map-viewer.aspx) is a particularly useful utility for troubleshooting Zone settings.

As of version 7.0 the credentials used for converting HTML to PDF is not limited to just the Conversion Service account. The credentials can be&nbsp;overridden&nbsp;in the Conversion Service's config file. Please note that&nbsp;Internet Explorer needs to be set to "User Authentication / Prompt for Username & Password" for the Account the conversion service runs under, and for the Security Zone the web page is located in.

```xml

<add key="HTMLConverterFullFidelity.URLUsername" value=""/>
<add key="HTMLConverterFullFidelity.URLPassword" value=""/>

```

**Starting with version 8.3**, the following configuration settings are useful where it comes to troubleshooting authentication issues / dealing with empty or partially displayed pages. Details about editing the configuration file [can be found here](/guides/document-converter/sharepoint/knowledge-base/how-to-edit-the-conversion-service-s-configuration-file.md). Please note that many of these changes can also be specified on a request by request basis using either our Workflow Actions or Web Services Interface.

Specify which HTML conversion engine to use. WebKit generally produces better output, especially with SharePoint 2013 and later, but for some **rare** scenarios the IE (Internet Explorer) option may work better.

Modern web pages, including SharePoint 2013 and later, as well as SharePoint Online, use complex methods for rendering pages, often involving JavaScript. Under normal circumstances the Muhimbi Converter will convert HTML to PDF the moment the page has finished loading. However, you may want to add some milliseconds (a value of 1000 is 1 second) to allow all JavaScript to finish executing.

HTML is a language that is primarily aimed at displaying information on screen, and not at&nbsp;print purposes. However, modern web pages - including SharePoint - use CSS to define a different look and feel for the screen and the printer. Providing the default 'WebKit' based HTML Converter is enabled, our system defaults to Print CSS, which in some cases may not generate the desired output. Specify the 'Screen' option to generate a PDF that resembles what is displayed on screen. (The IE based converter always uses the 'Screen' option).

Out of the box, the Muhimbi Document Converter attempts to authenticate using standard Web / HTTP / Windows authentication. However, in order to convert SharePoint Online pages, a different authentication type will need to be specified. Use the 'MSOAuthentication' option when converting SharePoint Online URLs.

Both the WebKit and IE based HTML Converters honour the system Proxy settings&nbsp;for the account the Conversion Service runs under. However, the WebKit based converter also allows these settings to be specified in the config file. Please make sure the optional&nbsp;'WebKitProxyUsername' and 'WebKitProxyPassword' are filled out as well.

In case of authentication or connectivity related problems when converting a URL to PDF, the generated PDF will contain a descriptive error message by default (e.g. 'Access Denied'). However, rather than using the default 'Detail' option, it is also possible to return either a blank PDF (use 'Blank'), or fail the entire conversion (use 'Exception').

Further details, specific to solving HTML to PDF formatting issues, can be found in [this Knowledge Base article](/guides/document-converter/sharepoint/troubleshooting/solving-formatting-issues-when-converting-html-to-pdf.md).

As always, if you require assistance, please [contact our friendly support desk](https://www.nutrient.io/company/contact). We are here to help.

---

## Related pages

- [Converting IRM and DRM protected documents seamlessly](/guides/document-converter/sharepoint/troubleshooting/dealing-with-the-conversion-of-irm-drm-rms-aip-protected-documents.md)
- [CabLib Extract ERROR when converting InfoPath files](/guides/document-converter/sharepoint/troubleshooting/cablib-extract-error-when-converting-infopath-files.md)
- [How to check if a SharePoint server runs workflows](/guides/document-converter/sharepoint/troubleshooting/determining-if-a-server-is-involved-in-executing-workflows.md)
- [Troubleshooting error 1001 in SharePoint upgrades](/guides/document-converter/sharepoint/troubleshooting/error-1001-an-exception-occurred-in-the-onafterinstall-event-handler-during-upgrade.md)
- [Debugging Web Service calls and Soap Messages](/guides/document-converter/sharepoint/troubleshooting/debugging-web-service-calls-and-soap-messages.md)
- [Troubleshoot PDF merging issues and solutions](/guides/document-converter/sharepoint/troubleshooting/error-while-merging-existing-pdf-files-e-g-pdflexer-errors.md)
- [Adjusting document file size limits easily](/guides/document-converter/sharepoint/troubleshooting/how-can-i-change-the-maximum-file-size-of-documents-to-process.md)
- [How to Disable Incremental Updates When Watermarking?](/guides/document-converter/sharepoint/troubleshooting/disable-incremental-update-when-watermarking.md)
- [Enable Custom App Authentication](/guides/document-converter/sharepoint/troubleshooting/enable-custom-app-authentication.md)
- [How do I manually remove the Conversion Service?](/guides/document-converter/sharepoint/troubleshooting/how-do-i-manually-remove-the-conversion-service.md)
- [Check your Document Converter version easily](/guides/document-converter/sharepoint/troubleshooting/how-to-determine-which-version-of-the-pdf-converter-is-installed.md)
- [Differences between SharePoint Online and on-premises Document Converter](/guides/document-converter/sharepoint/troubleshooting/how-does-the-pdf-converter-for-sharepoint-online-differ-from-the-on-premise-product.md)
- [Invalid digital signature during installation](/guides/document-converter/sharepoint/troubleshooting/invalid-digital-signature-during-installation.md)
- [How do I enable debug logging?](/guides/document-converter/sharepoint/troubleshooting/how-do-i-enable-debug-logging.md)
- [Troubleshooting InfoPath form conversion issues](/guides/document-converter/sharepoint/troubleshooting/my-infopath-form-fails-to-convert-how-can-i-troubleshoot-this.md)
- [Troubleshooting InfoPath view-related errors](/guides/document-converter/sharepoint/troubleshooting/infopath-cannot-execute-any-view-related-object-model-calls-the-view-is-not-ready.md)
- [Understanding InfoPath document conversion processes](/guides/document-converter/sharepoint/troubleshooting/infopath-rules-custom-code-data-connections-are-not-executed.md)
- [Troubleshooting PDF workflow issues in SharePoint](/guides/document-converter/sharepoint/troubleshooting/pdf-workflow-activities-are-not-displayed-in-sharepoint-designer-2013.md)
- [Fixing SharePoint search for HTML-to-PDF conversion](/guides/document-converter/sharepoint/troubleshooting/sharepoint-search-does-not-return-converted-html-content.md)
- [Troubleshoot SharePoint Designer workflow issues](/guides/document-converter/sharepoint/troubleshooting/sharepoint-designer-workflow-activities-are-not-inserted.md)
- [Document Converter front-end WSP is stuck on 'Deploying](/guides/document-converter/sharepoint/troubleshooting/pdf-converter-front-end-wsp-is-stuck-on-deploying.md)
- [Solving formatting issues when converting HTML to PDF](/guides/document-converter/sharepoint/troubleshooting/solving-formatting-issues-when-converting-html-to-pdf.md)
- [Troubleshooting Document Converter login issues](/guides/document-converter/sharepoint/troubleshooting/problems-logging-in-to-pdf-converter-services-online.md)
- [Troubleshooting SharePoint Online menu visibility issues](/guides/document-converter/sharepoint/troubleshooting/some-menu-options-are-not-displayed-in-sharepoint-online.md)
- [Troubleshoot evaluation message in SharePoint](/guides/document-converter/sharepoint/troubleshooting/the-license-has-been-installed-but-an-evaluation-message-is-still-displayed.md)
- [Troubleshooting install.cmd errors](/guides/document-converter/sharepoint/troubleshooting/troubleshooting-install-cmd-errors.md)
- [The Conversion Service does not start](/guides/document-converter/sharepoint/troubleshooting/the-conversion-service-does-not-start.md)
- [Troubleshooting SharePoint Document Converter issues](/guides/document-converter/sharepoint/troubleshooting/sharepoint-behaves-unexpectedly-after-deploying-the-pdf-converter-for-sharepoint.md)
- [Troubleshooting SharePoint document converter issues](/guides/document-converter/sharepoint/troubleshooting/troubleshooting-connectivity-problems-between-web-front-end-and-conversion-servers.md)
- [Tips for pixel-perfect InfoPath-to-PDF conversion](/guides/document-converter/sharepoint/troubleshooting/when-converting-infopath-to-pdf-my-file-does-not-look-100-the-same.md)
- [Troubleshooting document converter issues on SharePoint](/guides/document-converter/sharepoint/troubleshooting/troubleshooting-the-pdf-converter-for-sharepoint-online.md)
- [Find the Document Converter administration screen](/guides/document-converter/sharepoint/troubleshooting/where-is-the-pdf-converter-s-central-administration-screen-located.md)
- [Convert InfoPath forms to Word and Excel easily](/guides/document-converter/sharepoint/troubleshooting/when-converting-infopath-to-word-excel-my-file-does-not-look-100-the-same.md)
- [Watermarker fails to load because Microsoft now enforces Content Security Policy (CSP)](/guides/document-converter/sharepoint/troubleshooting/watermarker-blocked-by-microsoft-csp.md)
- [Using the diagnostics tool to troubleshoot conversions](/guides/document-converter/sharepoint/troubleshooting/using-the-diagnostics-tool-to-troubleshoot-conversions.md)
- [Validating converters and troubleshooting errors](/guides/document-converter/sharepoint/troubleshooting/validating-converters-and-troubleshooting-errors.md)
- [Understanding duplicate PDF conversion options in SharePoint](/guides/document-converter/sharepoint/troubleshooting/why-are-the-various-pdf-conversion-options-displayed-twice-in-sharepoint.md)
- [Why are my watermarks not visible?](/guides/document-converter/sharepoint/troubleshooting/why-are-my-watermarks-not-visible.md)
- [Where can I enable Web Application Scoped SharePoint Features?](/guides/document-converter/sharepoint/troubleshooting/where-can-i-enable-web-application-scoped-sharepoint-features.md)
- [Why are my legacy DOC and XLS files failing to convert?](/guides/document-converter/sharepoint/troubleshooting/why-are-my-legacy-doc-and-xls-files-failing-to-convert.md)
- [Troubleshooting: SharePoint Document Converter](/guides/document-converter/sharepoint/troubleshooting.md)

