web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Base64Convert not working

(0) ShareShare
ReportReport
Posted on by

Hi all

When I use the following code I receive a pdf with two empty pages.

Does anyone have an Idea how to fix this ? 

Success = Base64 string - tested it and works

//Get Base64 string
                httpResponse.Content.ReadAs(Success);
                FinalString := Base64Convert.FromBase64(Success);
                Message(Success);
                Message(FinalString);
                tempBlob.CreateOutStream(FinalOStream);
                FinalOStream.WriteText(FinalString);
                tempBlob.CreateInStream(FinalInstream);
                FileName := 'Test.pdf';
                //download pdf file
                DownloadFromStream(FinalInstream, '', '', '', FileName);
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Pallavi Phade Profile Picture

Pallavi Phade 102 Super User 2026 Season 1

#2
Abhilash Warrier Profile Picture

Abhilash Warrier 55 Super User 2026 Season 1

#2
ManoVerse Profile Picture

ManoVerse 55 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans