Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 3,802 for

name

(0.04 sec)
  1. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body.... Name Description Comment FileInfo...FileInfo.StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/conversion/convert-document/
  2. Filter messages | Documentation

    MS Outlook allows to filter messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer Cloud also allows filtering the rendered messages using the following filters: Filter by subject and content using OutlookOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using OutlookOptions.AddressFilter; API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....html" } ], "attachments" : [ { "name" : "(Inbox)0.msg" , "path" :...chments/(Inbox)0.msg" }, { "name" : "(Inbox)1.msg" , "path" :...

    docs.groupdocs.cloud/viewer/filter-messages/
  3. C# .NET Convert MPP to PDF | Export MS Project ...

    How to convert Microsoft Project (MPP) files to PDF using .NET REST API. Step-by-step guide to export MS Project into PDF for easy sharing and reporting...inputMPP - name of input MS Project file. resultantPDF - name of resultant...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  4. How to Convert Word to TIFF File Format using Ruby

    TIFF Tag Image File Format is used to store raster graphics and images information. This article is about how to convert Word to TIFF file format using Ruby...ConvertSettings Set the storage name and word file path Provide “tiff”...ConvertSettings Set the storage name and word file path Provide “tiff”...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  5. Convert Text to Image in Java

    Follow this guide to learn how to convert Text to Image in Java programmatically. GroupDocs.Conversion offers Cloud SDKs and REST APIs to convert TXT to PNG....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/conversion/convert-text-to...
  6. Node.js: Convert MPP to PDF | MS Project MPP to...

    Learn how to easily convert MS Project (MPP) files to PDF format using GroupDocs.Conversion Cloud SDK for Node.js. Fast and accurate MPP to PDF conversion....Please replace sourceMPP with the name of input MS Project file, convertedFile...convertedFile with the name of resultant PDF file and accessToken...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  7. Convert JSON to HTML in Node.js | JSON to Web F...

    Easily convert JSON to HTML using GroupDocs.Conversion Cloud SDK for Node.js. Learn how to generate clean HTML from structured JSON files with RESTful API....with the name of input JSON file, myResultant with the name of resultant...

    blog.groupdocs.cloud/conversion/convert-json-to...
  8. GroupDocs.Comparison | Introduction of PHP SDK ...

    This monthly release is allowing users to get Changes in table of content, Image and Html Comparison also compare annotations as result document file path or stream....[ 'folder' => 'comparison', 'name' => $targetName, 'password'...ComparisonFileInfo( [ 'folder' => '', 'name' => 'source.docx', 'password'...

    blog.groupdocs.cloud/comparison/introduction-of...
  9. Signing up | Documentation

    Learn how to sign up for GroupDocs.Rewriter Cloud service....GroupDocs, sign in with your user name and password. Otherwise, click...

    docs.groupdocs.cloud/rewriter/sign-up/
  10. RevisionInfo | Documentation

    RevisionInfo data structure returned by “POST” /comparison/revisions API as output result. Also used by “PUT” /comparison/revisions API as input. RevisionInfo example: { "id": 0, "action": "None", "text": "\rsssssssss", "author": "GroupDpcs", "type": "Insertion" } Name Description id Id of revision (index) action Action (Accept, Reject, None). This field shows what to do with this revision. type Type of revision (Insertion, Deletion,, etc.) text Revision text author Revision author..."GroupDpcs" , "type" : "Insertion" } Name Description id Id of revision...

    docs.groupdocs.cloud/comparison/revisioninfo/