Convert PDF to DOC - The background picture in PDF is changed to dark color after conversion

Hi Aspose,

We found the background picture in PDF will be changed to dark color when converted to Doc. This will affect the visibility of the words.

image.jpg (409.1 KB)
I also tested Foxit, it doesn’t have such problem.

We are using Aspoe.pdf v19.12. Here’s our code
using (Document pdf = new Document(“sample.pdf”))
{
// Save using save options
// Create DocSaveOptions object
DocSaveOptions docSaveOptions = new DocSaveOptions();
// Set the recognition mode as Flow
docSaveOptions.Mode = DocSaveOptions.RecognitionMode.Flow;
pdf.Save(“sample.doc”, docSaveOptions);
}

Here’s our test file
background2.pdf (257.0 KB)

@Glority_Developer,

Thanks for contacting support.

We have tested this scenario in our environment and have been able to observe the issue that you have mentioned. We have logged issue with ID PDFNET-47503 in our issue tracking system. We will share with you as soon as logged issue is fixed.

Hi Aspose team,

We are going to have the code freeze date of our product. Did you have any progress on it? Will this issue be fixed within 1-2 months?

@Glority_Developer

We are afraid that earlier logged ticket could not get resolved due to other pending issues in the queue logged prior to it. We will certainly inform you once we have some definite updates regarding issue resolution or ETA. We apologize for the inconvenience being faced due to this error. Please give us some time.