gets my request by an "id" and respond it by returning pdf file from mydatabase coresponding id
Loading
gets my request by an "id" and respond it by returning pdf file from mydatabase coresponding id
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anandu G NathPosted Jan 4, 2024, 4:02 AM
Refer Below Article,
https://www.c-sharpcorner.com/blogs/consume-web-api-in-asp-net-using-http-client-with-basic-authentication
https://www.c-sharpcorner.com/article/introduction-to-asp-net-web-api/
https://dotnettutorials.net/course/asp-net-web-api/
https://www.dotnettricks.com/learn/webapi/content-negotiation-in-asp-net-web-api
https://www.youtube.com/watch?v=0pcM6teVdKk
Kip HackmanPosted Jan 3, 2024, 8:29 PM
From the information that you provided it sounds like you are looking for a document caching system. You can use the LEADTOOLS Document SDK to create your own caching system to store and manage documents.
https://www.leadtools.com/help/sdk/dh/to/document-toolkit-and-caching.html
Each document will have its own unique identifier that will be used to distinguish between the different documents.
Mahesh ChandPosted Nov 27, 2023, 2:43 PM
Here are the steps:
Hope it helps!