Hello All
Situation
- We use open XML to create a docx and ASPOSE to convert it into a PDFa
Result
- The images and texts are behaving strangly. Sometimes the images are stretched and overlapping the text areas
- I’ve attached the docx and pdf to crosscheck
Code snipped
var doc = new Document("22798_2007.docx ");
doc.Save("22798_2007.pdf", new PdfSaveOptions
{
Compliance = PdfCompliance.PdfA1b, UseHighQualityRendering = true
});
- Could you have a look at the documents and check if you see any issues?
- What’s your experience with using open XML and ASPOSE?
Thanks for your support.
Max Bossart