22 lines
384 B
JSON
22 lines
384 B
JSON
|
|
{
|
||
|
|
"id": "render_pdf_page_first",
|
||
|
|
"category": "pdf",
|
||
|
|
"description": "render_pdf_page_to_png: first page",
|
||
|
|
"call": "render_pdf_page_to_png",
|
||
|
|
"input": {
|
||
|
|
"pdf_bytes": "pdf/fake_memo.pdf",
|
||
|
|
"page_index": 0,
|
||
|
|
"dpi": null,
|
||
|
|
"password": null
|
||
|
|
},
|
||
|
|
"assertions": [
|
||
|
|
{
|
||
|
|
"type": "not_error"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "min_length",
|
||
|
|
"value": 100
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|