Skip to main content
Version: v2023.18.0

PDFOwl Renderer

PDFOwl PDF Rendering

Properties are available to configure the rendering of PDF documents to images.

The PDFOwl microservice uses a pool of dedicated PDFOwl rendering processes. Each PDFOwl process is started for a single document, and can processing a single query at the same time. For a given document, multiple PDFOwl processes can coexist simultaneously. The PDFOwl microservice recycles PDFOwl processes for a given document, until the pdfowl.client.ttl limit is reached.

application.properties located in ARender-Rendition-2023.18.0/modules/PDFOwl
DescriptionParameter KeyDefault valueType
Maximum duration of a rendition task to PDFOwl after which the watchdog will kill the PDFOwl processpdfowl.client.watchdog10000Integer
Maximum duration of an idle PDFOwl processpdfowl.client.ttl30000Integer
Memory limit for each PDFOwl process (in Megabytes)pdfowl.memlimit.mb1024Integer
Enable recycling of PDFOwl processespdfowl.recycling.enabletrueBoolean