Kilian Hofmann 515cbd8a20 More pagination
converter settings json
2023-11-22 07:51:16 +01:00

25 lines
365 B
JSON

{
"PaperSizes": [
{
"Name": "A4",
"Width": 210,
"Height": 297,
"Unit": "Millimetre"
},
{
"Name": "A5",
"Width": 148.5,
"Height": 210,
"Unit": "Millimetre"
},
{
"Name": "Letter",
"Width": 8.5,
"Height": 11,
"Unit": "Inch"
}
],
"SelectedPaper": "A4",
"DPI": 96
}