Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 10,681 for

text

(0.05 sec)
  1. Redaction basics | GroupDocs

    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/
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Text for .NET API. Like the previous...IContainer interface to extract text from email messages. GroupDocs...

    blog.groupdocs.com/groupdocs.blog/page/73/
  3. 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...
  4. 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...
  5. 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...
  6. Search operation table | GroupDocs

    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...
  7. 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...
  8. Working with slide backgrounds | GroupDocs

    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-...
  9. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....DataSet , all attributes and text values of XML elements are loaded...corresponding attributes and text values of XML elements must...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  10. Save document | GroupDocs

    This article demonstrates how to save edited Text documents, spreadsheets and presentations with GroupDocs.Editor for .NET API....editing, where a user types some text across the pages of the document...Presentation PPT, PPTX, PPS, POT Plain Text documents TXT Fixed-layout format...

    docs.groupdocs.com/editor/net/save-document/