Skip to main content
Version: 10.0

Document conversion

webPDF provides the Converter web service to convert file formats from third-party providers into PDF documents.

HTTP REST-APIOpenAPI
POST /converter/{documentId}đź”—

The server uses various native format converters integrated into the server and a number of external programs to create a PDF from various file formats.

While graphic formats such as PNG or JPEG are implemented by integrated format converters, webPDF uses external tools for other formats such as “Word” or “Excel”. These external tools (e.g., "Outside In Technology") are all components of the server and are also automatically set up as part of the installation. They do not have to be available or provided manually.

note

The external applications that are connected via “Bridges” (e.g. “Office Bridge”) are not part of webPDF and must be provided externally.

webPDF automatically detects formats, i.e., you do not have to specify the file type of the file to be converted. webPDF will not use the file extension as a basis when detecting formats but will use the file contents as a basis instead. When a format is recognized, it will be assigned to the corresponding "mime-type" and the appropriate converter will be called.