Compare the differences between two PDF files. The Chinese support is not friendly enough

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

@kaka.hu

Please share your source and target documents with us for investigation.

source pdf file :
test—0.pdf (87.1 KB)

target pdf file:
test—1.pdf (3.2 MB)

@tilal.ahmad

1 Like

@kaka.hu
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): COMPARISONCLOUD-223