Pdf with watermarks to Docx conversion issue

Hi,
when converting following document
SM Pre-Release_RACT_IQRMP_03-Jul-2018_Current.pdf (104.7 KB)

page 1 is looking ok, but pages 2 & 3 with ‘DRAFT’ watermark are mostly black and there are additional pages added to the document

I can reproduce this using aspose-pdf v18.5 & v18.6

Code snippet for doc conversion:

Document pdfDocument = new com.aspose.pdf.Document(“SM Pre-Release_RACT_IQRMP_03-Jul-2018_Current.pdf”);
DocSaveOptions options = new DocSaveOptions();
options.setFormat(DocSaveOptions.DocFormat.DocX);
pdfDocument.save(“SM Pre-Release_RACT_IQRMP_03-Jul-2018_Current.docx”, options);

Thanks,
martin

@konopka

Thanks for contacting support.

We were able to notice that pages were turned black in resultant DOCX file after conversion. Hence, we have logged an issue as PDFNET-45084 in our issue tracking system. We will further look into details of the issue and keep you posted with the status of its resolution progress. Please be patient and spare us little time.

We are sorry for the inconvenience.