Hi Team,
We are trying to transformation input file with below code.
Document doc = new Document("test.docx");
PdfSaveOptions options = new PdfSaveOptions();
doc.save("output.pdf", options);
Formatting and Alignment o…...23 @rnara I have English US locale set on my working machine....noskov , I am also having same locale but still not getting expected...