Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 10,078 for

text

(0.1 sec)
  1. 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...
  2. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body...."pdf", "WatermarkOptions": { "Text": "Sample watermark", "Color":..."pdf", "WatermarkOptions": { "Text": "Sample watermark", "Color":...

    docs.groupdocs.cloud/conversion/add-watermark/
  3. 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/
  4. First Public Release of Next Generation GroupDo...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....SVG+HTML+CSS, delivering true-text high-fidelity rendering. Rotating...Request Data {"watermark":{"text":"My Company"}} Rest example(cURL)...

    blog.groupdocs.cloud/viewer/first-public-releas...
  5. 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...
  6. GroupDocs.Conversion 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.... Markdown is another plain text format that is used to write...creating plain formatted text using a plain-text editor. It is used...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  7. Add Watermark to Word in Java

    Let's learn how to add Watermark to Word in Java. GroupDocs.Watermark enables you to build a Watermark creator for your business application.... With support for both text and image watermarks, you can...define the source file. Define text watermark options such as font...

    blog.groupdocs.cloud/watermark/add-watermark-to...
  8. desktop_5f57f7d819cae13f16323b5993e3527f72558ea...

    :root{--base-font-size-smallest: 0.815em;--base-font-size-smaller: 0.875em;--base-font-size: 0.938em;--base-font-size-larger: 1.063em;--base-font-size-largest: 1.118em;--font-up-6: 2.296em;--font-u......15;-webkit-text-size-adjust:100%}body{margi...0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline...

    forum.groupdocs.cloud/stylesheets/desktop_5f57f...
  9. Watermark Cloud API & SDKs to Secure Documents ...

    Watermark the documents with REST API using .NET or Java SDK. Features include; Add image or Text watermarks, remove, replace or search watermarks....features include; add image or text watermarks, remove the already...properties. Watermark image, text or text appearance options like...

    blog.groupdocs.cloud/watermark/watermark-cloud-...
  10. 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/