Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 10,064 for

text

(0.13 sec)
  1. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....introduced the option to specify Text Overflow modes when rendering...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  2. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in Text search queries....syntax of all elements allowed in text search queries. See also , ...

    docs.groupdocs.com/search/net/search-operation-...
  3. GroupDocs.Viewer Product Family on GroupDocs Bl...

    GroupDocs.Viewer Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Viewer Product Family on GroupDocs Blog | Document Automatio......present documents, including text formatting and images, in a...flat document, including the text, fonts, vector graphics, raster...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  4. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and Text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....with color block a portion of text within document body , Replace...empty ones or redacts metadata texts , Deletes annotations from document...

    docs.groupdocs.com/redaction/net/redaction-basics/
  5. Password Protect Excel Files in Java | Lock Unl...

    Let's learn how to password protect Excel spreadsheet files using Java. Change the existing password or remove it to unlock the XLS/XLSX files using Java API....Earlier, we talked about adding text and image watermarks to the...

    blog.groupdocs.com/merger/lock-unlock-excel-fil...
  6. Compare Word Documents using C# with .NET Compa...

    Compare two or more Word documents using Comparison API for .NET. Highlight differences & accept/reject changes in C# even for password-protected documents....Reject Changes How to Compare Text, Word, and PDF Files in Java...

    blog.groupdocs.com/comparison/compare-word-docu...
  7. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object....salt ); // setup options with text of signature MetadataSignOptions...

    docs.groupdocs.com/signature/net/sign-documents...
  8. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in Text search queries....syntax of all elements allowed in text search queries. See also , ...

    docs.groupdocs.com/search/nodejs-java/search-op...
  9. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....decrypt previously encrypted text of QR-Code and decrypt custom...

    docs.groupdocs.com/signature/net/search-for-emb...
  10. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....loadOptions ); // Initialize image or text watermark TextWatermark watermark...

    docs.groupdocs.com/watermark/java/working-with-...