Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 5,099 for

groupdocs.viewer cloud

(1.35 sec)
  1. Working with Image Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Image. It provides methods to create Image Signature in Document Pages with different options of Image name, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Image Signature to Document You can create image Signature on Document provided by fileName and document folder (if required) using following API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/working-with-ima...
  2. Working with Verify Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify multiple signatures in a document. For example, you can verify whether a document contains Text and Barcode Signatures at same time. To verify list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify options....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/working-with-ver...
  3. How to Convert MSG files to PDF in Ruby

    How to Convert MSG files to PDF in Ruby...Convert MSG to PDF in Ruby using Cloud REST API MSG to PDF Conversion...Conversion Cloud API to convert MSG to PDF format. Our Cloud APIs allows...

    blog.groupdocs.cloud/2022/06/28/how-to-convert-...
  4. Rearrange PDF Pages using REST API in Node.js

    Programmatically Rearrange PDF Pages using REST API on the Cloud in Node.js with Document Merger Cloud SDK for Node.js. Reorder or Swap PDF pages in Node.js...documents programmatically on the cloud. In this article, we will learn...js SDK of GroupDocs.Merger Cloud API. It allows splitting, combining...

    blog.groupdocs.cloud/2022/01/31/rearrange-pdf-p...
  5. GroupDocs.Comparison Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Comparison Cloud 19.5 已发布。您对我们的文档比较云 API 的反馈...的方法和选项较少。我们还在 GroupDocs.Comparison Cloud API 中引入了云存储操作的新方法。我将在以下部分中概...

    blog.groupdocs.cloud/zh/categories/groupdocs.co...
  6. Add Metadata | Documentation

    This REST API allows to add metadata to the documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/add-metadata/
  7. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/metadata/remove-metadata/
  8. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/parser/get-document-inform...
  9. Settings | Documentation

    Settings data structure defines comparison process additional settings Settings example: { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 } Name Description GenerateSummaryPage Indicates whether to add summary page to resultant document or not ShowDeletedContent Indicates whether to show deleted components in resultant document or not ShowInsertedContent Indicates whether to show inserted components in resultant document or not StyleChangeDetection Indicates whether to detect style changes or not InsertedItemsStyle Style for inserted components DeletedItemsStyle Style for deleted components ChangedItemsStyle Style for components with changed style WordsSeparatorChars An array of delimiters to split text into words DetailsLevel The comparison details level (Low, Middle, High) UseFramesForDelInsElements Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents CalculateComponentCoordinates Indicates whether to calculate coordinates for changed components MarkChangedContent Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents MarkNestedContent Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted CloneMetadata Type of metadata to clone (Default, Source, Target, FileAuthor) MetaData User metadata PasswordSaveOption Type of password saving (None, Source, Target, User) Password User password to resultant document DiagramMasterSetting Master for Diagram document OriginalSize Original document size when picture is compared with other different formats HeaderFootersComparison Control to turn on comparison of header/footer contents PaperSize The result document paper size (Default, A0, A1, … A8) SensitivityOfComparison A sensitivity of comparison (1....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/comparison/settings/
  10. Features Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API that allows you to convert documents across a wide range of supported document types. Below, the shortlist of possible actions: Document conversion The main feature of GroupDocs.Conversion Cloud API is an ability to convert any document from a wide list of supported source document formats into any supported target format. All these conversions are possible without any additional software installed (like MS Office, Apache Open Office, Adobe Acrobat Reader, and others)....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/conversion/features-overview/