Docs / NAVAX Extension Base / Informationen für Entwickler PDF-Viewer2023/11/10 • 2 Min. Lesedauer In diesem Thema
PDF-Dateien können mit Hilfe der Codeunit
NCEX PDF Viewer Mgt. über die Funktion
ShowPDF angezeigt werden.
Für die Funktion
ShowPDF stehen mehrere Varianten (bzw. mehrere Überladungen) zur Verfügung.
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.