Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 1,944 for

text watermark

(0.04 sec)
  1. Search QRCode 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 search QRCode signatures in supported document formats. It provides method to search Digital Signature in Document Pages with different options qrCodeTypeName, Text, matchType and other search features by using Search Options Object data in request body. Search QRCode Signature You can search QRCode Signature on Document provided by fileName and document folder (if required) using following API....Watermark Product Solution GroupDocs...different options qrCodeTypeName, text, matchType and other search...

    docs.groupdocs.cloud/signature/search-qrcode-si...
  2. Edit Documents using REST API in PHP | Edit DOC...

    Programmatically edit documents using a REST API in PHP with Document Editor Cloud SDK for PHP. Edit Word, Excel or Text files in PHP on the cloud....documents, Excel spreadsheets, or text files programmatically on the...the cloud. We can also apply text formatting in the documents...

    blog.groupdocs.cloud/2022/01/27/edit-documents-...
  3. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Rewriter Cloud into your applications....Watermark Product Solution GroupDocs...development easier. Paraphrasing the text .NET (C#) using GroupDocs.Rewriter...

    docs.groupdocs.cloud/rewriter/sdk/
  4. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "Text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....Watermark Product Solution GroupDocs..."None" , "type" : "Inserted" , "text" : "lol" , "targetText" : "Latin...

    docs.groupdocs.cloud/comparison/changeinfo/
  5. Supported Document Formats | Documentation

    This page is a reference for all document and image formats supported by GroupDocs.Signature Cloud V2 Image Formats Format File Extension Signature Bitmap Picture (BMP) BMP ✔ Computer Graphics Metafile CGM ✔ CorelDraw Image CDR ✔ Corel Exchange image CMX ✔ Digital Imaging and Communications in Medicine (DICOM) DCM ✔ Deja Vu (DjVu) DJVU ✔ Digital Negative Specification DNG ✔ Windows Enhanced Metafile (EMF) EMF ✔ Encapsulated PostScript EPS ✔ Graphics Interchange Format (GIF) GIF ✔ Windows Icon ICO ✔ JPEG 2000 (JP2) JP2, JPF, JPX, J2K, J2C, JPM ✔ Joint Photographic Experts Group (JPEG) JPG, JPEG ✔ Open Document Graphic ODG ✔ Printer Command Language PCL ✔ Portable Network Graphics (PNG) PNG ✔ PostScript (PS) PS ✔ Adobe Photoshop Document (PSD) PSD ✔ Scalable Vector Graphics (SVG) SVG ✔ Tagged Image File Format (TIFF) TIF, TIFF ✔ WebP Image WEBP ✔ Windows Metafile (WMF) WMF ✔ PDF Formats Format File Extension Signature Adobe Portable Document Format (PDF) PDF ✔ Presentation Formats Format File Extension Signature OpenDocument Presentation ODP ✔ OpenDocument Presentation Template OTP ✔ Microsoft PowerPoint Macro-Enabled Template POTM ✔ Microsoft PowerPoint Template POTX ✔ Microsoft PowerPoint 97-2003 Slide Show PPS ✔ Microsoft PowerPoint Macro-Enabled Slide Show PPSM ✔ Microsoft PowerPoint Slide Show PPSX ✔ Microsoft PowerPoint 97-2003 Presentation PPT ✔ Microsoft PowerPoint Macro-Enabled Presentation PPTM ✔ Microsoft PowerPoint Presentation PPTX ✔ Spreadsheet Formats Format File Extension Signature Comma Separated Values File CSV ✔ OpenDocument Spreadsheet ODS ✔ OpenDocument Spreadsheet Template OTS ✔ Tab Separated Values File TSV ✔ Microsoft Excel 97-2003 Worksheet XLS ✔ Microsoft Excel Binary Worksheet XLSB ✔ Microsoft Excel Macro-Enabled Worksheet XLSM ✔ Microsoft Excel Worksheet XLSX ✔ Word Processing Formats Format File Extension Signature Microsoft Word 97-2003 Document DOC ✔ Microsoft Word Macro-Enabled Document DOCM ✔ Microsoft Word Document DOCX ✔ Microsoft Word 97-2003 Template DOT ✔ Microsoft Word Macro-Enabled Template DOTM ✔ Microsoft Word Template DOTX ✔ OpenDocument Text ODT ✔ OpenDocument Text Template OTT ✔ Rich Text Document RTF ✔ Plain Text Document TXT ✔...Watermark Product Solution GroupDocs...OpenDocument Text ✔ OpenDocument Text Template ✔ Rich Text Document...

    docs.groupdocs.cloud/signature/supported-docume...
  6. Get Changes | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and get a list of changes by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get list of changes. cURL example Request curl -v "https://api.groupdocs.cloud/v1.0/comparison/compareDocuments/changes?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 [ { "id": 0, "type": "Deleted", "Text": "digital ", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 1, "type": "Deleted", "Text": "Executive ", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 2, "type": "Inserted", "Text": "", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] }, { "id": 3, "type": "Deleted", "Text": "", "authors": [ "Rizwan" ], "action": "None", "styleChanges": [] } ] SDK example The API is completely independent of your operating system, database system or development language....Watermark Product Solution GroupDocs...: 0 , "type" : "Deleted" , "text" : "digital " , "authors" :...

    docs.groupdocs.cloud/comparison/get-changes/
  7. Compare PowerPoint Presentations using REST API...

    Programmatically compare two or more PowerPoint files using a REST API on the cloud in Node.js with GroupDocs.Comparison Cloud SDK for Node.js....count: 4 1- Target Text: Document Comparison, Text: Shape, Type: Inserted...Inserted 2- Target Text: undefined, Text: Shape, Type: Deleted...

    blog.groupdocs.cloud/2022/01/17/compare-powerpo...
  8. Supported Document Formats | Documentation

    The following table indicates the file formats from which GroupDocs.Parser Cloud can extract data. Document Type Parse Document by Template Extract Text Extract Document Info Extract Images Extract Container Items Info Word Processing DOC Microsoft Word Document ✔ ✔ ✔ ✔ DOT Microsoft Word Document Template ✔ ✔ ✔ ✔ DOCX Office Open XML Document ✔ ✔ ✔ ✔ DOCM Office Open XML Macro-Enabled Document ✔ ✔ ✔ ✔ DOTX Office Open XML Document Template ✔ ✔ ✔ ✔ DOTM Office Open XML Document Macro-Enabled Template ✔ ✔ ✔ ✔ TXT Plain Text ✔ ✔ ODT Open Document Text ✔ ✔ ✔ ✔ OTT Open Document Text Template ✔ ✔ ✔ ✔ RTF Rich Text Format ✔ ✔ ✔ ✔ PDF PDF Portable Document Format File ✔ ✔ ✔ ✔ Markup HTML HyperText Markup Language File ✔ ✔ XHTML Extensible HyperText Markup Language File ✔ ✔ MHTML MIME HTML File ✔ ✔ MD Markdown ✔ ✔ XML XML File ✔ ✔ Ebooks CHM Compiled HTML Help File ✔ ✔ EPUB Digital E-Book File Format ✔ ✔ FB2 FictionBook 2....Watermark Product Solution GroupDocs...Document by Template Extract Text Extract Document Info Extract...

    docs.groupdocs.cloud/parser/supported-document-...
  9. Verify multiple signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Watermark Product Solution GroupDocs... 'BarcodeType': 'Code128', 'Text': '123456789012', 'MatchType':...

    docs.groupdocs.cloud/signature/verify-multiple-...
  10. Search Barcode 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 search Barcode signatures in supported document formats. It provides method to search Barcode Signature in Document Pages with different options barcodeType, Name, Text, matchType and other search features by using Search Options Object data in request body. Search Barcode Signature You can search Barcode Signature on Document provided by fileName and document folder (if required) using following API....Watermark Product Solution GroupDocs...different options barcodeType, Name, text, matchType and other search...

    docs.groupdocs.cloud/signature/search-barcode-s...