# Removing PDF Converter completely from your system

In order to remove SWING PDF Converter completely from your system follow these steps.

## **Toolbar icon users**

1\. Remove the PDF toolbar icon from Notes by clicking **Remove** in the **Toolbar Icon Installation** menu of your **PDFConverter.nsf** database (you will need to restart Notes once):

![](/files/-MlFwk-HlqXAIFS43b2r)

2\. Delete the **SwPDFC** folder from your system (including all sub-folders).

* For Lotus Notes, the **SwPDFC** folder is located i&#x6E;**\Data\SwPDFC**. The Lotus Notes installation folder is typically located in "**C:\Program Files\IBM\Lotus\Notes**" or "**C:\Lotus\Notes**".&#x20;
* For Domino server, the **SwPDFC** folder is located i&#x6E;**\Data\SwPDFC**.

3\. Delete the **swllrend.dll** file located in your Lotus Notes or Domino installation folder (typically **C:\Program Files\IBM\Lotus\Notes or C:\Lotus\Notes**).

4\. Open your **notes.ini** file (using any text editor), delete the lines listed below, and then save and close the file.

**IMPORTANT:**

* It is recommended to first create a backup of the **notes.ini** file before making changes.
* Your **notes.ini** file might not contain all all of the entries listed below.
* The **notes.ini** file is located in **\notes.ini** (for Lotus Notes) o&#x72;**\notes.ini** (for Domino server).

Here is a list of entries to delete from the **notes.ini** file:<br>

a) All entries starting with **SWJ** or **SWJOO**:

SWJ0\
&#x20;SWJ1\
&#x20;SWJ2\
&#x20;...

SWJOO0\
&#x20;SWJOO1\
&#x20;SWJOO2\
&#x20;...

b) Entries starting with **$Sw**:

* $SwPDFJavaDir
* $SwPDFJarVer
* $SwPDFDoc
* $swFileDlgDirectory
* $swPDFAutoFileOpen
* $SwPDFcLVSO
* $SwPDFProgressCount
* $swPDFAutoFolderOpen
* $SwPDFFileDlg
* $SwPDFCreatorServer
* $SwPDFCreatorDB
* $SwPDFDllVer
* $SwPDFDb
* $SwPDFServer
* $SwPDFForm
* $SwPDFViewTitle
* $SwPDFContext

After you have completed the above steps PDF Converter will be completely removed from you system.

## **API users**

1\. Remove all the design elements that are labeled with the **"SWING PDF Converter - HIDDEN", "SWING PDF Converter",** or **"SWING Software"** comments from your database:

![](/files/-MlFwoMT36HLluIk4rre)

Here is an example list of the design elements which need to be removed (these may vary with different versions of SWING PDF Converter):

**Forms:**\
SwExternalResources\
SwParams

**Agents:**\
(SwPDFCreate)\
(SwPDFDispose)\
(SwPDFInit)\
(SwInitJVM)

**Script Libraries:**\
SwPDFMain

2\. Delete the **SwPDFC** folder from your system (including all sub-folders).&#x20;

* For Lotus Notes, the **SwPDFC** folder is located in **\Data\SwPDFC**. The Lotus Notes installation folder is typically located in "**C:\Program Files\IBM\Lotus\Notes**" or "**C:\Lotus\Notes**".&#x20;
* For Domino server, the **SwPDFC** folder is located in **\Data\SwPDFC**.

3\. Delete the **swllrend.dll** file located in your Lotus Notes or Domino installation folder (typically **C:\Program Files\IBM\Lotus\Notes or C:\Lotus\Notes**).

4\. Open your **notes.ini** file (using any text editor), delete the lines listed below, and then save and close the file.&#x20;

**IMPORTANT:**

* It is recommended to first create a backup of the **notes.ini** file before making changes.
* Your **notes.ini** file might not contain all all of the entries listed below.
* The **notes.ini** file is located in **\notes.ini** (for Lotus Notes) or **\notes.ini** (for Domino server).

Here is a list of entries to delete from the **notes.ini** file:<br>

a) All entries starting with **SWJ** or **SWJOO**:

SWJ0\
SWJ1\
SWJ2\
...

SWJOO0\
SWJOO1\
SWJOO2\
...

b) Entries starting with **$Sw**:

* $SwPDFJavaDir
* $SwPDFJarVer
* $SwPDFDoc
* $swFileDlgDirectory
* $swPDFAutoFileOpen
* $SwPDFcLVSO
* $SwPDFProgressCount
* $swPDFAutoFolderOpen
* $SwPDFFileDlg
* $SwPDFCreatorServer
* $SwPDFCreatorDB
* $SwPDFDllVer
* $SwPDFDb
* $SwPDFServer
* $SwPDFForm
* $SwPDFViewTitle
* $SwPDFContext

c) Java heap size entries:

* JavaMaxHeapSize
* JavaMinHeapSize

After you have completed the above steps PDF Converter will be completely removed from you system.&#x20;


---

# 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/installation-uninstallation/uninstalling/removing-pdf-converter-completely-from-your-system.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.
