mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-23 16:05:09 +00:00
14 lines
421 B
JSON
14 lines
421 B
JSON
![]() |
{
|
||
|
"friendlyName": "Scale Page",
|
||
|
"description": "Sets the size of all pdf pages of the given document in pixels.",
|
||
|
"values": {
|
||
|
"height": {
|
||
|
"friendlyName": "Height",
|
||
|
"description": "The height of the pdf document in pixels."
|
||
|
},
|
||
|
"width": {
|
||
|
"friendlyName": "Width",
|
||
|
"description": "The width of the pdf document in pixels."
|
||
|
}
|
||
|
}
|
||
|
}
|