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

name

(0.1 sec)
  1. Java Convert EML to PDF - A Step-by-Step Guide.

    Learn how to convert EML files to PDF in Java using GroupDocs.Conversion Cloud SDK for Java. Enhance security and compatibility using a step-by-step guide....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Then, provide the cloud storage name. Set the source EML file path...

    blog.groupdocs.cloud/conversion/convert-eml-fil...
  2. EPUB Metadata Editor |Change EPUB Metadata in J...

    Easily modify EPUB e-book metadata in Java using our REST API-based EPUB Metadata Editor. Tailor and update e-book details seamlessly for a customized reading experience....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Create a Tag object and set its name to “Creator” and category to...

    blog.groupdocs.cloud/metadata/edit-epub-metadat...
  3. Convert PDF to Excel in Java: A Step-by-Step Gu...

    Learn how to convert PDF to Excel (XLS/XLSX) in Java using REST API. Follow our step-by-step guide and start converting PDF to Excel in the cloud today....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository... provide your cloud storage name. Now, set the source file path...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  4. 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-...
  5. Convert Word to JPG and JPG to Word Programmati...

    File conversion API allows to convert images from JPG to Word DOC. This article is about how to convert Word to JPG and JPG to Word Programmatically in Java...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...ConvertSettings instance Set the storage name and input the Word file path...

    blog.groupdocs.cloud/conversion/convert-word-to...
  6. Convert Word to PNG and PNG to Word Document in...

    Convert Word DOC into optimized PNG images in seconds using our free, and secure API. Let's see how to convert Word to PNG and PNG to Word document in Java....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...ConvertSettings instance Set the storage name and input the Word file path...

    blog.groupdocs.cloud/conversion/convert-word-to...
  7. 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/
  8. 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/
  9. DiagramMasterSetting | Documentation

    DiagramMasterSetting data structure used for setting master diagram for diagram comparison result. DiagramMasterSetting example: { "MasterPath": "string", "UseSourceMaster": true } Name Description MasterPath Path to custom master path UseSourceMaster Value of using master from source and target document together... "UseSourceMaster" : true } Name Description MasterPath Path...

    docs.groupdocs.cloud/comparison/diagrammasterse...
  10. InfoResult | Documentation

    InfoResult data structure represents document information InfoResult example: { "Format": "string", "Extension": "string", "Size": 0, "PageCount": 0 } Name Description Format Document format Extension Document file extension Size Document file size PageCount Pages count..."Size" : 0 , "PageCount" : 0 } Name Description Format Document...

    docs.groupdocs.cloud/comparison/inforesult/