Hi,
When converting a DOCX to PDF using Aspose, I noticed one of the frames was rendered in the wrong place.
Code:
var doc = new Document(@".\test.docx");
doc.Save(@".\test.pdf");
I’ve attached the test files and a s…...noskov February 27, 2026, 1:49pm 2 @ServerSide527 The font Carnegie...ServerSide527 February 27, 2026, 2:31pm 3 @alexey.noskov thanks for...