ng:base64EncodeSMBFile

ng:base64EncodeSMBFile

The built-in Xpath function, ng:base64EncodeSMBFile encodes a file from a Windows share as a base64 string

ng:base64EncodeSMBFile('Share on internal printer', '/folder/fileToCheck.EXT')

The first parameter is the name of the Windows Share connection.

The second parameter is the relative path (from the shared folder) to the file, thay should be base64 encoded.

The result is a string in Base64 format.