Convert PDF to MobiXML API of Aspose.PDF REST API is not converting the PDF into proper XML format

Hi,
[Get] : /pdf/{name}/convert/mobixml API response is not in the XML format.
Please look into below files for refence:
The file input I’m giving to API is :
aa3094b8-2942-417f-9025-1425f4dc8a83.pdf (21.0 KB)
The file out put I’m getting is :
image.png (126.4 KB)

@vinodhkumar

We have noticed the reported issue when converted your shared PDF to MobiXML. So we have logged a ticket PDFCLOUD-1999 for further investigation and rectification. We will keep you updated about the issue resolution progress within this forum thread.

1 Like

@vinodhkumar

Please note you need to save the output as a zip file as the output MobiXML contains fonts and image files as well.Test_mobixml.zip (16.9 KB)

curl -X GET "https://api.aspose.cloud/v3.0/pdf/aa3094b8-2942-417f-9025-1425f4dc8a83.pdf/convert/mobixml" 
-H "accept: multipart/form-data" 
-H "authorization: Bearer [Access_Token]" 
-H "x-aspose-client: Containerize.Swagger" 
--output C:/Temp/Test_mobixml.zip
1 Like