Good day,
We are using Aspose.PDF to convert PDF documents to Word documents. During conversion, Aspose correctly identifies bullet list items during conversion, but for some reason numbered list items are just converted to paragraphs with the item number being part of the paragraph. This applies to all different types of numbered items, including alphabetic and roman numerals. Calling .isListItem() in Aspose.WORDS returns false for these numbered list items.
Is there a way to configure Apose.PDF to detect numbered list items during conversion? If not, is there a way that I can convert paragraphs to numbered list items in Aspose.WORDS?