The PDF contains Chinese, Compare the output result.pdf is garbled.
example:
image.png (102.0 KB)
curl --location --request POST 'https://api.groupdocs.cloud/v2.0/comparison/comparisons' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer xxxxxxxxxxxxx' \
--data '{
"SourceFile": {
"FilePath": "test11.pdf"
},
"TargetFiles": [
{
"FilePath": "test22.pdf"
}
],
"OutputPath": "result.pdf"
}'
How to solve problems
Thank you