Sort Score
Result 10 results
Languages All
Labels All
Results 3,411 - 3,420 of 9,868 for

text

(0.32 sec)
  1. Remove Annotations From Word in Python

    Programmatically extract or remove annotations from Word in Python. GroupDocs.Annotation offers Cloud SDKs and REST APIs to delete annotations programmatically....overlays, text replacements, redactions, sticky notes, and text markups...

    blog.groupdocs.cloud/annotation/extract-or-remo...
  2. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.docx", "storageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "Text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted..."barcodeType" : "Code128" , "text" : "123456789012" , "format"...

    docs.groupdocs.cloud/signature/deleteresult/
  3. Sending files for processing | Documentation

    How to send files for processing to the selected language....parameters remain the same as in text requests. Return value If successful..."dae5390e-3658-4bff-85bf-4a77cc04eaa5_text" } Otherwise, it returns a HTTP...

    docs.groupdocs.cloud/rewriter/file/request/
  4. Next Generation GroupDocs.Annotation Cloud will...

    GroupDocs.Conversion for Cloud REST API will support converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....file formats Support all major Text and Figure Annotations Web API...

    blog.groupdocs.cloud/annotation/next-generation...
  5. Extract or Remove Annotations from PDF using RE...

    Programmatically Extract or Remove Annotations from PDF using a REST API in Node.js with GroupDocs.Signature Cloud for Node.js SDK....overlays, text replacements, redactions, sticky notes, and text markups...

    blog.groupdocs.cloud/annotation/extract-or-remo...
  6. GroupDocs.Merger 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....js and combine text files programmatically. This...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  7. Can I use GroupDocs to add e-signature function...

    I am investigating the possibility of adding e-signature functionality to a CRM SaaS. I am having some difficulty understanding the process, and how to use GroupDocs to accomplish this. The goal is to have users upload…...about more than 8 types like text, image, digital signature, barcode...

    forum.groupdocs.cloud/t/can-i-use-groupdocs-to-...
  8. SearchSettings | Documentation

    SearchSettings data structure used as input parameters of Search API method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....: "Barcode" , "Page" : 1 , "Text" : "123" , "BarcodeType" : "Code128"...

    docs.groupdocs.cloud/signature/searchsettings/
  9. Convert XML to PDF in Python using REST API

    Convert XML to PDF file fast online using GroupDocs.Conversion Cloud REST API. This article is about how to convert XML to PDF in Python using REST API.... JPG/JPEG, PNG, TIFF, HTML, text, and vice versa. Is PDF converter...Images in Node.js How to Convert TEXT file to PDF Online in Node.js...

    blog.groupdocs.cloud/conversion/convert-xml-to-...
  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 drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“docx”, for example)....hasFormula Indicates whether text is formula if it starts with...email message field and field text representation preserveOriginalDate...

    docs.groupdocs.cloud/conversion/loadoptions/