List format does not support all caps and character spacing setting for PDF output

Hi Support,

When create a simple list in Word and PDF output, set the list number style to lower roman, all caps to true, and character spacing to 10, the Word output looks well. But PDF output behavior as not expected. I think they are defects, please investigate.

Thanks & regards.

Word:

PDF:

Sample code:

DocumentBuilder builder = new DocumentBuilder();
builder.getListFormat().applyNumberDefault();
builder.getListFormat().getListLevel().setNumberStyle(NumberStyle.LOWERCASE_ROMAN);
builder.getListFormat().getListLevel().getFont().setSpacing(10);
builder.getListFormat().getListLevel().getFont().setAllCaps(true);
builder.writeln("111");
builder.writeln("222");
builder.writeln("333");
builder.getDocument().save("c:\test.doc");
builder.getDocument().save("c:\test.pdf");

Hi
Thank you for reporting this problem to us. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards,

Can it be fixed in this month release?

Thank & regards.

Hi
Thanks for your inquiry. At the moment this issue is pending for analysis. The responsible developer will analyze the issue and we will be able to provide you an estimate.
Best regards,

The issues you have found earlier (filed as WORDSNET-5244) have been fixed in this .NET update and this Java update.

This message was posted using Notification2Forum from Downloads module by aspose.notifier.