Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 1,429 for

value

(0.1 sec)
  1. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/parser/get-template/
  2. Overview | Documentation

    GroupDocs.Viewer Cloud Overview...Comma-Separated Values: CSV Tab Separated values: TSV HyperText...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/overview/
  3. Supported File Formats and Conversions | Docume...

    GroupDocs Assembly Cloud API provides support for a wide variety of Microsoft Office, OpenOffice, Email and Web document formats.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/assembly/getting-started/f...
  4. Translating Resx files with GroupDocs.Translati...

    How to use GroupDocs.Translation Cloud SDK for translating Resx files.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/translation/file/sdk/resou...
  5. Filter mail storage | Documentation

    Lotus Notes allows filtering messages inside folders by some text Value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer also allows filtering the rendered messages using the following filters: Filter by subject and content using LotusNotesOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using LotusNotesOptions.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....inside folders by some text value from message content and by...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/filter-mail-storage/
  6. Supported Document Formats | Documentation

    The following table contains a full list of file formats that are currently supported by GroupDocs.Metadata Cloud. Format Description Load Save Remarks DOC Microsoft Word 97 - 2007 Document. ✔ ✔ *.doc versions starting from Microsoft Word 95 DOT Microsoft Word 97 - 2007 Template. ✔ ✔ DOCX Office Open XML WordprocessingML Document (macro-free). ✔ ✔ DOCM Office Open XML WordprocessingML Macro-Enabled Document. ✔ ✔ DOTX Office Open XML WordprocessingML Template (macro-free).... We value your opinion. Your feedback...

    docs.groupdocs.cloud/metadata/supported-documen...
  7. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while moving document pages.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/merger/move-pages/
  8. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/annotationinfo/
  9. Available SDKs | Documentation

    GroupDocs.Signature Cloud is a modern REST oriented API, that allows easy integration into existing systems. Why use an SDK Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/signature/available-sdks/
  10. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object { "layoutNames": ["Floor1", "Floor3"] } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv Properties Description format The format of input file, (“docx”, for example)....when saving or not (Default value is true) { "displayHeader" :...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.cloud/conversion/loadoptions/