Hi everyone,
I need to publish a webService in NAV2017. This webService will receive a posted sales invoice number, and need to return the invoice in a PDF format. is this possible? A time ago, I read something about converting the PDF into base64, but now I cannot find any info about it.
Any hint to solve this issue?
Thank you very much
0
Answers
at least in NAV2018 the Tempblob Table has a ToBase64String() procedure that alows you to receive the textstring you are looking for.
Thank you. I'll work on it!