Hello Aspose Team,
I am using Aspose.Words for Java and noticed an issue when converting a DOCX document to PDF.
In the DOCX file, text inside text boxes is vertically aligned correctly, for example centered or aligned…...simple code code: Document doc = new Document("C:\\Temp\\in.docx");...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...