I am trying to convert few tables in PDF file using ASPOSE based on the below code from Git hub.
https://github.com/aspose-pdf/Aspose.Pdf-for-Java/blob/master/Examples/src/main/java/com/aspose/pdf/examples/AsposePdfExamples/DocumentConversion/PDFToHTMLAllResourceEmbeddedInSingleResultantStream.java
Instead of converting PDF tables into HTML tables, this creates Div's. Need help to convert PDF table into HTML table formats.