Skip to main content

How to convert PDF to WebP ?

Updated over 11 months ago

How to convert PDF to WebP ?

You can do it with /pdf/convert/to/webp endpoint. WebP is the image format invented by Google and is supported by Google Chrome and other modern browsers. It provides good quality but data is smaller in size so these images are downloaded and displayed much faster.

WebP image quality can be controlled through profiles as the following:

{ 'WEBPQuality': 75, 'WEBPEncodingSpeed': 4 }
Did this answer your question?