Convert PDF To Doc design issue

Hello

I have a PDF and When I convert using Aspose Word library from pdf to doc I see the design changed

So can you please help me to solve?

Here is my code and I also attached my PDF

$appSid = "####-####-####-####-####";
$appKey = "##################";

$wordsApi = new WordsApi($appSid, $appKey);

$request = new ConvertDocumentRequest("../uploads/".$pdf_name, "doc");
$result = $wordsApi->convertDocument($request);
rename($result->getPathname(), '../uploads/'.$name.'.doc');

ob_end_clean();
header('Content-Type: application/vnd.ms-word');
header("Content-Disposition: attachment; filename=\"". basename('../uploads/'.$name.'.doc')."\"");
readfile('../uploads/'.$name.'.doc');

20231214094052709398301report (1).pdf (1.3 MB)

@vidisha
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): WORDSNET-26370

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.