Not able to access the paragraph after calling ProcessParagraph Method

I want to access the paragraphs of each page for performing the total and display in every page but not able to access the paragraph after calling ProcessParagraph Method.

@GaneshGowru

Aspose.PDF provide capability to extract paragraphs from PDF document. However, regarding your particular requirement, we may need a sample PDF document for our reference so that we can further investigate the feasibility of the feature and share our feedback accordingly.

Hi
ipersia_30491.pdf (51.9 KB)

@GaneshGowru

Thanks for sharing sample PDF.

We regret to share that there no particular method or functionality through which you can determine sum of values in last column in your PDF. We tried to extract data using TableAbsorber so that we could calculate values of specific column but API did not detect any table in your PDF.

Document pdfDocument = new Document(dataDir + "ipersia_30491.pdf");
TableAbsorber absorber = new TableAbsorber();
absorber.Visit(pdfDocument.Pages[1]);
// this is null
//absorber.TableList)

We have further logged this requirement as PDFNET-47615 in our issue tracking system for investigation. We will investigate the feasibility and let you know as soon as the ticket is resolved. Please be patient and spare us little time.

We are sorry for the inconvenience.

Hi

We are in deadline to deliver the pdf with the above mentioned feature, so can I know the max time for the created ticket PDFNET-47615 to be resolved.

@GaneshGowru

As shared earlier, there is no specific method or feature in the API which can calculate sum of the values in your PDF document. Please note that all content in PDF document is treated as text and as API is also not detecting any table, it does not seem feasible to achieve what you require. Which is why we need to further investigate whether this could be feasible somehow or not.

Nevertheless, the ticket has been logged under free support model where issues have low priority and will be resolved on first come first serve basis. We will surely inform you as soon as we have some additional updates regarding its resolution. Please spare us some time.

We are sorry for the inconvenience.