Hi,
I have an other issue for the slide cloud api:
I am uploading this file: TestPPT.pptx.
When I am using your nodeJsAPI or cloud API get /slides/{names}/textItems (on the cloud explorer). I got this answer
{
“TextItems”: {
“Items”: [
{
“Uri”: {
“Href”: “http://api.aspose.cloud/v1.1/slides/3575c46ea4db9e4e72333cd089b7e87cTestPdf.pptx/slides/1/shapes/1”,
“Relation”: “parent”,
“LinkType”: null,
“Title”: null
},
“Text”: “Hello”
},
{
“Uri”: {
“Href”: “http://api.aspose.cloud/v1.1/slides/3575c46ea4db9e4e72333cd089b7e87cTestPdf.pptx/slides/2/shapes/1”,
“Relation”: “parent”,
“LinkType”: null,
“Title”: null
},
“Text”: “My name is marc”
},
{
“Uri”: {
“Href”: “http://api.aspose.cloud/v1.1/slides/3575c46ea4db9e4e72333cd089b7e87cTestPdf.pptx/slides/2/shapes/2”,
“Relation”: “parent”,
“LinkType”: null,
“Title”: null
},
“Text”: “Hehehe\rYou know”
},
{
“Uri”: {
“Href”: “http://api.aspose.cloud/v1.1/slides/3575c46ea4db9e4e72333cd089b7e87cTestPdf.pptx/slides/3/shapes/1”,
“Relation”: “parent”,
“LinkType”: null,
“Title”: null
},
“Text”: “”
},
{
“Uri”: {
“Href”: “http://api.aspose.cloud/v1.1/slides/3575c46ea4db9e4e72333cd089b7e87cTestPdf.pptx/slides/3/shapes/2”,
“Relation”: “parent”,
“LinkType”: null,
“Title”: null
},
“Text”: "\r\r\r\r, "
},
{
“Uri”: {
“Href”: “http://api.aspose.cloud/v1.1/slides/3575c46ea4db9e4e72333cd089b7e87cTestPdf.pptx/slides/4/shapes/1”,
“Relation”: “parent”,
“LinkType”: null,
“Title”: null
},
“Text”: “End of the test. :)”
}
],
“SelfUri”: {
“Href”: “http://api.aspose.cloud/v1.1/slides/3575c46ea4db9e4e72333cd089b7e87cTestPdf.pptx/textItems”,
“Relation”: “self”,
“LinkType”: null,
“Title”: null
},
“AlternateLinks”: [],
“Links”: [
{
“Href”: “http://api.aspose.cloud/v1.1/slides/3575c46ea4db9e4e72333cd089b7e87cTestPdf.pptx/textItems”,
“Relation”: “self”,
“LinkType”: null,
“Title”: null
}
]
},
“Code”: 200,
“Status”: “OK”
}
As you can see, there is not the korean text.
Best regards