I have a form with what is a effectively in the form of a calculator. Part of the process is for the user to know the value of particular components. To help with that I created a lookup process. However, the customer does not want that. They want the values shown as a .pdf to the right of the calculator. So this effectively means I need to embed the .pdf (from a 3rd party) to a part of the form. I can split the form, add a panel, etc.
Is there a 'best' way to embed the pdf file? I want it to reliably show when the form loads.
Any suggestions are appreciated.