cancel
Showing results for 
Search instead for 
Did you mean: 

Search based on the text in the PDF Document

Former Member
0 Kudos

In SRM MDM Catalog 3.0, I wanted to implement search based on the text in PDF.

If user types a Keyword in the Keyword Search at GUI, I wanted to fetch the results based on the text inside a PDF document.

I have assigned the PDF to the Catalog Items.

Can any one let me know , How we can do this?

Edited by: SudhaViz on Sep 22, 2010 12:28 AM

Edited by: SudhaViz on Sep 22, 2010 12:31 AM

Accepted Solutions (1)

Accepted Solutions (1)

former_member206388
Contributor
0 Kudos

Hi Sudha.

I don't see this possible using MDM Java API. you can get the name, description, size(Dimensions) etc for the PDF attached to a record and not the content of it.

But still, try executing the command RetrieveBlobRecordsCommand.

Pass usersessioncontext, tableid and record id. But still, after Execution, check what you get in getBlob() which returns as a MDMValue.

Let me know if any.

Regards

Bala

Answers (0)