Link Search Menu Expand Document

How to increase quality of images in output HTML

For Zapier, Integromat and others plugins insert custom profiles into profiles field. For API calls please set value as string in profiles parameter as string.

Some PDF may have high quality images used in the document and you may need to keep the quality of these images in the output HTML. By default PDF to HTML is optimizing images and you can easily turn it off with the following profile:

{ 'OptimizeImages': false, 'OutputPageWidth': 2048, 'AdditionalCssStyles': '#canvas { zoom: 50%; }' }