Hi,
The words API v4 is returning relative links which are HTTP not HTTPS, yet the Aspose API is not accessible over HTTP. This means to use any of the links we have to convert them to HTTPS, which is cumbersome when using the API programatically.
Aside from this, the “RenderLinks” returned by the API do not do anything, I’m not clear about what they are meant to do?
{
"DrawingObject": {
"RenderLinks": [
{
"Href": "http://api.aspose.cloud/v4.0/words/testDocument.docx/sections/0/headersfooters/2/paragraphs/0/drawingObjects/0?format=jpeg",
"Rel": "self"
},
{
"Href": "http://api.aspose.cloud/v4.0/words/testDocument.docx/sections/0/headersfooters/2/paragraphs/0/drawingObjects/0?format=tiff",
"Rel": "self"
},
{
"Href": "http://api.aspose.cloud/v4.0/words/testDocument.docx/sections/0/headersfooters/2/paragraphs/0/drawingObjects/0?format=png",
"Rel": "self"
},
{
"Href": "http://api.aspose.cloud/v4.0/words/testDocument.docx/sections/0/headersfooters/2/paragraphs/0/drawingObjects/0?format=bmp",
"Rel": "self"
}
],
"Width": 598.67716535433067,
"Height": 168.66141732283464,
"ImageDataLink": {
"Href": "http://api.aspose.cloud/v4.0/words/testDocument.docx/sections/0/headersfooters/2/paragraphs/0/drawingObjects/0/ImageData",
"Rel": "self"
},
"RelativeHorizontalPosition": "Page",
"Left": 0.0,
"RelativeVerticalPosition": "Page",
"Top": 0.0,
"WrapType": "None",
"NodeId": "0.2.0.0",
"link": {
"Href": "http://api.aspose.cloud/v4.0/words/testDocument.docx/sections/0/headersfooters/2/paragraphs/0/drawingObjects/0",
"Rel": "self"
}
},
"RequestId": "Root=1-5e8327d4-0e032f9c8dc2a0425e0530de"
}