How to disable HTTP stream
Last updated
Last updated
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.
This is for users that are using Swing PDF Converter toolbar icon.
Open Swing PDF Converter database in Lotus Notes.
In the main menu select "General Settings".
In "General Settings" page, change "Enable HTTP stream" option to "No"
To edit document click on the "Edit" button.
Click the "Save" button to save new settings.
This is for users that are using Swing PDF Converter programmatically in custom database.
In SwPSDSettings class set EnableHTTPStream property to False.
Sample:
Disabling HTTP stream should significantly increase conversion speed of HTML emails.