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

sample code

(0.07 sec)
  1. 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/
  2. HTML Viewer - Exclude fonts | Documentation

    When rendering documents into HTML, by default the fonts that are used in the document are added to HTML content. This ensures fonts availability so that you can be pretty sure that the text from the original document will appear similar in the HTML, regardless of whether the fonts are installed on the viewer’s device or not. Depending on type of Html rendering (with embedded or with external resources) the fonts are added inline as base64-enCoded fonts or as external resources....font name as shown in the code sample below. API Usage There are...{ "FilePath": "SampleFiles/sample.docx" }, "ViewFormat": "HTML"...

    docs.groupdocs.cloud/viewer/html-viewer-exclude...
  3. 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/
  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.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...
  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.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/
  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. 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...
  10. Extract Images from PDF Files using C# .NET RES...

    Learn how to extract images from PDF files in C# .NET. Step-by-step tutorial to download and save embedded images programmatically...., along with easy-to-follow code snippets for quick integration...new FileInfo { FilePath = "sample.pdf" }; var options = new ImagesOptions...

    blog.groupdocs.cloud/parser/extract-images-from...