Integrate Google Docs into an ASP.NET Application

I’m looking for guidance on integrating Google Docs into my ASP.NET project that utilizes C# as the server-side language. My main goal is to render various document types, including PDF, DOC, and Excel files, in a read-only format within the web browser. Any advice or examples would be greatly appreciated. Thank you!

hey! u could try embeding Google Docs viewer by iframe into ur ASP.NET app. Just get the URL of the doc from google drive & use iframe to show it. Easy-peasy. Works for PDFs too! just mind the permissions on doc for public access. hope this helps!