| Docs Help
  AppSource  
Docs  /  NAVAX Extension Base  /  Information for Developers

 PDF Viewer


2023/11/10 • 1 min. to read
PDF files can be displayed via the ShowPDF procedure from the NCEX PDF Viewer Mgt. codeunit. Several variants (or several overloads) are available for the ShowPDF function.

Methods

  • ShowPDF

    Displays a pdf in a new page.
    procedure ShowPDF(PDFTempBlob: Codeunit "Temp Blob")

    Parameters

    TypeNameDescription
    Temp BlobPDFTempBlobContains the pdf file to be displayed.


  • ShowPDF

    Displays a pdf in a new page.
    procedure ShowPDF(PDFFieldRef: FieldRef)

    Parameters

    TypeNameDescription
    FieldRefPDFFieldRefThe field that contains the pdf file to be displayed.


  • ShowPDF

    Displays a pdf in a new page.
    procedure ShowPDF(Base64PDFTXT: Text)

    Parameters

    TypeNameDescription
    TextBase64PDFTXTThe field that contains the pdf file to be displayed.




Submit feedback for
DE|EN Imprint
<>