Hi,
When converting a .docx file to a .pdf file using Aspose.Words, I noticed a formatting issue when my EMF table is converted see screenshot attached.
Code:
var saveOptions = new PdfSaveOptions();
saveOptions.Use…...UseHighQualityRender = true; saveOptions.CustomPropertiesExpo...saveOptions.ExportDocumentStruct = true; saveOptions.FontEmbeddingMode...