Word DOCX to PDF - Vector logo not properly converted to PDF/A-2a

We have a very simple .docx document containing a company logo. The logo is in some sort of vector format i the Word .docx. When converting this to PDF/A-2a the logo is still vector, but are missing some significant details.
Please have a look at the original and the converterd PDF.
Using Aspose 23.1 with this code:

Aspose.Words.Document wordDoc = new Aspose.Words.Document(filename);
Aspose.Words.Saving.PdfSaveOptions options = new
Aspose.Words.Saving.PdfSaveOptions();
options.Compinance = Aspose.Words.Saving.PdfCompliance.PdfA2a
    options.ExportDocumentStructure = true;
options.DisplayDocTitle = true;

if (!string.IsNullOrEmpty(FontsBasePath))
{
    wordDoc.FontSettings = new Aspose.Words.Fonts.FontSettings();
    wordDoc.FontSettings.SetFontsSources(new Aspose.Words.Fonts.FontSourceBase[] { new Aspose.Words.Fonts.SystemFontSource(), new Aspose.Words.Fonts.FolderFontSource(FontsBasePath, true) });
}

options.OutlineOptions.HeadingsOutlineLevels = 3;

// Update all merge fields to display their correct results.
List<Aspose.Words.Fields.Field> mergefields = wordDoc.Range.Fields.Where(f => f.Type == Aspose.Words.Fields.FieldType.FieldMergeField).ToList();
foreach (Aspose.Words.Fields.Field f in mergefields)
    f.Unlink();

wordDoc.UpdateFields();
wordDoc.Save(dstFilename, options);
wordDoc.UpdateFields();
wordDoc.Save(dstFilename, options);

Original2.docx (136.4 KB)
Original2.pdf (36.8 KB)

@andersalvsaker

Unfortunately, due to downtime of our server, the attachment to this topic are lost. Can you please attach the files again? Also, we have moved this topic to Aspose.Words category where you will be assisted accordingly.

@andersalvsaker
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25203

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@andersalvsaker Please accept our apologies for inconvenience. I have linked the topic to the defect created earlier for the reported issue. We will keep you updated and let you know once it is resolved.

Files are re-attached to the ticket here

@andersalvsaker Thank you very much for understanding. The files was actually not lost, since they were attached to the defect. We will keep you informed and let you know once the issue is resolved.

1 Like

Hi, It has been a while. is it possible to get an update on this issue?

Thanks!

@andersalvsaker Unfortunately, there is no news regarding the issue. It has been postponed and is not yet scheduled for development. Please accept our apologies for your inconvenience.