Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 8,575 for

information

(0.22 sec)
  1. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  2. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  3. Get Streams of Images of Result Document | Docu...

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents, saves the result document to streams as a set of images and returns the array of streams of images by providing the JsonRequest Object data in the request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to Get streams of images of result document. cURL example Request curl -v "https://api....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/comparison/get-streams-of-...
  4. Get Document | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and can get the result document path by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get document. cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments?outPath#comparisons%2Fcomparedoutput.docx&appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X POST -d "{'sourceFile':{'folder':'comparisons','name':'source.docx','password':''},'targetFiles':[{'folder':'comparisons','name':'target.docx','password':''}],'settings ':{'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparatorString':'','endSeparatorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparatorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}" Response { "href": "https://api.groupdocs.cloud/storage/file/comparisons/output.docx", "rel": "self", "type": null, "title": null } SDK example The API is completely independent of your operating system, database system or development language....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/comparison/get-document/
  5. UpdatesOptions | Documentation

    UpdatesOptions data structure defines comparison options UpdatesOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } ], "Settings": { "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 }, "OutputPath": "string", "Changes": [ { "Id": 0, "Text": "string", "TargetText": "string", "Authors": [ "string" ], "StyleChangeInfo": [ { "ChangedProperty": "string", "OldValue": "string", "NewValue": "string" } ], "PageInfo": { "Width": 0, "Height": 0, "PageNumber": 0 }, "Box": { "Height": 0, "Width": 0, "X": 0, "Y": 0 } } ] } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/comparison/updatesoptions/
  6. Backroung Brush and Stamp Brush Styles Signatur...

    Ruby SDK release for public use of GroupDocs.Viewer cloud features in Ruby based applications....with Attachments Document Information Working With Document Pages...

    blog.groupdocs.cloud/viewer/introduction-of-rub...
  7. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered. The following code sample shows how to render N consecutive pages of a document. 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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  8. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf. Following example demonstrates on how to render document with default options. 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 Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Purchase Buy Now Pricing Information SDKs Policies My Orders &...example to get document information curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/viewer/render-document/
  9. Rendering Documents | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API supports to render documents to PDF and saves output to storage or stream. Render Document to PDF with Storage URL Output This API renders document to PDF and saves resulted document to storage. It also returns the link of rendered document. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to render document to PDF and save to storage....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/annotation/rendering-docum...
  10. Supported Document Formats | Documentation

    The following table indicates the input and output file formats supported by GroupDocs.Watermark Cloud WordProcessing family formats Format Description Add Remove Search Replace DOC MS Word 97-2007 Binary File Format ✔ ✔ ✔ ✔ DOCX Office Open XML WordProcessingML Macro-Free Document ✔ ✔ ✔ ✔ DOCM Office Open XML WordProcessingML Macro-Enabled Document ✔ ✔ ✔ ✔ DOT MS Word 97-2007 Template ✔ ✔ ✔ ✔ DOTM Office Open XML WordprocessingML Macro-Enabled Template ✔ ✔ ✔ ✔ DOTX Office Open XML WordprocessingML Macro-Free Template ✔ ✔ ✔ ✔ ODT Open Document Format Text Document ✔ ✔ ✔ ✔ RTF Rich Text Format ✔ ✔ ✔ ✔ Spreadsheet family formats Format Description Add Remove Search Replace XLS Excel 97-2003 Binary File Format ✔ ✔ ✔ ✔ XLT Excel 97-2003 Template ✔ ✔ ✔ ✔ XLSX Office Open XML Workbook Macro-Free ✔ ✔ ✔ ✔ XLSM Office Open XML Workbook Macro-Enabled ✔ ✔ ✔ ✔ XLTX Office Open XML Template Macro-Free ✔ ✔ ✔ ✔ XLTM Office Open XML Template Macro-Enabled ✔ ✔ ✔ ✔ Presentation family formats Format Description Add Remove Search Replace PPT Microsoft PowerPoint 97-2003 Presentation ✔ ✔ ✔ ✔ PPTX Microsoft Office Open XML PresentationML Macro-Free Document ✔ ✔ ✔ ✔ PPTM Microsoft Office Open XML PresentationML Macro-Enabled Document ✔ ✔ ✔ ✔ PPS Microsoft PowerPoint 97-2003 SlideShow ✔ ✔ ✔ ✔ PPSX Microsoft Office Open XML PresentationML Macro-Free SlideShow ✔ ✔ ✔ ✔ PPSM Microsoft Office Open XML PresentationML Macro-Enabled SlideShow ✔ ✔ ✔ ✔ POTX Microsoft Office Open XML PresentationML Macro-Free Template ✔ ✔ ✔ ✔ POTM Microsoft Office Open XML PresentationML Macro-Enabled Template ✔ ✔ ✔ ✔ Other formats Format Description Add Remove Search Replace PDF Saves the document as PDF (Adobe Portable Document) format....Purchase Buy Now Pricing Information SDKs Policies My Orders &...

    docs.groupdocs.cloud/watermark/supported-docume...