Wiki

Case Status
Log In

Wiki

 
Kappris PDF Editor
  • RSS Feed

Last modified on 11/8/2024 2:10 PM by User.

Tags:

Kappris PDF Editor

appsettings.json

The contents of the Kappris PDF Editor appsettings.json file needs some explanation.

"SaveAsImage": {
      "DefaultFormat": ".jpg",
      "DefaultPath": "%HOMEPATH%\\Documents",     
      "Bilinear smoothing": "true",
      "Area smoothing": "true",
      "AntiAliasing": "true",
      "Dpi": 150
    }




Bilinear smoothing is true to enable image smoothing, false otherwise.
Area smoothing is true to use a higher quality (but slower) smoothing algorithm.