Skip to main content
New Participant
September 24, 2026
Solved

Need to create a UI, where I want to have 1 column as editable fields and other column shall have a document (pdf). When user is filling the fields in 1st column. Then field in the document on 2nd column gets highlighted.

  • September 24, 2026
  • 7 replies
  • 50 views

Need to create a UI, where I want to have 1 column for editable fields and other column shall have a document (pdf). When user is filling the fields in 1st column. Then field in the document on 2nd column gets highlighted. Planning to use reconcileDocumentViewer component (not using any AI feature at the moment). Can anyone help how and what to pass in the boundingboxes parameter or if this is even feasible.

Best answer by stefanhelzle0001

@himanshut0007 OK. Did you consider using the “Highlighted Text” feature of the normal document viewer component?

7 replies

mikes0011
Brainy
September 24, 2026

It looks like this component is the one thing that can handle such a use case, though I haven’t personally messed with it to experience its quirks or constraints yet.  Have you set up a test example already?  If so, what did you have a hard time getting working, and what is your specific current setup?

The Expression Guru
New Participant
September 24, 2026

I am still trying to figure it out. Not sure how to use it with the necessary input params. It will be helpful if someone can provide any info on how to use it.

mikes0011
Brainy
September 24, 2026

I looked real quick - it looks as if the component you named is specially engineered to be used in the Doc Center specialty app, and is not meant to be used in a public-facing capacity.  Nothing is STOPPING you from trying to use it in this way, but the problem is the more complex functionality seems to be pretty opaque, convoluted, and has zero external documentation for use by regular developers.

The Expression Guru