C#C
C#3y ago
15 replies
Dingdangdongchingchangchong

✅ ASP.Net Core API which accepts a pdf file and can return it

Hello guys,

I'm new to developing Web APIs with ASP.Net Core.

Is there a beginner guide which shows how to implement an API which accepts a PDF that is sent with a HTTP Request

Then I do some logic on the PDF and return the modified PDF as HTTP Response with ASP.Net Core

Struggling with the returning a pdf and accepting a pdf part

Thanks a lot
Was this page helpful?