Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 9,803 for

text

(0.06 sec)
  1. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output pages. 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....'ViewFormat': 'HTML', 'Watermark': { 'Text': 'This is a watermark' } }"...Watermark = new Watermark { Text = "This is a watermark" } };...

    docs.groupdocs.cloud/viewer/add-watermark/
  2. PDF & Office Java Document Viewer Module for DN...

    GroupDocs released a module which allows DNN developers to integrate its downloadable Java document viewer into their DNN websites....for Java Library Support for text redaction. Support for exporting...Library Support for text replacement, pointers, text and resource redaction...

    blog.groupdocs.cloud/annotation/focus-groupdocs...
  3. Edit Word Documents Online using a Free Word Ed...

    This blog post introduces a free Word editor to edit Word documents online effortlessly. You can now edit MS Word files without installing any software....using Docx Editor How Do I Edit Text in a Word Document? How Can...background color, font size, text alignment, and more. Insert:...

    blog.groupdocs.cloud/editor/edit-word-documents...
  4. Supported Document Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API and universal document annotator that supports almost all common business document and image file formats. File Format Description Annotate DOC, DOCX Word Document ✔ OTT Open Document Standard Format ✔ ODT Open Document Text File Format ✔ DOCM Microsoft Word Open XML Macro-Enabled Document ✔ DOT Word Document Template File ✔ DOTX Word Open XML Document Template ✔ DOTM Word Open XML Macro-Enabled Template File ✔ RTF Rich Text File Format ✔ TXT Plain Text File Format ✔ PDF Portable Document Format ✔ PPT, PPTX Presentation Document Format ✔ PPSX PowerPoint Open XML Slide Show ✔ ODP OpenDocument Presentation File Format ✔ OTP OpenDocument Presentation Template ✔ XLS, XLSX Cells Document Format ✔ XLSB Microsoft Excel Binary Spreadsheet File ✔ XLSX Microsoft Excel Open XML Spreadsheet ✔ DICOM Digital Imaging and COmmunication in Medicine ✔ OTP OpenDocument Presentation Template ✔ DJVU DjVu Format ✔ EMF/WMF Enhanced MetaFile / Windows MetaFile ✔ CAD Computer-Aided Design ✔ EML/EMLX Email Markup Language ✔ HTML HyperText Markup Language ✔ MHTML MIME HTML File ✔ JPEG Joint Photographic Experts Group ✔ TIFF Tagged Image File Format ✔ BMP Bitmap ✔ GIF (static images without animation) Graphics Interchange Format ✔ VSD Microsoft Visio Drawing ✔ VDX Microsoft Visio XML File Format ✔ VSS Microsoft Visio Stencil File Format ✔ VSDM Microsoft Visio Macro-Enabled Drawing File ✔ MSG Email Message ✔...Standard Format ✔ Open Document Text File Format ✔ Microsoft Word...Template File ✔ Rich Text File Format ✔ Plain Text File Format ✔ Portable...

    docs.groupdocs.cloud/annotation/supported-docum...
  5. screen.css

    /* Original style from softwaremaniacs.org (c) Ivan Sagalaev */ .swagger-section pre code { display: block; padding: 0.5em; background: #F0F0F0; } .swagger-section pre ......swagger-ui-wrap h6 a { text-decoration: none; } .swagger-section...swagger-ui-wrap h6 a:hover { text-decoration: underline; } .swagger-section...

    reference.groupdocs.cloud/storage/css/screen.css
  6. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....Library New tool for replacing text. Text removal mode for the strikeout... New tools for redaction of text and resources within documents...

    blog.groupdocs.cloud/total/news-groupdocs-april...
  7. opensearch.xml

    1.0 UTF-8 http://a9.com/-/spec/opensearch/1.1/ Free Support Forum - groupdocs.cloud Search Search for posts on Free Support Forum - groupdocs.cloud discourse forum 16 16 image/vnd.microsoft.icon ht......xml text/html https://forum.groupdocs...

    forum.groupdocs.cloud/opensearch.xml
  8. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings 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...."SignatureType" : "Text" , "Page" : 1 , "Text" : "John" , "MatchType"...

    docs.groupdocs.cloud/signature/verifysettings/
  9. Render Documents to HTML5 with REST API in Java...

    GroupDocs.Merger Cloud is a platform independent REST API solution to join multiple documents and manipulate single document structure across wide range of documents...Template RTF Rich Text Format File TXT Plain Text File ODT OpenDocument...OpenDocument Text Document OTT OpenDocument Document Template HTML...

    blog.groupdocs.cloud/merger/groupdocs-merger-cl...
  10. AnnotationInfo | Documentation

    AnnotationInfo data structure describes annotation properties. AnnotationInfo example { "Id": 0, "Type": "string", "Text": "string", "TextToReplace": "string", "CreatorId": 0, "CreatorName": "string", "CreatorEmail": "string", "Box": { "X": 0, "Y": 0, "Width": 0, "Height": 0 }, "Points": [ { "X": 0, "Y": 0 } ], "PageNumber": 0, "AnnotationPosition": { "X": 0, "Y": 0 }, "SvgPath": "string", "Replies": [ { "Id": 0, "UserId": 0, "UserName": "string", "UserEmail": "string", "Comment": "string", "RepliedOn": "2020-10-08T08:26:41.865Z", "ParentReplyId": 0 } ], "CreatedOn": "2020-10-08T08:26:41...."Id" : 0 , "Type" : "string" , "Text" : "string" , "TextToReplace"...sets the annotation’s field text FontColor Gets or sets the annotation’s...

    docs.groupdocs.cloud/annotation/annotationinfo/