Pdf viewer (v2025)

Hi,

(v2025.10)

I have a master table with “documents” detail table, which contain an upload file field. in the detail list the file field is shown with the file name. If I run the View page, it is shown as pdf viewer.

  1. can I show the pdf viewer in the list page also?

  2. If not, can I show a custom file description (e.g. “Click to view the document”) instead of the long file name?

  3. how can I change the PDFObject options to setup the preview? I put in Client scripts/Global/Client script, but nothing changes, and if I check it at the console ew.PDFObjectOptions is empty.

ew.PDFObjectOptions = {width: "800",height: "600", pdfOpenParams: { view: 'Fit', page: '1' }};

Make sure the View Tag of the field is set as "IMAGE".

Yes, it is setup as “Image”