Hi,
We are using Aspose page PDF extraction method, But below specified method is extracting the text into Gibberish. Please have a look into it as a priority issue.
public PageContent Extract(Aspose.Pdf.Page page)
{
…...Rotate; var pageContent = new PageContent(page... pageRotation); page.Rotate = Rotation.None; var tables = _tableCellExtractor...