Convert PDF to Docx - image is showing twice in the output document

Hi Team,

We are converting the pdf file into .docx file but after conversion the image show twice in the document and you can check this by sliding the image into the output word document.

Can you please help us to insert the image logo in a word document without adding in header or footer because we have added but the image gets blur?

We are using aspose-pdf-19.9-jdk16.jar.

Attaching the code, input and output file for reference.
pdfToWord.zip (170.2 KB)

@ravi.vishwakarma

We were able to notice the issue in our environment while using the following code snippet and Aspose.PDF for Java 20.12.

Document doc = new Document(dataDir + "Sample_without_links.pdf");
DocSaveOptions saveOption = new DocSaveOptions();
saveOption.setMode(DocSaveOptions.RecognitionMode.Flow);
saveOption.setFormat(DocSaveOptions.DocFormat.DocX);
saveOption.setRecognizeBullets(true);
doc.save(dataDir + "Sample_without_links20.12.docx", saveOption);

Therefore, an issue has been generated under the ticket ID PDFJAVA-40032 in our issue tracking system. We will further look into its details and keep you posted with the status of its correction. Please be patient and spare us some time.

We request you create another separate post in Aspose.Words forum category where you will be assisted accordingly.

We are sorry for the inconvenience.

Yeah sure. Please look into this issue and get it resolved asap. Thanks in advance.

@ravi.vishwakarma

We will surely investigate and resolve it. However, it will be resolved on first come first serve basis and we will inform you as soon as we have some updates in this regard. Please be patient and give us some time.

We are sorry for the inconvenience.

Hi Asad

Any update on the request?

@ravi.vishwakarma

The issue has recently been logged in our issue tracking system and is pending for analysis. It will surely be investigated and resolved on first come first serve basis. We will let you know as soon as we have some definite updates regarding its resolution. Please be patient and spare us some time.

We are sorry for the inconvenience.