C# .NET SDK to Render & View Documents

REST API to build seamless document viewer .NET applications. Accurately render a wide range of file formats as images, HTML or PDF.

  • GroupDocs.Viewer Cloud SDK for cURL
  • GroupDocs.Viewer Cloud SDK for Java
  • GroupDocs.Viewer Cloud SDK for PHP
  • GroupDocs.Viewer Cloud SDK for Python
  • GroupDocs.Viewer Cloud SDK for Ruby
  • GroupDocs.Viewer Cloud SDK for Node.js
  • GroupDocs.Viewer Cloud SDK for Android
Start Free Trial

GroupDocs.Viewer SDK for .NET has been developed to help you quickly get started with our Document Viewer Cloud API. The SDK helps by providing a higher level of abstraction so that you don’t need to know the details pertaining to handle the HTTP requests and responses of the REST APIs.

Using the .NET SDK, you can utilize all the features of the API and can seamlessly enhance your application with the capability to render a variety of the industry-standard document formats. The SDK allows viewing a specific document in HTML, image, PDF or its original format with the flexibility to render the whole document, page by page or custom range of pages.

How to View a file on Java

  • Create an instance of Configuration using available Client Id and Client Secret.
  • Create an instance of Configuration using instance of Configuration.
  • Create an instance of FileInfo and set path to input file using FileInfo.FilePath property.
  • Create an instance of ViewOptions and use FilePath property to set instance of FileInfo.
  • Use ViewApi.CreateView() to render input file into images and HTML.

Sık Sorulan Sorular

I want to create my own .NET application to view documents?

Check out GroupDocs.Viewer Cloud SDK for .NET at GitHub if you are looking for the source code to view file in the Cloud.

Can I try GroupDocs.Viewer REST APIs on .NET for free?

You can try GroupDocs.Viewer Low-Code .NET APIs without any limitations.

Gizli dosyalarımı hiçbir yere yüklemek istemiyorum? Seçeneklerim nelerdir?

GroupDocs.Viewer Cloud, hizmeti kendi kendine barındırmak için kullanılabilen Docker görüntüsü olarak da mevcuttur. Veya şu anda REST API’lerimizi çalıştıran GroupDocs.Viewer Yüksek Kodlu API’lerini kullanarak kendi hizmetlerinizi oluşturabilirsiniz.

Gelişmiş Belge Görüntüleyici REST API Özellikleri

Belgeleri HTML5 olarak işle

Belgeleri Görüntü olarak işle

Sayfaları döndürün, yeniden sıralayın ve filigran ekleyin

Belgeleri PDF olarak işle

Belge eklerini işle

API’ler güvenlidir ve kimlik doğrulaması gerektirir

Belge İşleme

Render and display various document formats within .NET applications.

Belge Görüntüleme Seçenekleri

Tüm belgeler, belirli sayfalar veya özel sayfa aralıkları dahil olmak üzere birden fazla görüntüleme seçeneğinden birini seçin.

Çıktı Biçimleri

Belgeleri HTML, resim (JPEG, PNG, TIFF) veya PDF formatlarında görüntüleyin.

Basitleştirilmiş Entegrasyon

Easily incorporate document viewing capabilities into .NET applications.

Görüntüleyici Özelleştirmesi

Yakınlaştırma düzeyleri, döndürme ve metin seçimi gibi görüntüleyici ayarlarını özelleştirin.

Meta Veri Çıkarımı

Özellikler, sayfa sayısı ve dosya boyutu dahil olmak üzere belge meta verilerini çıkarın.

Watermarking and Annotations

Add watermarks to documents and annotate them with text comments, highlights, and shapes.

Güvenli İletişim

Ensure secure communication between the .NET application and GroupDocs.Viewer Cloud API.

Verimli Önbelleğe Alma

İşleme performansını optimize etmek için etkili bir önbelleğe alma mekanizması kullanın.

Yüksek Kullanılabilirlik

Benefit from the high availability and reliability of GroupDocs.Viewer Cloud for .NET.

An Easy SDK for Developers Who Want to Save Time

Using the GroupDocs Cloud APIs is quite simple as there is nothing to install. Simply create an account at GroupDocs Cloud and get your application information. Once you have the App SID & key, you are ready to give the GroupDocs Cloud REST APIs a try. The SDKs have been developed to facilitate the developers and to let them get started with our APIs real fast.

Belge Sunumu için Seçenekleri Keşfedin

The cloud-based viewer API has the ability to display different document formats quickly, with just a few lines of code. Using the SDK for .NET you can use all these features of the API and render documents as PDF, HTML or images.

Render the document with HTML view options - C#

//Get your App SID, App Key and Storage Name at https://dashboard.groupdocs.cloud (free registration is required).
  var configuration = new Configuration(appSID, appKey);
  var apiInstance = new ViewerApi(configuration);
  var viewOptions = new ViewOptions()
  {
      FileInfo = new FileInfo()
      {
          FilePath = "documents/doc.dwf",
          Password = "",
          StorageName = "Storage Name"
      },
      RenderOptions = new HtmlOptions()
      {
          ExternalResources = true
      }
  };
  var request = new CreateViewRequest(viewOptions);
  var response = apiInstance.CreateView(request

Flexible Rendering of Documents

GroupDocs.Viewer is a powerful document viewer REST API that allows you to display various document formats in your applications. It allows document rendering for the whole document, page by page or custom range of pages.

Güvenlik ve Kimlik

The GroupDocs.Viewer Cloud API is secure and requires authentication. Users need to register at GroupDocs Cloud and get App SID and App Key. Authentication requests require a signature and AppSID query parameters or OAuth 2.0 authorization header.

View Documents using GroupDocs.Viewer Free App

DOCXPNGPPTMWEBPOTPSVGZVSTXPSPDFMHTODSHVSDEMZCCNUMBERSVBLESSMAKEGIFOTGSMLSTLWMZXLTMTGAPLTJPXTGZXLSBJAVAPSDBZ2TXZPLPPSTEXDJVUCASFODGEPUBSVGXZXLSMCXXCHMJSAPNGXPSRTFERBDOTXDOTDWFDOCXMLVSSXPPSXMHTMLDOCMDNGIFCPOTXBMPASMDWGVDWVTXNSFOBJXLSTIFPOTMOBIONEVSSVIMEMFCSVDIFFXLSXEMLXTIFFOTTOXPSHTMPPSMMBOXLOGMYAMLGROOVYDGNSASSPSM1JPEGJPGJ2CTXTVCFDOTMXLTPSD1GZJSONEPSPOTMSCRIPTSXCPS1PPTXVSTMVSXMD7ZOSTICOCMXEMLXLAMTSVMPXAS3PSTMMJP2HAMLSHIGSDCMFODSHPGVSTPCLSCALAMSGCGMJPCMLAIHTMLRARBATCSMPTVDXXLTXVSSMHHPPTCPPJPMZIPDIBTAR.GZPROPERTIESSQLPYTARCMAKEPSBODPODGDWTVSDMODTJ2KOTSVSDXPHPCDRWMFSCMMPPRBTAR.XZRSTGZIPDXFXMLCF2FODPCSSJLSJPF

Support and Learning Resources

GroupDocs.Viewer Cloud ayrıca aşağıda listelenen diğer popüler diller için de bireysel belge oluşturma SDK’ları sunar:

  Türkçe