Associate
I have a requirement to read pdf files, certain text contained within them, I created a simple app in C# using the pdfbox library and it duly reads all of the text on the document and outputs it.
Now some of the documents contain a Stamp, I assume this is like a watermark - in my examples that I have they are a table on info about what is contained on the pdf page, so made up of text. The app I have created doesn't return the text contained within the stamp.
How can I read the stamp info, PDFbox examples I can find are showing how to create an overlay but not necessarily how to read the text contained within.
Matt
Now some of the documents contain a Stamp, I assume this is like a watermark - in my examples that I have they are a table on info about what is contained on the pdf page, so made up of text. The app I have created doesn't return the text contained within the stamp.
How can I read the stamp info, PDFbox examples I can find are showing how to create an overlay but not necessarily how to read the text contained within.
Matt