Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 3,787 for

name

(0.03 sec)
  1. Add Image Watermark to Word in C# | Watermark D...

    Learn how to add image watermark to Word documents online using GroupDocs.Watermark Cloud SDK for .NET. Add logos, photos, or JPG images as watermarks in DOC and DOCX files programmatically....the API Step 2 – Specify the name of Word document to be watermarked...tion); Step 2 – Specify the name of Word document to be watermarked...

    blog.groupdocs.cloud/watermark/add-image-waterm...
  2. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "...."entries" : [ { "number" : 1 , "name" : null , "width" : 816 , "height"...

    docs.groupdocs.cloud/signature/get-document-inf...
  3. Annotate PDF, Office & Image Files on Your GetS...

    Add document annotation functionality to your GetSimple website: support for 50+ file formats, 14+ markup tools, multi-user annotation sessions and more.... To name a few, supported file formats...

    blog.groupdocs.cloud/annotation/integrate-group...
  4. Working with Signature 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 sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....object which contains document name, folder location and signing...object which contains document name, folder location and signing...

    docs.groupdocs.cloud/signature/working-with-sig...
  5. 在 Python 中使用 REST API 编辑 Word 文档 |在 Python 中编辑 ...

    使用适用于 Python 的 Document Editor Cloud SDK 在 Python 中使用云中的 REST API 以编程方式编辑 Word 文档(DOC 或 DOCX)。...List</caption> <tr><th>First Name</th><th>Last Name</th><th>Age</th></tr>...List</caption> <tr><th>First Name</th><th>Last Name</th><th>Age</th></tr>...

    blog.groupdocs.cloud/zh/editor/edit-word-docume...
  6. 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...., "X" : 0 , "Y" : 0 } } ] } Name Description SourceFile about...

    docs.groupdocs.cloud/comparison/updatesoptions/
  7. ImageOptions | Documentation

    ImageOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "Width": 0, "Height": 0, "ExtractText": false, "JpegQuality": 0, } ImageOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions Width Allows to specify output image width. Specify image width in case when you want to change output image dimensions. When Width has value and Height value is 0 then Height value will be calculated to save image proportions....: 0 , } ImageOptions fields Name Description RenderOptions fields...

    docs.groupdocs.cloud/viewer/imageoptions/
  8. Embed Signature Box in Document with PHP - Free...

    Hi, I’m using php sdk with cloud api and I would like the user to place the signature box freely where they like. Not predetermined x and y coordinates. Your demo cloud api give the impression that you can do this and I…..."50"; $signFieldEnvelopSett->name = "test" . rand(0, 500); $s..."50"; $signFieldEnvelopSett->name = "test" . rand(0, 500); $s...

    forum.groupdocs.cloud/t/embed-signature-box-in-...
  9. Document Splitting in Java | PPT Document Splitter

    Learn how to split PowerPoint PPT or PPTX slides into separate files using Java. Follow step-by-step instructions to achieve efficient PowerPoint files splitting....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/merger/split-powerpoint-pp...
  10. Extract images from Word Documents in Java - Ja...

    Learn a step-by-step guide to extract images from Word documents programmatically in Java using the powerful GroupDocs.Parser Cloud SDK for Java....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/parser/extract-images-from...