Forum Discussion
I wanted to print the first 10 lines of the PDF document and hence i need to read data line by line.
in the above line i didn't find any references, can you please check and tell me
Regards,
Sathish KUmar
// Set the start page (note that the page index is not zero-based) textStripperObj.setStartPage(1); // Set the end page textStripperObj.setEndPage(1); // Get the text of the specified pages text = textStripperObj.getText_2(docObj);
In the above code, you can get particular page text and see how are you getting data, based on this you will get some idea about how you can get the required data.
There is no prepaid solution for your question, This is just a way to get your analysis.
- m_essaid6 years agoValued Contributor
Hi,
In a first time I would extract all the PDF text into a textfile using PdfBoxDotNet.
Then, in a second time, I would browse the textfile and flush only the first ten lines into a second textfile.
- Krishna_Kumar6 years agoContributor
thanks for the solution,
can you please guide me how to validate the table content of the pdf.
Regards,
Sathish Kumar K
Related Content
- 3 years ago
- 6 years ago