# How to disable HTTP stream

If HTTP is disabled, than no external resources such as images and external CSS will be downloaded.

Image place holder will  be displayed instead of original image.

## Disabling HTTP connector in Swing PDF Converter database

This is for users that are using Swing PDF Converter toolbar icon.

1. Open Swing PDF Converter database in Lotus Notes.
2. In the main menu select "General Settings".
3. In "General Settings" page, change "Enable HTTP stream" option to "No"

To edit document click on the "Edit" button.

![](/files/-MlG82Eye6htHbqs-xn3)

Click the "Save" button to save new settings.

## Disabling HTTP connector in Swing PDF Converter API

This is for users that are using Swing PDF Converter  programmatically in custom database.

In SwPSDSettings class set EnableHTTPStream property to False.

Sample:&#x20;

```
Dim swPDF As New SwPDFCreator
swPDF.Init("") 
swPDF.PDFSettings.EnableHTTPStream = False
```

Disabling HTTP stream should significantly increase conversion speed of HTML emails.


---

# 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/how-to/how-to-disable-http-stream.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.
