I am trying to convert a PDF to a Word document using Aspose.Words for Java. Unfortunately I am getting the following error: Pdf format is not supported on this platform. Use .NET Standard or .NET 4.6.1 version of Aspose.Words for loading Pdf documents.
Can you please add PDF support for the Java version of Aspose.Words?
I am aware of the fact that I can convert a PDF to a Word document using Aspose.PDF, but for some reason the output is far less accurate, even when using flow mode. When using Aspose.PDF to convert PDF to Word, most of the tables in the PDF are not recognized. Numbered/bulleted list items are also not recognized. I would therefore rather want to use Aspose.Words to convert a PDF to Word document as I have seen that the output is more accurate.