Hi all,
How to convert from base 64 binary to PDF file…
Hi @kishoretg,
This is the real code.
Dim bytes As Byte() = Convert.FromBase64String(base64BinaryStr)
File.WriteAllBytes(“FolderPath\pdfFileName.pdf”, bytes)
Explanation…
Invoke method
Regards
Balamurugan.S
Hi @balupad14
In invoke methods for files write all bytes , what is the target type, target object, and method name…
Please give in detail…
Thanks
hi @kishoretg
Have you done this conversion, if yes please explain how to do i have a scenario like this and am not able to convert
Thanks in Advance
Venkat
Hi @venkatpspk
I done this conversion, its working fine for me, use invoke code activity and check…
Very good.
Regards
Balamurugan.S
Hi, how should be filled invoke method ? I don’t understand what should be
Hello gents,
In case anyone will need it, i have here an example.
_Test_PDF_Decoding.xaml (5.4 KB)