Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 1,067 for

sample code

(0.17 sec)
  1. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels.... Following code sample shows how to use custom field...{ "FilePath": "SampleFiles/sample.msg" }, "ViewFormat": "HTML"...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  2. PDF Viewer - Optimization options | Documentation

    GroupDocs.Viewer Cloud allows you to optimize the output PDF file for a web browser or to reduce the file size by optimizing resources. Optimization for a web allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download. Resource optimization allows you to reduce the size of the output PDF file. While optimizing, GroupDocs.Viewer may reduce the image size or quality, remove notes or form fields, remove objects, fonts, or personal information from a document, and so on.... The following code sample shows how to adjust image...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  3. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Parser Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....docx" }, { "name" : "sample.mpp" , "isFolder" : false ...289792 , "path" : "/parserdocs/sample.mpp" }, { "name" : "three-layouts...

    docs.groupdocs.cloud/parser/working-with-folder/
  4. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....docx" }, { "name" : "sample.mpp" , "isFolder" : false ...289792 , "path" : "/metadatadocs/sample.mpp" }, { "name" : "three-layouts...

    docs.groupdocs.cloud/metadata/working-with-folder/
  5. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find the folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Watermark Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs expose....docx" }, { "name" : "sample.mpp" , "isFolder" : false ..., "path" : "/watermarkdocs/sample.mpp" }, { "name" : "three-layouts...

    docs.groupdocs.cloud/watermark/working-with-fol...
  6. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.signature Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes....docx" }, { "name" : "sample.mpp" , "isFolder" : false ..., "path" : "/signaturedocs/sample.mpp" }, { "name" : "three-layouts...

    docs.groupdocs.cloud/signature/working-with-fol...
  7. Convert RAR File to JPG in C#

    This guide teaches you how to convert RAR file to JPG in C# programmatically. Build your very own RAR File Converter using GroupDocs.Conversion.....direction and can start writing code samples in C#. Please be aware...may copy & paste the following code snippet to convert RAR file...

    blog.groupdocs.cloud/conversion/convert-rar-fil...
  8. Extract Text from XML in C# | Get XML Text usin...

    Learn how to extract text from XML files in C# using .NET Cloud SDK. Get text from XML documents programmatically or download XML text online....NET code snippet. Step 1: Initialize...\"FileInfo\": { \"FilePath\": \"sample.xml\" } }" This command sends...

    blog.groupdocs.cloud/parser/extract-text-from-x...
  9. GroupDocs Cloud Blog on Document Processing RES...

    GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Add Image Watermark to PowerPoint P...... Guide covers setup, coding for JPEG to PDF using REST...REST API. Our guide with C# code examples for automating Word...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  10. Convert DOCX to HTML in C# | Word to HTML | DOC...

    Learn how to convert Word documents (DOC, DOCX) to responsive HTML with .NET REST API. Perform DOC to HTML conversion or export DOCX to HTML in C#...OpenRead( "sample.docx" )) { var uploadRequest...uploadRequest = new UploadFileRequest( "sample.docx" , fileStream); fileApi...

    blog.groupdocs.cloud/conversion/convert-word-to...