# How to enable/disable the low-level renderer

Here are the instructions for enabling or disabling the low-level rendering feature in your SWING PDF Converter database settings, or in your LotusScript / Java API code settings (depending on how the product has been deployed).

## SWING PDF Converter database

* Open the SWING PDF Converter database in Lotus Notes
* In the main menu, select General Settings (1)
* In the General Settings page, set Enable low level document rendering to Yes or No (2).

![](/files/-MlEgxVEz_iq9f02bWm7)

## SWING PDF Converter LotusScript API

The low-level rendering can be enabled/disabled in the SwPDFSettings LotusScript class (set to False to disable)

`swPdf.PDFSettings.UseLowLevelRenderer = True`

## SWING PDF Converter Java API

The low-level rendering can be enabled/disabled in the SwPDFSettings Java class (set to False to disable)

&#x20;`swPdf.getPDFSettings().setUseLowLevelRenderer(True);`

**About the low-level rendering**

SWING PDF Converter works by converting the Lotus Notes documents to raw DXL format and then rendering the DXL content to PDF format. The Notes document is converted to raw DXL using the DXL Exporter LotusScript functions (this is what we call the high-level rendering).&#x20;

The DXL Exporter functions export documents to DXL with good conversion fidelity in most cases. However, this is not always the case, especially with complex forms.

To account for the cases where high-level rendering does not provide satisfactory results, SWING Software has developed a custom version of DXL exporter which we call the low-level renderer. Its code is written using Lotus Domino C-API in the swllrend.dll file which is saved in Lotus Notes or Lotus Domino installation folder.


---

# 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-enable-disable-the-low-level-renderer.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.
