Interface IronPdfConfig

Main IronPdf configuration interface

Hierarchy

  • IronPdfConfig

Properties

debugMode?: boolean

Enable debug mode

Debug mode: MYAPP will expose more logging messages

Default

false

ironPdfEngineAddress?: string

An address of IronPdf subprocess.

Default

127.0.0.1:33350

ironPdfEngineDockerAddress?: string

An address of IronPdfEngine Docker.

If this config was specified IronPdf will switch to Docker mode

Docker mode: IronPdf will not spawn subprocess but will connect to Docker instead.

Default

undefined

licenseKey?: string

Removes watermarks. Get licensed at https://ironpdf.com/nodejs/licensing.

For .Net framework applications, a license key can alternatively be added to Web.Config or App.Config XML file using within the appSettings tag. See https://ironpdf.com/nodejs/how-to/license-keys/ for more details.

For .Net Core applications, a license key may be added to appsettings.json where the key name is "IronPdf.LicenseKey" and the value is a valid IronPDF trial or full license key.

See https://ironpdf.com/nodejs/licensing/ for licensing options.

@defaultundefined

Generated using TypeDoc