Hello, we are currently using Aspose word cloud to convert PDFs to DOCx. The conversion works great except for when there are more than 8-10 items in a list. When there is this amount, the bullets become malformed. Some bullets come through correctly, while others are converted as symbols or images.
The current steps in our conversion process:
- HTML to PDF uding DOMpdf
- PDF to DOCx using Aspose.Words Cloud with PHP
I’ve attached the original PDF and the converted DOCx files to show the issue happening with only a list on the page.
converted-doc-with-bullet-issue.docx (12.3 KB)
original-pdf.pdf (2.2 KB)
Any insight into what could be causing this?