我们正在尝试将多个图像合并到单个 pdf 文档中。convertapi 似乎是我们的完美解决方案。但是,当我尝试使用您的 api 的示例时,它会返回
{
"Code": 5999,
"Message": "The error mapping is missing."
}
我的要求在下面,请您指出正确的方向:
网址:https ://v2.convertapi.com/pdf/to/merge?Secret=XXXXXXXXXXXXXXXX
发布数据:
{
"Parameters": [
{
"Name": "StoreFile",
"Value": "true"
},
{
"Name": "PdfVersion",
"Value": "1.7"
},
{
"Name": "Files",
"FileValues": [
{
"Url": "https://vignette.wikia.nocookie.net/gameofthrones/images/5/52/Viserion_brought_down.jpg"
},
{
"Url": "https://vignette.wikia.nocookie.net/gameofthrones/images/5/52/Viserion_brought_down.jpg"
},
{
"Url": "https://vignette.wikia.nocookie.net/gameofthrones/images/5/52/Viserion_brought_down.jpg"
}
]
}
]
}