Convert XLS to PDF Miss the Text in GroupDocs.Conversion Cloud Docker Container

When converting the attached xls file, the upper link get cut.

We are using API version 21.12, we are using “groupdocs/conversion-cloud:latest” docker image and connecting over HTTP using swagger generated client.

Archive 2.zip (160.1 KB)
Archive 2.zip (160 KB)

1 Like

@danibk

We are looking into the issue and update you shortly.

@danibk

I am unable to reproduce any issue when I convert your shared XLS to PDF with the latest release of GroupDocs.Conversion Cloud Docker Container, 22.10. Please test the scenario with the latest release; it will resolve the issue.

https://hub.docker.com/r/groupdocs/conversion-cloud

Hi tilal, the problem is still being reproduced at my end, after updating the version. Can you please share the output PDF, maybe we are not looking at the same place.

@danibk

I tested the scenario with the latest version of GroupDocs.Conversion Cloud Docker Container using the following cURL command. Please see the attached sample output for reference.

test.pdf (75.2 KB)

curl -X 'POST' \
  'http://localhost:8080/v2.0/conversion' \
  -H 'accept: application/json' \
  -H 'authorization: Bearer eyJhbGciOiJIUzI.......2YIQeiu93cVUzM' \
  -H 'Content-Type: application/json' \
  -d '{
  "FilePath": "test.xls",
  "Format": "pdf",
  "OutputPath": "test.pdf"

}'