Floating table in Word duplicates when converted to PDF

We are using 11.7 of Aspose.Words and are having an issue with a floating table rendering multiple times when we convert the original DOC file to PDF. There is a table within a table on page 4 of the original DOC file that appears on pages 2 through 4 of the PDF file. We are using a plain method to convert to PDF:


// open the word document
Aspose.Words.Document WordDocument = new Aspose.Words.Document(sourceFile);

// save the word document to PDF
WordDocument.Save(destinationFile, Aspose.Words.SaveFormat.Pdf);

Are there any options to fixing this with the existing DLL we have or do we need to wait for an updated DLL?

Thanks,
Scott Buckley
SAI Global Compliance

Hi Scott,

Thanks for your query. I have managed to reproduce the same issue at my side. I have logged this issue as WORDSNET-6918 in our issue tracking system. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

The issues you have found earlier (filed as WORDSNET-6918) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.