Extra dot (.) get appended to number while creating pdf document

While creating pdf document from TXT document if there is digit at the start of new line, it appends extra dot after that digit. But if new line starts with any other type such as string or date, it works fine and didn’t append any extra dot to it. Please help to resolve this. I am using licensed Apose words API for creation of pdf.

@parmod.parmod By default numbers at the beginning of the lines are are considered as list item numbers. You can disable this using TxtLoadOptions.AutoNumberingDetection property.

It resolved the issue. Thanks a lot :slight_smile:

1 Like