Dingdangdongchingchangchong
Dingdangdongchingchangchong
CC#
Created by Dingdangdongchingchangchong on 5/20/2023 in #help
✅ ASP.Net Core API which accepts a pdf file and can return it
16 replies
CC#
Created by Dingdangdongchingchangchong on 5/20/2023 in #help
✅ ASP.Net Core API which accepts a pdf file and can return it
Did I understand the first answer wrong? I understood it like base64 encode and then set the mime type But apparently just mime type is enough?
16 replies
CC#
Created by Dingdangdongchingchangchong on 5/20/2023 in #help
✅ ASP.Net Core API which accepts a pdf file and can return it
Thanks a lot, so to summarize the steps: Http Request: base64 encode pdf set contenttype to application/pdf Logic at my controller: Decode blabla Http Response: Repeat steps in Http Request Thanks a lot again for your input, now I have some keywords I can google to improvise. Got a dot net internship but I didn't learn this language nor framework in uni so I struggled a little (we learned Java) I didn't realize that base64 libraries are apparently missing in C#
16 replies