Docs / NAVAX Extension Base / Information for Developers PDF Viewer2023/11/10 • 1 min. to read In this topic
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
Type Name Description
Temp Blob PDFTempBlob Contains the pdf file to be displayed.
ShowPDF
Displays a pdf in a new page.
procedure ShowPDF(PDFFieldRef: FieldRef)
Parameters
Type Name Description
FieldRef PDFFieldRef The field that contains the pdf file to be displayed.
ShowPDF
Displays a pdf in a new page.
procedure ShowPDF(Base64PDFTXT: Text)
Parameters
Type Name Description
Text Base64PDFTXT The field that contains the pdf file to be displayed.