pdf.jpegQualityNumber
(default: 0.92)
Specifies the quality of the images within the exported file, from 0 to 1.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
tools: ["pdf"],
pdf: {
jpegQuality: 0.8
}
});
</script>
In this article