Sort Score
Result 10 results
Languages All
Labels All
Results 3,131 - 3,140 of 8,896 for

text

(0.04 sec)
  1. 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...."Changes" : [ { "Id" : 0 , "Text" : "string" , "TargetText" :...

    docs.groupdocs.cloud/comparison/updatesoptions/
  2. Digital Signing of PDF Documents in Node.js wit...

    Hello, first post here. I followed the Node.js SDK example and so far I got this: certificate = Assets.getBinary('keyStore.pfx') imagePath = Assets.getBinary('base_icon_transparent_background.png') axios.get(url, { re…... We are using Image, Text and Digital types together....user to use as the info for the Text type signature. biglesias April...

    forum.groupdocs.cloud/t/digital-signing-of-pdf-...
  3. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) documents are a specific form of Text-based spreadsheets with delimiters (separators). There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....documents are a specific form of text-based spreadsheets with delimiters...string separator (delimiter) for text-based Spreadsheet documents...

    docs.groupdocs.cloud/editor/working-with-dsv-do...
  4. 在 Python 中使用 REST API 注释 DOCX 文件

    使用适用于 Python 的 Document Annotation Cloud SDK 在 Python 中使用云中的 REST API 以编程方式注释 DOCX 文件。...text = "This is area annotation"...0.2 a1.type = "Watermark" a1.text = "This is watermark annotation"...

    blog.groupdocs.cloud/zh/annotation/annotate-doc...
  5. Releasing Next Generation GroupDocs.Signature C...

    GroupDocs.Signature for Cloud is a REST API to create, verify and search different type of Signatures objects to documents in your application...Signature QR-Code Signature Text Signature Image Signature Add...different options for page number, text and search criteria by using...

    blog.groupdocs.cloud/signature/releasing-next-g...
  6. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "....API provides methods to apply Text and Figure based annotations...rtf" , "fileFormat" : "Rich Text Format" }, { "extension" : "...

    docs.groupdocs.cloud/annotation/get-supported-f...
  7. C# Convert HTML to PDF | Web Page to PDF with ....

    How to convert HTML to PDF in C# .NET. Our step-by-step guide to programmatically transform HTML and web pages to high-quality PDF documents with REST API...], \"WatermarkOptions\": { \"Text\": \"Confidential\", \"FontName\":...about: Convert Excel Workbook to Text File using .NET REST API Compare...

    blog.groupdocs.cloud/conversion/convert-html-to...
  8. Convert XML to CSV and CSV to XML in Python

    Use Python script to convert XML to CSV and to convert CSV to XML online. This article is about how to convert XML to CSV and CSV to XML in Python....is a very simple and flexible text format for representing structured...separated values) file is a plain text file that contains records of...

    blog.groupdocs.cloud/conversion/convert-xml-to-...
  9. Product Overview | Documentation

    A brief overview of the most important features, functionalities and use aspects of GroupDocs Assembly Cloud....oriented on users with advanced text editor skills, whereas Report...data formatting for numeric, text & date-time elements. Use conditional...

    docs.groupdocs.cloud/assembly/getting-started/p...
  10. Get changes coordinates | Documentation

    GroupDocs.Comparison Cloud allows to detect changes between source and target files and obtain changes coordinates at files preview images. The following code sample shows how to get changes coordinates. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details...."None" , "type" : "Inserted" , "text" : "lol" , "targetText" : "Latin...change . box . y + ", Text: " + change . text ); } console . log...

    docs.groupdocs.cloud/comparison/get-changes-coo...